iwlwifi: mvm: Introduce an API to set STA_FLG_DISABLE_TX flag
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Sun, 25 May 2014 14:07:38 +0000 (17:07 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 24 Jun 2014 18:55:39 +0000 (21:55 +0300)
commit09b0ce1a874a644fb5799ebf5e54563632714115
tree3eeca0c9bb9f8dd4a625dc3fe3da1eaff5d3cc32
parent50675360a8b0190d23350d42cc12a4e31c056c4f
iwlwifi: mvm: Introduce an API to set STA_FLG_DISABLE_TX flag

Introduce new station flag STA_FLG_DISABLE_TX, which is modified with ADD_STA
command. This flag, when set, disables tx to the STA.
Provide an API (iwl_mvm_sta_modify_disable_tx) to modify this flag, which
should be used in channel switch and immediate quiet flows.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-fw.h
drivers/net/wireless/iwlwifi/mvm/fw-api-sta.h
drivers/net/wireless/iwlwifi/mvm/sta.c
drivers/net/wireless/iwlwifi/mvm/sta.h