diff options
author | Johannes Berg <johannes.berg@intel.com> | 2018-07-04 16:27:46 -0400 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2018-10-08 03:48:55 -0400 |
commit | 6fe64d034ec927d9c0fa28176dd071741d4f2180 (patch) | |
tree | 9b16a18c4c0f135da6cd2abbacaedd5f08f7659d /drivers/net/wireless/intel/iwlwifi/mvm/sta.c | |
parent | b3a87f11b0f708e65ab6289fb7f43737309f5175 (diff) |
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: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/sta.c')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c index ec4925c89295..24631866a174 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c | |||
@@ -674,9 +674,9 @@ static int iwl_mvm_get_shared_queue(struct iwl_mvm *mvm, | |||
674 | * in such a case, otherwise - if no redirection required - it does nothing, | 674 | * in such a case, otherwise - if no redirection required - it does nothing, |
675 | * unless the %force param is true. | 675 | * unless the %force param is true. |
676 | */ | 676 | */ |
677 | int iwl_mvm_scd_queue_redirect(struct iwl_mvm *mvm, int queue, int tid, | 677 | static int iwl_mvm_scd_queue_redirect(struct iwl_mvm *mvm, int queue, int tid, |
678 | int ac, int ssn, unsigned int wdg_timeout, | 678 | int ac, int ssn, unsigned int wdg_timeout, |
679 | bool force) | 679 | bool force) |
680 | { | 680 | { |
681 | struct iwl_scd_txq_cfg_cmd cmd = { | 681 | struct iwl_scd_txq_cfg_cmd cmd = { |
682 | .scd_queue = queue, | 682 | .scd_queue = queue, |