diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2014-11-27 04:11:17 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-12-01 02:09:28 -0500 |
commit | acfe7ecfa40dece73e3dcdc2f606a87988b1472c (patch) | |
tree | 03b850ef33e7072ea854977061da7aaa8e9b7384 /drivers/net/wireless/ath/ath10k/debug.h | |
parent | 37b9f933e0a82dcf61eb692d99d7106395b8e50f (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.h | 9 |
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); | |||
62 | void ath10k_debug_destroy(struct ath10k *ar); | 62 | void ath10k_debug_destroy(struct ath10k *ar); |
63 | int ath10k_debug_register(struct ath10k *ar); | 63 | int ath10k_debug_register(struct ath10k *ar); |
64 | void ath10k_debug_unregister(struct ath10k *ar); | 64 | void ath10k_debug_unregister(struct ath10k *ar); |
65 | void ath10k_debug_read_service_map(struct ath10k *ar, | ||
66 | const void *service_map, | ||
67 | size_t map_size); | ||
68 | void ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb); | 65 | void ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb); |
69 | struct ath10k_fw_crash_data * | 66 | struct ath10k_fw_crash_data * |
70 | ath10k_debug_get_new_fw_crash_data(struct ath10k *ar); | 67 | ath10k_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 | ||
112 | static inline void ath10k_debug_read_service_map(struct ath10k *ar, | ||
113 | const void *service_map, | ||
114 | size_t map_size) | ||
115 | { | ||
116 | } | ||
117 | |||
118 | static inline void ath10k_debug_fw_stats_process(struct ath10k *ar, | 109 | static inline void ath10k_debug_fw_stats_process(struct ath10k *ar, |
119 | struct sk_buff *skb) | 110 | struct sk_buff *skb) |
120 | { | 111 | { |