From: Luca Coelho <[email protected]>
Hi,
Here's the first set of patches intended for v5.2. This one only
contains some patches that were pending on mac80211/cfg80211/radiotap
patches being merged. Now that the all the dependencies are in place,
the iwlwifi patches can be merged.
The changes are:
* Send NO_DATA events so they can be captured in radiotap;
* Some channel-switch changes;
* Support for multiple BSSID;
As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.
Please review.
Cheers,
Luca.
Johannes Berg (1):
iwlwifi: mvm: report all NO_DATA events to mac80211
Sara Sharon (7):
iwlwifi: mvm: report delayed beacon count to FW
iwlwifi: mvm: implement CSA abort
iwlwifi: mvm: track CSA beacons
iwlwifi: mvm: notify FW on quiet mode in CSA
iwlwifi: mvm: disconnect in case of bad channel switch parameters
iwlwifi: mvm: track changes in beacon count during channel switch
iwlwifi: mvm: support multiple BSSID
drivers/net/wireless/intel/iwlwifi/fw/file.h | 2 +
.../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 7 +-
.../net/wireless/intel/iwlwifi/mvm/mac80211.c | 190 ++++++++++++++----
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 11 +-
drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 6 +-
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 31 ++-
.../wireless/intel/iwlwifi/mvm/time-event.c | 5 +-
7 files changed, 187 insertions(+), 65 deletions(-)
--
2.20.1