From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the second set of patches intended for v5.5. It's the usual development, new features, cleanups and bugfixes. The changes are: * Some udpdates to FW API commands; * Fix max amsdu value calculation; * Small updates in the debugging infra; * Some new helper functions; * A few clean-ups; * Other small fixes and improvements; As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Emmanuel Grumbach (1): iwlwifi: mvm: use the new session protection command Haim Dreyfuss (1): iwlwifi: mvm: add support for new version for D0I3_END_CMD Johannes Berg (2): iwlwifi: mvm: remove leftover rs_remove_sta_debugfs() prototype iwlwifi: dbg: prefer struct copy to memcpy() Lior Cohen (1): iwlwifi: mvm: add notification for missed VAP Mordechay Goodstein (1): iwlwifi: mvm: consider ieee80211 station max amsdu value Shahar S Matityahu (2): iwlwifi: dbg_ini: add user trigger support iwlwifi: dbg_ini: use vzalloc to allocate dumping memory regions Tova Mussai (4): iwlwifi: mvm: create function to convert nl80211 band to phy band iwlwifi: mvm: Invert the condition for OFDM rate iwlwifi: nvm: create function to convert channel index to nl80211_band iwlwifi: rx: use new api to get band from rx mpdu YueHaibing (1): iwlwifi: mvm: fix old-style declaration .../net/wireless/intel/iwlwifi/fw/api/d3.h | 8 + .../wireless/intel/iwlwifi/fw/api/mac-cfg.h | 33 ++- .../net/wireless/intel/iwlwifi/fw/api/rx.h | 5 + .../intel/iwlwifi/fw/api/time-event.h | 80 +++++++- drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 15 +- drivers/net/wireless/intel/iwlwifi/fw/file.h | 3 + .../wireless/intel/iwlwifi/iwl-nvm-parse.c | 26 ++- drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 29 ++- .../net/wireless/intel/iwlwifi/mvm/debugfs.c | 3 + .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 30 ++- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 40 +++- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 34 +++- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 31 +++ .../net/wireless/intel/iwlwifi/mvm/rs-fw.c | 8 +- drivers/net/wireless/intel/iwlwifi/mvm/rs.h | 4 - drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 23 ++- drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 20 +- .../wireless/intel/iwlwifi/mvm/time-event.c | 189 +++++++++++++++++- .../wireless/intel/iwlwifi/mvm/time-event.h | 21 +- drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 14 +- .../net/wireless/intel/iwlwifi/mvm/utils.c | 2 +- 21 files changed, 552 insertions(+), 66 deletions(-) -- 2.23.0