+++ /dev/null
-From e19f15ac6437624b6214b2f0ec0d69fb7eb205fa Mon Sep 17 00:00:00 2001
-From: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
-Date: Thu, 9 Aug 2012 12:37:26 +0530
-Subject: ath9k: stop btcoex on device suspend
-
-From: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
-
-commit e19f15ac6437624b6214b2f0ec0d69fb7eb205fa upstream.
-
-During suspend, the device will be moved to FULLSLEEP state.
-As btcoex is never been stopped, the btcoex timer is running
-and tries to access hw on fullsleep state. Fix that.
-
-Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
-Signed-off-by: John W. Linville <linville@tuxdriver.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- drivers/net/wireless/ath/ath9k/pci.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/drivers/net/wireless/ath/ath9k/pci.c
-+++ b/drivers/net/wireless/ath/ath9k/pci.c
-@@ -312,6 +312,7 @@ static int ath_pci_suspend(struct device
- * Otherwise the chip never moved to full sleep,
- * when no interface is up.
- */
-+ ath9k_stop_btcoex(sc);
- ath9k_hw_disable(sc->sc_ah);
- ath9k_hw_setpower(sc->sc_ah, ATH9K_PM_FULL_SLEEP);
-
svcrpc-sends-on-closed-socket-should-stop-immediately.patch
cciss-fix-incorrect-scsi-status-reporting.patch
acpi-export-symbol-acpi_get_table_with_size.patch
-ath9k-stop-btcoex-on-device-suspend.patch
ath9k-fix-decrypt_error-initialization-in-ath_rx_tasklet.patch
pci-ehci-fix-crash-during-hibernation-on-asus-computers.patch
block-replace-__getblk_slow-misfix-by-grow_dev_page-fix.patch