wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT
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@quicinc.com> Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://msgid.link/20231216060140.30611-4-quic_bqiang@quicinc.com (cherry picked from commit 97474e5f54243be13d72cbda50624f0114213c7d) Signed-off-by: Werner Sembach <wse@tuxedocomputers.com> Acked-by: Koichiro Den <koichiro.den@canonical.com> Acked-by: Stewart Hore <stewart.hore@canonical.com> Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user