diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-09-27 07:31:21 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-09-28 12:27:31 -0400 |
commit | b9b6ee603923be45c4022a0dce5fa8ccf4284524 (patch) | |
tree | 7b0a4e189353484ed072b205e2f0b7e8313f18f5 /drivers/net/wireless/ath/ath6kl/debug.h | |
parent | 6bc364315aac6ab256ce3cdc00aa90cb57279a1f (diff) |
ath6kl: improve wmi debug messages
Add a new debug level ATH6KL_DBG_WMI_DUMP and other minor
improvements to the wmi debug messages.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/debug.h')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/debug.h b/drivers/net/wireless/ath/ath6kl/debug.h index 0fbb0ac2de23..9288a3ce1e39 100644 --- a/drivers/net/wireless/ath/ath6kl/debug.h +++ b/drivers/net/wireless/ath/ath6kl/debug.h | |||
@@ -34,11 +34,12 @@ enum ATH6K_DEBUG_MASK { | |||
34 | ATH6KL_DBG_TRC = BIT(11), /* generic func tracing */ | 34 | ATH6KL_DBG_TRC = BIT(11), /* generic func tracing */ |
35 | ATH6KL_DBG_SCATTER = BIT(12), /* hif scatter tracing */ | 35 | ATH6KL_DBG_SCATTER = BIT(12), /* hif scatter tracing */ |
36 | ATH6KL_DBG_WLAN_CFG = BIT(13), /* cfg80211 i/f file tracing */ | 36 | ATH6KL_DBG_WLAN_CFG = BIT(13), /* cfg80211 i/f file tracing */ |
37 | ATH6KL_DBG_RAW_BYTES = BIT(14), /* dump tx/rx and wmi frames */ | 37 | ATH6KL_DBG_RAW_BYTES = BIT(14), /* dump tx/rx frames */ |
38 | ATH6KL_DBG_AGGR = BIT(15), /* aggregation */ | 38 | ATH6KL_DBG_AGGR = BIT(15), /* aggregation */ |
39 | ATH6KL_DBG_SDIO = BIT(16), | 39 | ATH6KL_DBG_SDIO = BIT(16), |
40 | ATH6KL_DBG_SDIO_DUMP = BIT(17), | 40 | ATH6KL_DBG_SDIO_DUMP = BIT(17), |
41 | ATH6KL_DBG_BOOT = BIT(18), /* driver init and fw boot */ | 41 | ATH6KL_DBG_BOOT = BIT(18), /* driver init and fw boot */ |
42 | ATH6KL_DBG_WMI_DUMP = BIT(19), | ||
42 | ATH6KL_DBG_ANY = 0xffffffff /* enable all logs */ | 43 | ATH6KL_DBG_ANY = 0xffffffff /* enable all logs */ |
43 | }; | 44 | }; |
44 | 45 | ||