From: Rajkumar Manoharan Date: Mon, 18 Jun 2012 13:32:38 +0000 (+0530) Subject: ath9k: fix mci_is_enabled utility X-Git-Tag: v3.6-rc1~125^2~57^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ecad78e5c5c32f331925f340141a38aaa64cef;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed