diff options
author | Kalle Valo <quic_kvalo@quicinc.com> | 2023-06-09 17:24:26 +0300 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2023-06-13 12:10:41 +0300 |
commit | d13936d57927574815db968f1e5f9026dade3370 (patch) | |
tree | 98b4c278bf1b59d063f9c3fb93b1884bbbcc7923 | |
parent | 75086cc6dee046e3fbb3dba148b376d8802f83bc (diff) |
wifi: ath11k: debug: remove unused ATH11K_DBG_ANY
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
-rw-r--r-- | drivers/net/wireless/ath/ath11k/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/debug.h b/drivers/net/wireless/ath/ath11k/debug.h index 621d85f3118c..0a9418c36bf4 100644 --- a/drivers/net/wireless/ath/ath11k/debug.h +++ b/drivers/net/wireless/ath/ath11k/debug.h @@ -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, ...); |