From: Greg Kroah-Hartman Date: Fri, 31 Aug 2012 16:51:34 +0000 (-0700) Subject: deleted queue-3.4/ath9k-stop-btcoex-on-device-suspend.patch X-Git-Tag: v3.5.4~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66b9640cad36cde8cc5fe0b38b1a41e6b69ad77f;p=thirdparty%2Fkernel%2Fstable-queue.git deleted queue-3.4/ath9k-stop-btcoex-on-device-suspend.patch --- 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 index efcfd791280..00000000000 --- a/queue-3.4/ath9k-stop-btcoex-on-device-suspend.patch +++ /dev/null @@ -1,31 +0,0 @@ -From e19f15ac6437624b6214b2f0ec0d69fb7eb205fa Mon Sep 17 00:00:00 2001 -From: Rajkumar Manoharan -Date: Thu, 9 Aug 2012 12:37:26 +0530 -Subject: ath9k: stop btcoex on device suspend - -From: Rajkumar Manoharan - -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 -Signed-off-by: John W. Linville -Signed-off-by: Greg Kroah-Hartman - ---- - 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); - diff --git a/queue-3.4/series b/queue-3.4/series index c0c9e331184..fb2f6553c70 100644 --- a/queue-3.4/series +++ b/queue-3.4/series @@ -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