commit | e1ecad78e5c5c32f331925f340141a38aaa64cef | [log] [tgz] |
---|---|---|
author | Rajkumar Manoharan <rmanohar@qca.qualcomm.com> | Mon Jun 18 19:02:38 2012 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 20 15:14:51 2012 -0400 |
tree | 0e91d6d7041015d2ced5629086180a819548a50b | |
parent | a68807e9177a083dc09c24b141158539d71db21c [diff] |
ath9k: fix mci_is_enabled utility 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>