diff options
author | Rajkumar Manoharan <rmanohar@qti.qualcomm.com> | 2014-10-03 01:02:40 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-10-07 10:10:27 -0400 |
commit | bfdd7937ab1a3ee0d02dc2d6876c597539a0d37d (patch) | |
tree | 3325bce1eb293d7353596acaffb0cfcac81e3d24 /drivers/net/wireless/ath/ath10k/debug.h | |
parent | 90174455ae058a1dcf1f3d344a9752385803c1d8 (diff) |
ath10k: add tracing for ath10k_htt_pktlog
This is useful for collecting pktlog statistics of tx, rx
and rate information, so add tracing for the API call.
Signed-off-by: Rajkumar Manoharan <rmanohar@qti.qualcomm.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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h index ce86ed29e119..0c934a8378db 100644 --- a/drivers/net/wireless/ath/ath10k/debug.h +++ b/drivers/net/wireless/ath/ath10k/debug.h | |||
@@ -69,7 +69,6 @@ struct ath10k_fw_crash_data * | |||
69 | ath10k_debug_get_new_fw_crash_data(struct ath10k *ar); | 69 | ath10k_debug_get_new_fw_crash_data(struct ath10k *ar); |
70 | 70 | ||
71 | void ath10k_debug_dbglog_add(struct ath10k *ar, u8 *buffer, int len); | 71 | void ath10k_debug_dbglog_add(struct ath10k *ar, u8 *buffer, int len); |
72 | |||
73 | #define ATH10K_DFS_STAT_INC(ar, c) (ar->debug.dfs_stats.c++) | 72 | #define ATH10K_DFS_STAT_INC(ar, c) (ar->debug.dfs_stats.c++) |
74 | 73 | ||
75 | void ath10k_debug_get_et_strings(struct ieee80211_hw *hw, | 74 | void ath10k_debug_get_et_strings(struct ieee80211_hw *hw, |