]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
deleted queue-3.4/ath9k-stop-btcoex-on-device-suspend.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Aug 2012 16:51:34 +0000 (09:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Aug 2012 16:51:34 +0000 (09:51 -0700)
queue-3.4/ath9k-stop-btcoex-on-device-suspend.patch [deleted file]
queue-3.4/series

diff --git a/queue-3.4/ath9k-stop-btcoex-on-device-suspend.patch b/queue-3.4/ath9k-stop-btcoex-on-device-suspend.patch
deleted file mode 100644 (file)
index efcfd79..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-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);
index c0c9e331184a55b256ef6bccd207f92566426f02..fb2f6553c70c3d602be6f2047bc198714cf72a5f 100644 (file)
@@ -42,7 +42,6 @@ svcrpc-fix-svc_xprt_enqueue-svc_recv-busy-looping.patch
 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