ath9k: fix mci_is_enabled utility
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>
Mon, 18 Jun 2012 13:32:38 +0000 (19:02 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 20 Jun 2012 19:14:51 +0000 (15:14 -0400)
During driver stop, btcoex is disabled and also btcoex_hw.enabled
is set to false. Afterwards mci_is_enabled returns false so that
BT is not gaining SPDT control on WLAN sleep. Fix that.

Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found