linux/drivers/net/wireless
Johannes Berg e7df856787 ath.git update for v6.19-rc6
A collection of small bug fixes in ath10k and ath12k.
 
 Note to maintainers:
 
 This tag includes:
 3170757210 ("wifi: ath12k: Fix wrong P2P device link id issue")
 
 That commit contains the following:
 
 Note to linux-next and netdev maintainers:
 
 This patch going through the "current" tree conflicts with
 the following going through the "next" tree:
 commit 631ee338f0 ("Merge branch 'ath12k-ng' into ath-next")
 
 The conflict resolution is to leave the following file unmodified:
 drivers/net/wireless/ath/ath12k/mac.
 
 And to apply the following patch to ath12k_wifi7_mac_op_tx()
 in the file drivers/net/wireless/ath/ath12k/wifi7/hw.c -705,7 +705,10
 
  			return;
  		}
  	} else {
 -		link_id = 0;
 +		if (vif->type == NL80211_IFTYPE_P2P_DEVICE)
 +			link_id = ATH12K_FIRST_SCAN_LINK;
 +		else
 +			link_id = 0;
  	}
 
  	arvif = rcu_dereference(ahvif->link[link_id]);
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQQ/mtSHzPUi16IfDEksFbugiYzLewUCaWaA/wAKCRAsFbugiYzL
 e7I3AQDpny3vixgzoMro8RtHWI8VWp8WkTRTCnpiVM46GzZi+gD6A4as/pYZqDiB
 oZ0szrG8IK+Jci0l6Q7HkNl7Xf83ogM=
 =ZvBw
 -----END PGP SIGNATURE-----

Merge tag 'ath-current-20260113' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath into wireless

Jeff Johnson says:
==================
ath.git update for v6.19-rc6

A collection of small bug fixes in ath10k and ath12k.
==================

Link: https://patch.msgid.link/98386125-c0bb-495e-b2ba-2765aaed19d8@oss.qualcomm.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2026-01-14 10:41:45 +01:00
..
admtek wifi: cfg80211/mac80211: Add support to get radio index 2025-06-24 15:19:27 +02:00
ath wifi: ath12k: Fix wrong P2P device link id issue 2026-01-13 07:25:02 -08:00
atmel wifi: cfg80211/mac80211: Add support to get radio index 2025-06-24 15:19:27 +02:00
broadcom wifi: brcmfmac: Add DMI nvram filename quirk for Acer A1 840 tablet 2025-11-24 13:07:11 +01:00
intel wifi: iwlwifi: Implement settime64 as stub for MVM/MLD PTP 2025-12-16 18:52:58 +01:00
intersil wifi: mac80211: support parsing S1G TIM PVB 2025-09-04 11:19:01 +02:00
marvell wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize() 2026-01-12 19:36:55 +01:00
mediatek wifi: mt76: Remove blank line after mt792x firmware version dmesg 2025-12-31 17:03:35 -08:00
microchip Plenty of things going on, notably: 2025-09-11 17:50:46 -07:00
purelifi wifi: plfxlc: Fix error handling in usb driver probe 2025-07-18 14:23:23 +02:00
quantenna wifi: qtnfmac: add WQ_PERCPU to alloc_workqueue users 2025-11-20 10:25:28 +01:00
ralink wifi: rt2x00: add nvmem eeprom support 2025-10-30 08:39:18 +01:00
realtek Revert "wifi: rtw88: add WQ_UNBOUND to alloc_workqueue users" 2025-12-15 16:48:47 +08:00
rsi wifi: rsi: Fix memory corruption due to not set vif driver data size 2026-01-12 19:34:56 +01:00
silabs wifi: wfx: add WQ_PERCPU to alloc_workqueue users 2025-11-20 10:25:46 +01:00
st wifi: cw1200: add WQ_PERCPU to alloc_workqueue users 2025-11-20 10:26:09 +01:00
ti wifi: wlcore: ensure skb headroom before skb_push 2025-12-16 10:23:06 +01:00
virtual wifi: mac80211_hwsim: disable BHs for hwsim_radio_lock 2026-01-08 13:33:10 +01:00
zydas wifi: zd1211rw: fix potential memory leak in __zd_usb_enable_rx() 2025-10-30 08:41:10 +01:00
Kconfig
Makefile