Message ID | 20221122201040.2618863-1-gregory.greenman@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: iwlwifi: updates intended for v6.2 2022-11-22 | expand |
gregory.greenman@intel.com writes: > From: Gregory Greenman <gregory.greenman@intel.com> > > Hi, > > Here's the third set of patches intended for v6.2, with the fixes. > Resending all the patches since I think it'll make the review easier. > The fixes are only for two patches (1 and 4), the rest are unchanged. > > It contains EHT adjustments for iwlwifi. It contains only iwlwifi > changes, all the required mac80211/cfg80211 changes are already merged > upstream. > > As usual, I'm pushing this to a pending branch, for kbuild bot, > and will send a pull-request later. > > Please review. No need to resend because of this but there's no changelog to list the changes since v1. Usually we do something like this (I'm making up the content, I don't know what you actually changed): v2 * patch 1: fix a typo in the commit log * patch 5: add missing mutex_unlock() in error handling
From: Gregory Greenman <gregory.greenman@intel.com> Hi, Here's the third set of patches intended for v6.2, with the fixes. Resending all the patches since I think it'll make the review easier. The fixes are only for two patches (1 and 4), the rest are unchanged. It contains EHT adjustments for iwlwifi. It contains only iwlwifi changes, all the required mac80211/cfg80211 changes are already merged upstream. As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Thanks, Gregory. Abhishek Naik (1): wifi: iwlwifi: nvm: Update EHT capabilities for GL device Ilan Peer (1): wifi: iwlwifi: mvm: Advertise EHT capabilities Johannes Berg (4): wifi: iwlwifi: mvm: support 320 MHz PHY configuration wifi: iwlwifi: mvm: set HE PHY bandwidth according to band wifi: iwlwifi: mvm: advertise 320 MHz in 6 GHz only conditionally wifi: iwlwifi: nvm-parse: support A-MPDU in EHT 2.4 GHz Miri Korenblit (1): wifi: iwlwifi: mvm: support PPE Thresholds for EHT Mordechay Goodstein (2): wifi: iwlwifi: rs: add support for parsing max MCS per NSS/BW in 11be wifi: iwlwifi: mvm: add support for EHT 1K aggregation size .../net/wireless/intel/iwlwifi/fw/api/mac.h | 6 +- .../wireless/intel/iwlwifi/fw/api/phy-ctxt.h | 33 ++- .../net/wireless/intel/iwlwifi/fw/api/rs.h | 10 +- drivers/net/wireless/intel/iwlwifi/fw/rs.c | 2 + drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 3 + .../wireless/intel/iwlwifi/iwl-eeprom-parse.h | 3 +- .../wireless/intel/iwlwifi/iwl-modparams.h | 1 + .../wireless/intel/iwlwifi/iwl-nvm-parse.c | 235 ++++++++++++++++-- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 179 ++++++++++--- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 10 +- .../net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | 54 ++-- .../net/wireless/intel/iwlwifi/mvm/rs-fw.c | 125 +++++++++- 12 files changed, 548 insertions(+), 113 deletions(-)