aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/time-event.h
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@intel.com>2014-08-26 09:14:10 -0400
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2014-09-14 15:02:24 -0400
commitf991e17ba2584e2be66476cc468f19769efd55cc (patch)
treeebdd7e65c19aa4f362566a6fd51a24eb80f5cab5 /drivers/net/wireless/iwlwifi/mvm/time-event.h
parent4cb832d559416605d2a863fa34f362c31d174cc3 (diff)
iwlwifi: mvm: align CSA GO NOA time event naming with the firmware
The time event used for CSA GO will also be used by CSA client. Rename the symbols to something more generic and aligned with the firmware code. Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Reviewed-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/time-event.h')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/time-event.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/time-event.h b/drivers/net/wireless/iwlwifi/mvm/time-event.h
index bee3b2446b35..b350e47e19da 100644
--- a/drivers/net/wireless/iwlwifi/mvm/time-event.h
+++ b/drivers/net/wireless/iwlwifi/mvm/time-event.h
@@ -219,7 +219,7 @@ void iwl_mvm_te_clear_data(struct iwl_mvm *mvm,
219void iwl_mvm_roc_done_wk(struct work_struct *wk); 219void iwl_mvm_roc_done_wk(struct work_struct *wk);
220 220
221/** 221/**
222 * iwl_mvm_schedule_csa_noa - request NoA for channel switch 222 * iwl_mvm_schedule_csa_period - request channel switch absence period
223 * @mvm: the mvm component 223 * @mvm: the mvm component
224 * @vif: the virtual interface for which the channel switch is issued 224 * @vif: the virtual interface for which the channel switch is issued
225 * @duration: the duration of the NoA in TU. 225 * @duration: the duration of the NoA in TU.
@@ -228,9 +228,9 @@ void iwl_mvm_roc_done_wk(struct work_struct *wk);
228 * This function is used to schedule NoA time event and is used to perform 228 * This function is used to schedule NoA time event and is used to perform
229 * the channel switch flow. 229 * the channel switch flow.
230 */ 230 */
231int iwl_mvm_schedule_csa_noa(struct iwl_mvm *mvm, 231int iwl_mvm_schedule_csa_period(struct iwl_mvm *mvm,
232 struct ieee80211_vif *vif, 232 struct ieee80211_vif *vif,
233 u32 duration, u32 apply_time); 233 u32 duration, u32 apply_time);
234 234
235/** 235/**
236 * iwl_mvm_te_scheduled - check if the fw received the TE cmd 236 * iwl_mvm_te_scheduled - check if the fw received the TE cmd