Message ID | ddc23836b333327e83ac7a4f9096e9fd7219eed3.camel@intel.com |
---|---|
State | New |
Headers | show |
Series | pull-request: iwlwifi-next 2023-01-30 | expand |
"Greenman, Gregory" <gregory.greenman@intel.com> wrote: > Hi Kalle, > > Here's a pull request for v6.3 with the last patchset I sent and one > iwlwifi patch from the small patchset before that. > > This is all normal development, new features, bugfixes and cleanups. > More details about the contents in the tag description. > > Please let me know if there are any issues. > > Thanks, > Gregory. > > > The following changes since commit 4ca69027691a0039279b64cfa0aa511d9c9fde59: > > wifi: wireless: deny wireless extensions on MLO-capable devices (2023-01-19 20:01:41 +0200) > > are available in the Git repository at: > > http://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2023-01-30 > > for you to fetch changes up to 9cbd5a8abca904441e36861e3a92961bec41d13f: > > wifi: iwlwifi: mei: fix compilation errors in rfkill() (2023-01-30 13:00:25 +0200) > > ---------------------------------------------------------------- > iwlwifi updates towards v6.3, this patch-set contains: > > * EHT rate reporting > * Sniffer support for EHT and a few fixes in the related code > * A few general cleanups and small bugfixes > * Bump FW API to 74 for AX devices > * Fix a compilation error in mei (it still depends on BROKEN) > * STEP equalizer support - transfer some Phy related parameters from > the BIOS to the firmware > > ---------------------------------------------------------------- > Ayala Barazani (1): > wifi: iwlwifi: mvm: Support STEP equalizer settings from BIOS. > > Emmanuel Grumbach (1): > wifi: iwlwifi: mention the response structure in the kerneldoc > > Golan Ben Ami (1): > wifi: iwlwifi: bump FW API to 74 for AX devices > > Gregory Greenman (2): > wifi: iwlwifi: mvm: always send nullfunc frames on MGMT queue > wifi: iwlwifi: mei: fix compilation errors in rfkill() > > Heiner Kallweit (1): > wifi: iwlwifi: improve tag handling in iwl_request_firmware > > Johannes Berg (1): > wifi: iwlwifi: mvm: add minimal EHT rate reporting > > Mordechay Goodstein (3): > wifi: iwlwifi: rx: add sniffer support for EHT mode > wifi: iwlwifi: mvm: add sniffer meta data APIs > wifi: iwlwifi: mvm: simplify by using SKB MAC header pointer > > Mukesh Sisodiya (1): > wifi: iwlwifi: mvm: Reset rate index if rate is wrong > > Tom Rix (1): > wifi: iwlwifi: mvm: remove h from printk format specifier > > drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 2 +- > drivers/net/wireless/intel/iwlwifi/fw/api/commands.h | 1 + > drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h | 2 +- > drivers/net/wireless/intel/iwlwifi/fw/api/rx.h | 145 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- > drivers/net/wireless/intel/iwlwifi/fw/uefi.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- > drivers/net/wireless/intel/iwlwifi/fw/uefi.h | 19 ++++++++++++++++++- > drivers/net/wireless/intel/iwlwifi/iwl-context-info-gen3.h | 21 +++++++++++++++++++-- > drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 12 ++++-------- > drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 4 ++++ > drivers/net/wireless/intel/iwlwifi/mei/main.c | 6 +++--- > drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 6 +++--- > drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c | 4 ++-- > drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 7 +++++++ > drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1 + > drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++-------------------------------- > drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 7 ++++--- > drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c | 5 +++++ > 17 files changed, 314 insertions(+), 67 deletions(-) Pulled, thanks. b187c70b0366 Merge tag 'iwlwifi-next-for-kalle-2023-01-30' of http://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next