OSDN Git Service

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)
commit86e177d80ff7b127138e69e03a3ba7a4c090f57b
tree0fa37d2d8477ff4c72a8d943906e0d872b4a5799
parent2afa6a7311f5727c5a3984419d11b863cae69712
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