[SRU][J:hwe/N][PATCH 02/11] wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT

Werner Sembach wse at tuxedocomputers.com
Mon Feb 17 08:53:33 UTC 2025


From: Wen Gong <quic_wgong at quicinc.com>

Buglink: https://bugs.launchpad.net/bugs/2098104

Impact: This is a patchset that we (as in TUXEDO Computers) currently apply
on top of the Ubuntu 6.8 kernel to make it run smoothly on all our devices.
All patches apply cleanly on 6.8.
Fix: The "wifi: ath12k: *" patches are part of a larger patchset to enable
support for the ath12k wifi chipset that iirc we currently use in our intel
desktop PCs. The rest of that patchset already got included in the
Ubuntu 6.8 kernel. This patch is already upstream, just not on the 6.8
branch, because they where upstreamed after that one was already EOL.
Testcase: We run this patchset for all our customers devices (we basically
maintain our own OEM branch) so it is quite field testet. Besides that,
whenever a new patch was added we did regression testing on a selection of
devices.

Currently ATH12K_BD_IE_BOARD_EXT is not used, so remove it.

Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0-03427-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.15378.4

Signed-off-by: Wen Gong <quic_wgong at quicinc.com>
Signed-off-by: Baochen Qiang <quic_bqiang at quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo at quicinc.com>
Link: https://msgid.link/20231216060140.30611-4-quic_bqiang@quicinc.com
Signed-off-by: Werner Sembach <wse at tuxedocomputers.com>
---
 drivers/net/wireless/ath/ath12k/hw.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath12k/hw.h b/drivers/net/wireless/ath/ath12k/hw.h
index 17342422ea91a..69589fe1bc5a0 100644
--- a/drivers/net/wireless/ath/ath12k/hw.h
+++ b/drivers/net/wireless/ath/ath12k/hw.h
@@ -250,7 +250,6 @@ enum ath12k_bd_ie_board_type {
 enum ath12k_bd_ie_type {
 	/* contains sub IEs of enum ath12k_bd_ie_board_type */
 	ATH12K_BD_IE_BOARD = 0,
-	ATH12K_BD_IE_BOARD_EXT = 1,
 };
 
 struct ath12k_hw_regs {
-- 
2.43.0




More information about the kernel-team mailing list