Message ID | dc1df61337fad1cb5a83789bc78da8b18541ef26.camel@coelho.fi (mailing list archive) |
---|---|
State | Accepted |
Commit | 2619f904b25cd056fba9b4694c57647d6782b1af |
Delegated to: | Kalle Valo |
Headers | show |
Series | pull-request: iwlwifi-next 2021-10-28 | expand |
Luca Coelho <luca@coelho.fi> wrote: > Hi Kalle, > > Here's my second pull request for v5.16 with the two patchsets I sent > earlier, plus one patch for a new HW combination that I sent this > morning. I decided to leave out Björns patches, because there are > still a few things Johannes and I are discussing about them. > > Otherwise 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. > > Cheers, > Luca. > > > The following changes since commit a427aca0a931b8c65b47231bbf09e8873b29d554: > > Merge tag 'mt76-for-kvalo-2021-10-23' of https://github.com/nbd168/wireless (2021-10-27 18:36:30 +0300) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2021-10-28 > > for you to fetch changes up to cbaa6aeedee5f92dafa5982eceea2a1f98ce4f7d: > > iwlwifi: bump FW API to 67 for AX devices (2021-10-28 12:04:12 +0300) > > ---------------------------------------------------------------- > iwlwifi patches for v5.16 > > * Support a new ACPI table revision; > * Improvements in the device selection code; > * New HW support; > * Some fixes in the Geographic SAR implementation; > * Support for WiFi 6E enablement via BIOS; > * Support FW API version 67; > * Improve debugging support; > * Some fixes in session protection; > * Some other small fixes, clean-ups and improvements. > > ---------------------------------------------------------------- > Ayala Barazani (1): > iwlwifi: ACPI: support revision 3 WGDS tables > > Emmanuel Grumbach (1): > iwlwifi: mvm: fix some kerneldoc issues > > Gregory Greenman (1): > iwlwifi: mvm: update RFI TLV > > Ilan Peer (1): > iwlwifi: mvm: Use all Rx chains for roaming scan > > Johannes Berg (10): > iwlwifi: pcie: fix killer name matching for AX200 > iwlwifi: pcie: remove duplicate entry > iwlwifi: pcie: refactor dev_info lookup > iwlwifi: pcie: remove two duplicate PNJ device entries > iwlwifi: pcie: simplify iwl_pci_find_dev_info() > iwlwifi: dump host monitor data when NIC doesn't init > iwlwifi: fw: uefi: add missing include guards > iwlwifi: mvm: d3: use internal data representation > iwlwifi: mvm: remove session protection on disassoc > iwlwifi: mvm: extend session protection on association > > Luca Coelho (5): > iwlwifi: mvm: read 6E enablement flags from DSM and pass to FW > iwlwifi: mvm: don't get address of mvm->fwrt just to dereference as a pointer > iwlwifi: rename GEO_TX_POWER_LIMIT to PER_CHAIN_LIMIT_OFFSET_CMD > iwlwifi: mvm: fix WGDS table print in iwl_mvm_chub_update_mcc() > iwlwifi: bump FW API to 67 for AX devices > > Mike Golant (1): > iwlwifi: pcie: update sw error interrupt for BZ family > > Mukesh Sisodiya (1): > iwlwifi: yoyo: support for ROM usniffer > > Nathan Errera (1): > iwlwifi: rename CHANNEL_SWITCH_NOA_NOTIF to CHANNEL_SWITCH_START_NOTIF > > Yaara Baruch (1): > iwlwifi: add new pci SoF with JF > > drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 2 +- > drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 150 ++++++++++++++++++++++++++++------------- > drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 40 ++++++----- > drivers/net/wireless/intel/iwlwifi/fw/api/d3.h | 43 ------------ > drivers/net/wireless/intel/iwlwifi/fw/api/debug.h | 17 +++++ > drivers/net/wireless/intel/iwlwifi/fw/api/mac-cfg.h | 10 +-- > drivers/net/wireless/intel/iwlwifi/fw/api/phy.h | 6 +- > drivers/net/wireless/intel/iwlwifi/fw/api/power.h | 55 +++++++++++---- > drivers/net/wireless/intel/iwlwifi/fw/api/sta.h | 2 + > drivers/net/wireless/intel/iwlwifi/fw/file.h | 2 +- > drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 2 +- > drivers/net/wireless/intel/iwlwifi/fw/uefi.h | 5 +- > drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 1 + > drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 92 ++++++++++++++++++++----- > drivers/net/wireless/intel/iwlwifi/iwl-io.c | 46 ++++++++++++- > drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------- > drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 72 +++++++++++++++----- > drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 6 +- > drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 67 +++++++++++++------ > drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 4 +- > drivers/net/wireless/intel/iwlwifi/mvm/nvm.c | 5 +- > drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 10 +-- > drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 8 +++ > drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 149 ++++++++++++++++++++++++++++------------- > drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 9 ++- > drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 45 ++++++++++--- > 26 files changed, 804 insertions(+), 401 deletions(-) Pulled, thanks. 2619f904b25c Merge tag 'iwlwifi-next-for-kalle-2021-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next