wifi: ath11k: debug: remove unused ATH11K_DBG_ANY
authorKalle Valo <quic_kvalo@quicinc.com>
Fri, 9 Jun 2023 14:24:26 +0000 (17:24 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Tue, 13 Jun 2023 09:10:41 +0000 (12:10 +0300)
It's not used anywhere so can be easily removed.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23

Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230609142440.24643-2-kvalo@kernel.org
drivers/net/wireless/ath/ath11k/debug.h

index 621d85f3118c1b1ee111e635230d695fbe7a7e77..0a9418c36bf4a6b2cfb929673c4f78dc5793d6eb 100644 (file)
@@ -26,7 +26,6 @@ enum ath11k_debug_mask {
        ATH11K_DBG_PCI          = 0x00001000,
        ATH11K_DBG_DP_TX        = 0x00002000,
        ATH11K_DBG_DP_RX        = 0x00004000,
-       ATH11K_DBG_ANY          = 0xffffffff,
 };
 
 __printf(2, 3) void ath11k_info(struct ath11k_base *ab, const char *fmt, ...);