aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/debug.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2014-11-27 04:11:17 -0500
committerKalle Valo <kvalo@qca.qualcomm.com>2014-12-01 02:09:28 -0500
commitacfe7ecfa40dece73e3dcdc2f606a87988b1472c (patch)
tree03b850ef33e7072ea854977061da7aaa8e9b7384 /drivers/net/wireless/ath/ath10k/debug.h
parent37b9f933e0a82dcf61eb692d99d7106395b8e50f (diff)
ath10k: make wmi service bitmap non-debug
The service bitmap can be used to determine firmware capabilities. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/debug.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/debug.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h
index 815d325ab930..1b87a5dbec53 100644
--- a/drivers/net/wireless/ath/ath10k/debug.h
+++ b/drivers/net/wireless/ath/ath10k/debug.h
@@ -62,9 +62,6 @@ int ath10k_debug_create(struct ath10k *ar);
62void ath10k_debug_destroy(struct ath10k *ar); 62void ath10k_debug_destroy(struct ath10k *ar);
63int ath10k_debug_register(struct ath10k *ar); 63int ath10k_debug_register(struct ath10k *ar);
64void ath10k_debug_unregister(struct ath10k *ar); 64void ath10k_debug_unregister(struct ath10k *ar);
65void ath10k_debug_read_service_map(struct ath10k *ar,
66 const void *service_map,
67 size_t map_size);
68void ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb); 65void ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb);
69struct ath10k_fw_crash_data * 66struct ath10k_fw_crash_data *
70ath10k_debug_get_new_fw_crash_data(struct ath10k *ar); 67ath10k_debug_get_new_fw_crash_data(struct ath10k *ar);
@@ -109,12 +106,6 @@ static inline void ath10k_debug_unregister(struct ath10k *ar)
109{ 106{
110} 107}
111 108
112static inline void ath10k_debug_read_service_map(struct ath10k *ar,
113 const void *service_map,
114 size_t map_size)
115{
116}
117
118static inline void ath10k_debug_fw_stats_process(struct ath10k *ar, 109static inline void ath10k_debug_fw_stats_process(struct ath10k *ar,
119 struct sk_buff *skb) 110 struct sk_buff *skb)
120{ 111{