From: Rajkumar Manoharan Date: Mon, 18 Jun 2012 13:32:37 +0000 (+0530) Subject: ath9k_hw: fix BT mute at hw init X-Git-Tag: v3.6-rc1~125^2~57^2~254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a68807e9177a083dc09c24b141158539d71db21c;p=pandora-kernel.git ath9k_hw: fix BT mute at hw init WLAN driver initialization is muting BT which is terminating the ongoing BT traffic. The reason to mute BT is to avoid any incoming MCI messages from BT when MCI reset is in progress that could corrupt WLAN MCI RX state machine. But we should not dedicate radio completely to WLAN in driver init itself. So this patch removes the wlan weightage changes from mute BT to retain BT connection. Signed-off-by: Rajkumar Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed