Commit 6fe64d03 authored by Johannes Berg's avatar Johannes Berg Committed by Luca Coelho
Browse files

iwlwifi: mvm: make iwl_mvm_scd_queue_redirect() static



This function is only used in the file where it's declared,
so just make it static.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent b3a87f11
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@ static int iwl_mvm_get_shared_queue(struct iwl_mvm *mvm,
 * in such a case, otherwise - if no redirection required - it does nothing,
 * unless the %force param is true.
 */
int iwl_mvm_scd_queue_redirect(struct iwl_mvm *mvm, int queue, int tid,
static int iwl_mvm_scd_queue_redirect(struct iwl_mvm *mvm, int queue, int tid,
				      int ac, int ssn, unsigned int wdg_timeout,
				      bool force)
{
+0 −4
Original line number Diff line number Diff line
@@ -572,8 +572,4 @@ void iwl_mvm_modify_all_sta_disable_tx(struct iwl_mvm *mvm,
void iwl_mvm_csa_client_absent(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
void iwl_mvm_add_new_dqa_stream_wk(struct work_struct *wk);

int iwl_mvm_scd_queue_redirect(struct iwl_mvm *mvm, int queue, int tid,
			       int ac, int ssn, unsigned int wdg_timeout,
			       bool force);

#endif /* __sta_h__ */