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

Werner Sembach wse at tuxedocomputers.com
Mon Feb 17 13:10:49 UTC 2025


From: Wen Gong <quic_wgong at quicinc.com>

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

Impact: ath12k wifi chipset support
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.
Testcase: Field tested on several TUXEDO 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
(cherry picked from commit 97474e5f54243be13d72cbda50624f0114213c7d)
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