projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75086cc
)
wifi: ath11k: debug: remove unused ATH11K_DBG_ANY
author
Kalle Valo
<quic_kvalo@quicinc.com>
Fri, 9 Jun 2023 14:24:26 +0000
(17:24 +0300)
committer
Kalle 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath11k/debug.h
b/drivers/net/wireless/ath/ath11k/debug.h
index 621d85f3118c1b1ee111e635230d695fbe7a7e77..0a9418c36bf4a6b2cfb929673c4f78dc5793d6eb 100644
(file)
--- 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, ...);