]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: add NOA and CSA to a probe response
authorGregory Greenman <gregory.greenman@intel.com>
Mon, 22 Jan 2018 05:38:12 +0000 (07:38 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 31 Aug 2018 08:38:20 +0000 (11:38 +0300)
commit6e8326c830b27b1931ff9dcb37d2860a2d72cedf
tree0fa37d2d8477ff4c72a8d943906e0d872b4a5799
parentb9cb9bcd331e2f6d5454b91cbddd435db43936c4
iwlwifi: mvm: add NOA and CSA to a probe response

A probe response built by a P2P GO should contain:
1. CSA/eCSA IE when relevant
2. If the corresponding probe request had P2P IE, then
need to add P2P IE with NOA attributes.

However, the NOA attributes and the updated channel switch
counter are known only to the FW. The solution is that FW
will send a notification with the relevant probe response
data and the driver will save it and update the probe
response accordingly.

Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/mac-cfg.h
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/tx.c