linux/drivers/net/wireless/ath/ath10k
Jakub Kicinski 93d4e8bb3f wireless-next patches for v6.11
The first "new features" pull request for v6.11 with changes both in
 stack and in drivers. Nothing out of ordinary, except that we have two
 conflicts this time:
 
 CONFLICT (content): Merge conflict in net/mac80211/cfg.c
 CONFLICT (content): Merge conflict in drivers/net/wireless/microchip/wilc1000/netdev.c
 
 Here are Stephen's resolutions for them:
 
 https://lore.kernel.org/all/20240531124415.05b25e7a@canb.auug.org.au/
 https://lore.kernel.org/all/20240603110023.23572803@canb.auug.org.au/
 
 Major changes:
 
 cfg80211/mac80211
 
 * parse Transmit Power Envelope (TPE) data in mac80211 instead of in drivers
 
 wilc1000
 
 * read MAC address during probe to make it visible to user space
 
 iwlwifi
 
 * bump FW API to 91 for BZ/SC devices
 
 * report 64-bit radiotap timestamp
 
 * Enable P2P low latency by default
 
 * handle Transmit Power Envelope (TPE) advertised by AP
 
 * start using guard()
 
 rtlwifi
 
 * RTL8192DU support
 
 ath12k
 
 * remove unsupported tx monitor handling
 
 * channel 2 in 6 GHz band support
 
 * Spatial Multiplexing Power Save (SMPS) in 6 GHz band support
 
 * multiple BSSID (MBSSID) and Enhanced Multi-BSSID Advertisements (EMA) support
 
 * dynamic VLAN support
 
 * add panic handler for resetting the firmware state
 
 ath10k
 
 * add qcom,no-msa-ready-indicator Device Tree property
 
 * LED support for various chipsets
 -----BEGIN PGP SIGNATURE-----
 
 iQFFBAABCgAvFiEEiBjanGPFTz4PRfLobhckVSbrbZsFAmZi07URHGt2YWxvQGtl
 cm5lbC5vcmcACgkQbhckVSbrbZu3/QgAo7jyKgvpwMaNIVRLyfYCo0r3Q9wb7QPd
 QeRNsftYxlWpPTJ4+Y95aZupy91Ay+RaEQXbbtl7PMIiyQrs7wb4V4Iqzedkws3t
 DZsR5BitH+1BIGY0Omo0fiSB5HlWEwZGUj6inqlgKHpBtdIVTANSMjuwkdoMAV5y
 ZU57axIGToySvDbRlhJQW833Nnh4KnaseA+TtyfXSaBVerzbshkjBr0d9pMBMiH9
 irMQW5CW+7fbxp3OCNsKxX4eG6MFGmm/uP1hFmeYQi2qzUE4SddHMeV4I6oNKOrH
 vFB+ZVmYvOjJUYsNhlCUe6Vy+EKwvmfiDWwE1egelEkgozCixJXAAQ==
 =QT4C
 -----END PGP SIGNATURE-----

Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next

Kalle Valo says:

====================
wireless-next patches for v6.11

The first "new features" pull request for v6.11 with changes both in
stack and in drivers. Nothing out of ordinary, except that we have
two conflicts this time:

net/mac80211/cfg.c
  https://lore.kernel.org/all/20240531124415.05b25e7a@canb.auug.org.au

drivers/net/wireless/microchip/wilc1000/netdev.c
  https://lore.kernel.org/all/20240603110023.23572803@canb.auug.org.au

Major changes:

cfg80211/mac80211
 * parse Transmit Power Envelope (TPE) data in mac80211 instead of in drivers

wilc1000
 * read MAC address during probe to make it visible to user space

iwlwifi
 * bump FW API to 91 for BZ/SC devices
 * report 64-bit radiotap timestamp
 * enable P2P low latency by default
 * handle Transmit Power Envelope (TPE) advertised by AP
 * start using guard()

rtlwifi
 * RTL8192DU support

ath12k
 * remove unsupported tx monitor handling
 * channel 2 in 6 GHz band support
 * Spatial Multiplexing Power Save (SMPS) in 6 GHz band support
 * multiple BSSID (MBSSID) and Enhanced Multi-BSSID Advertisements (EMA)
   support
 * dynamic VLAN support
 * add panic handler for resetting the firmware state

ath10k
 * add qcom,no-msa-ready-indicator Device Tree property
 * LED support for various chipsets

* tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next: (194 commits)
  wifi: ath12k: add hw_link_id in ath12k_pdev
  wifi: ath12k: add panic handler
  wifi: rtw89: chan: Use swap() in rtw89_swap_sub_entity()
  wifi: brcm80211: remove unused structs
  wifi: brcm80211: use sizeof(*pointer) instead of sizeof(type)
  wifi: ath12k: do not process consecutive RDDM event
  dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example
  wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()
  wifi: rtlwifi: handle return value of usb init TX/RX
  wifi: rtlwifi: Enable the new rtl8192du driver
  wifi: rtlwifi: Add rtl8192du/sw.c
  wifi: rtlwifi: Constify rtl_hal_cfg.{ops,usb_interface_cfg} and rtl_priv.cfg
  wifi: rtlwifi: Add rtl8192du/dm.{c,h}
  wifi: rtlwifi: Add rtl8192du/fw.{c,h} and rtl8192du/led.{c,h}
  wifi: rtlwifi: Add rtl8192du/rf.{c,h}
  wifi: rtlwifi: Add rtl8192du/trx.{c,h}
  wifi: rtlwifi: Add rtl8192du/phy.{c,h}
  wifi: rtlwifi: Add rtl8192du/hw.{c,h}
  wifi: rtlwifi: Add new members to struct rtl_priv for RTL8192DU
  wifi: rtlwifi: Add rtl8192du/table.{c,h}
  ...

Signed-off-by: Jakub Kicinski <kuba@kernel.org>

====================

Link: https://lore.kernel.org/r/20240607093517.41394C2BBFC@smtp.kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-06-10 17:40:26 -07:00
..
Kconfig wireless-next patches for v6.11 2024-06-10 17:40:26 -07:00
Makefile wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
ahb.c wifi: ath10k: Refer to INTX instead of LEGACY 2024-04-25 12:53:32 -05:00
ahb.h
bmi.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
bmi.h
ce.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
ce.h wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by 2023-09-21 11:10:17 +03:00
core.c wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
core.h wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
coredump.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
coredump.h wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc 2024-01-19 19:43:11 +02:00
debug.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
debug.h
debugfs_sta.c wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() 2024-04-24 18:40:09 +03:00
hif.h
htc.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
htc.h wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record 2023-11-30 19:02:23 +02:00
htt.c wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP 2024-01-18 07:50:08 +02:00
htt.h wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning 2024-01-19 19:43:11 +02:00
htt_rx.c wifi: mac80211: rework RX timestamp flags 2023-12-21 20:35:15 +01:00
htt_tx.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
hw.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
hw.h wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
leds.c wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
leds.h wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
mac.c wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
mac.h
p2p.c
p2p.h
pci.c pci-v6.10-changes 2024-05-21 10:09:28 -07:00
pci.h wifi: ath10k: Refer to INTX instead of LEGACY 2024-04-25 12:53:32 -05:00
qmi.c wifi: ath10k: do not always wait for MSA_READY indicator 2024-05-13 17:15:48 +03:00
qmi.h wifi: ath10k: do not always wait for MSA_READY indicator 2024-05-13 17:15:48 +03:00
qmi_wlfw_v01.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
qmi_wlfw_v01.h wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
rx_desc.h wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
sdio.c MMC core: 2024-05-16 08:56:49 -07:00
sdio.h
snoc.c ath.git patches for v6.10 2024-05-03 13:30:19 +03:00
snoc.h
spectral.c wifi: ath10k: consistently use kstrtoX_from_user() functions 2023-10-02 19:54:51 +03:00
spectral.h
swap.c
swap.h
targaddrs.h wifi: ath10k: populate board data for WCN3990 2024-04-25 13:21:50 +03:00
testmode.c
testmode.h
testmode_i.h
thermal.c wifi: ath: Convert sprintf/snprintf to sysfs_emit 2024-03-25 12:49:27 +02:00
thermal.h
trace.c
trace.h tracing/treewide: Remove second parameter of __assign_str() 2024-05-22 20:14:47 -04:00
txrx.c
txrx.h
usb.c wifi: ath10k: allocate dummy net_device dynamically 2024-04-24 12:00:17 +01:00
usb.h wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
wmi-ops.h wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
wmi-tlv.c wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
wmi-tlv.h wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id 2024-01-19 19:43:11 +02:00
wmi.c wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
wmi.h wifi: ath10k: add LED and GPIO controlling support for various chipsets 2024-05-15 11:59:08 +03:00
wow.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
wow.h