summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/debug.h
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>2012-09-10 11:35:09 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2012-09-11 19:31:45 (GMT)
commit83ad49a96edaf139333be7f3f7ed261dd41e4ad3 (patch)
treec8be5ad246cb62751c63f13731b09ed7ef2b12cb /drivers/net/wireless/ath/ath9k/debug.h
parentc1154431e3a9ca2ce073b0637a50946941db56a4 (diff)
downloadlinux-83ad49a96edaf139333be7f3f7ed261dd41e4ad3.tar.xz
ath9k_hw: Wait BT calibration to complete
Whenever BT calibration requested, WLAN has to wait for the calibration to be completed. But right now we defer the waiting which might cause BT calibration to fail. Fix that. Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/debug.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h
index 61341cd..2ed9785 100644
--- a/drivers/net/wireless/ath/ath9k/debug.h
+++ b/drivers/net/wireless/ath/ath9k/debug.h
@@ -41,7 +41,6 @@ enum ath_reset_type {
RESET_TYPE_PLL_HANG,
RESET_TYPE_MAC_HANG,
RESET_TYPE_BEACON_STUCK,
- RESET_TYPE_MCI,
__RESET_TYPE_MAX
};