diff options
author | Luis R. Rodriguez <mcgrof@qca.qualcomm.com> | 2011-12-14 16:56:36 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-12-15 14:46:37 -0500 |
commit | 55e435de9153581fda21631f0e68bb793072234d (patch) | |
tree | 8c947b3bdbcaad4e928d9bc2f72778892b63d6d7 /drivers | |
parent | f94375431749d555a16659051d8033ba9a0fe83b (diff) |
ath: document ATH_DBG_MCI
A debug level was added to the ath module for printing
MCI messages but no documentation was provided. Clarify that
MCI is the Message Coexistence Interface, a private protocol
used exclusively for WLAN-BT coexistence starting from
AR9462.
Cc: wtsao@qca.qualcomm.com
Cc: rmanohar@qca.qualcomm.com
Cc: mohammed@qca.qualcomm.com
Cc: senthilb@qca.qualcomm.com
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index 3e4dd2d483b8..0b93babcaa1b 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h | |||
@@ -215,6 +215,9 @@ do { \ | |||
215 | * @ATH_DBG_HWTIMER: hardware timer handling | 215 | * @ATH_DBG_HWTIMER: hardware timer handling |
216 | * @ATH_DBG_BTCOEX: bluetooth coexistance | 216 | * @ATH_DBG_BTCOEX: bluetooth coexistance |
217 | * @ATH_DBG_BSTUCK: stuck beacons | 217 | * @ATH_DBG_BSTUCK: stuck beacons |
218 | * @ATH_DBG_MCI: Message Coexistence Interface, a private protocol | ||
219 | * used exclusively for WLAN-BT coexistence starting from | ||
220 | * AR9462. | ||
218 | * @ATH_DBG_ANY: enable all debugging | 221 | * @ATH_DBG_ANY: enable all debugging |
219 | * | 222 | * |
220 | * The debug level is used to control the amount and type of debugging output | 223 | * The debug level is used to control the amount and type of debugging output |