summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
diff options
context:
space:
mode:
authorJohannes Berg2016-08-18 10:32:58 +0200
committerLuca Coelho2016-09-19 09:09:38 +0200
commit607876f1dac6c644d83964f3f4691e79737b5bb2 (patch)
tree3b10213a0e9efea8cae854e5796878898b4cf33d /drivers/net/wireless/intel/iwlwifi/mvm/sta.c
parentiwlwifi: pcie: log full command sequence (diff)
downloadkernel-qcow2-linux-607876f1dac6c644d83964f3f4691e79737b5bb2.tar.gz
kernel-qcow2-linux-607876f1dac6c644d83964f3f4691e79737b5bb2.tar.xz
kernel-qcow2-linux-607876f1dac6c644d83964f3f4691e79737b5bb2.zip
iwlwifi: mvm: make iwl_mvm_update_sta() an inline
There's no point in making this an out-of-line function since it just calls a single other function with a few changed parameters. 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.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
index d3a0378b547f..258a234feb71 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
@@ -1297,13 +1297,6 @@ err:
return ret;
}
-int iwl_mvm_update_sta(struct iwl_mvm *mvm,
- struct ieee80211_vif *vif,
- struct ieee80211_sta *sta)
-{
- return iwl_mvm_sta_send_to_fw(mvm, sta, true, 0);
-}
-
int iwl_mvm_drain_sta(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta,
bool drain)
{