diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2013-09-08 17:55:38 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2013-09-12 18:21:36 +0300 |
commit | b52b7688ac85819c9c99bfe0250913fd0053e665 (patch) | |
tree | 8e59cf305ca8528098e1ddb67d5fcaa01aa610e8 /drivers/net/wireless/ath/ath10k/debug.h | |
parent | f0bbea9981780e767c90955f47615e6f7382746f (diff) | |
download | lwn-b52b7688ac85819c9c99bfe0250913fd0053e665.tar.gz lwn-b52b7688ac85819c9c99bfe0250913fd0053e665.zip |
ath10k: rename ATH10K_DBG_CORE to BOOT
core.c mostly deals with driver and firmware starting related
actions. And we can use the boot level also in other components,
like PCI and HTT.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h index e40e155abd87..fa581486626f 100644 --- a/drivers/net/wireless/ath/ath10k/debug.h +++ b/drivers/net/wireless/ath/ath10k/debug.h @@ -27,7 +27,7 @@ enum ath10k_debug_mask { ATH10K_DBG_HTC = 0x00000004, ATH10K_DBG_HTT = 0x00000008, ATH10K_DBG_MAC = 0x00000010, - ATH10K_DBG_CORE = 0x00000020, + ATH10K_DBG_BOOT = 0x00000020, ATH10K_DBG_PCI_DUMP = 0x00000040, ATH10K_DBG_HTT_DUMP = 0x00000080, ATH10K_DBG_MGMT = 0x00000100, |