[kernel] r20204 - in dists/wheezy/linux/debian: . patches patches/bugfix/all
Ben Hutchings
benh at alioth.debian.org
Sat Jun 8 15:21:41 UTC 2013
Author: benh
Date: Sat Jun 8 15:21:40 2013
New Revision: 20204
Log:
ath9k: Disable PowerSave by default (Closes: #695968)
Added:
dists/wheezy/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch
Modified:
dists/wheezy/linux/debian/changelog
dists/wheezy/linux/debian/patches/series
Modified: dists/wheezy/linux/debian/changelog
==============================================================================
--- dists/wheezy/linux/debian/changelog Sat Jun 8 14:25:42 2013 (r20203)
+++ dists/wheezy/linux/debian/changelog Sat Jun 8 15:21:40 2013 (r20204)
@@ -187,6 +187,7 @@
* [i386/486] udeb: Add lxfb to fb-modules (Closes: #705780)
* [i386] cpufreq / Longhaul: Disable driver by default (Closes: #707047)
* iscsi-target: fix heap buffer overflow on error (CVE-2013-2850)
+ * ath9k: Disable PowerSave by default (Closes: #695968)
-- Ben Hutchings <ben at decadent.org.uk> Wed, 27 Mar 2013 14:10:40 +0000
Added: dists/wheezy/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dists/wheezy/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch Sat Jun 8 15:21:40 2013 (r20204)
@@ -0,0 +1,32 @@
+From: Sujith Manoharan <c_manoha at qca.qualcomm.com>
+Date: Sat, 1 Jun 2013 07:08:09 +0530
+Subject: ath9k: Disable PowerSave by default
+
+commit 73c79617596b89a3693ff0d89d42bcd5ddedcf15 upstream.
+
+Almost all the DMA issues which have plagued ath9k (in station mode)
+for years are related to PS. Disabling PS usually "fixes" the user's
+connection stablility. Reports of DMA problems are still trickling in
+and are sitting in the kernel bugzilla. Until the PS code in ath9k is
+given a thorough review, disbale it by default. The slight increase
+in chip power consumption is a small price to pay for improved link
+stability.
+
+Signed-off-by: Sujith Manoharan <c_manoha at qca.qualcomm.com>
+Signed-off-by: John W. Linville <linville at tuxdriver.com>
+---
+ drivers/net/wireless/ath/ath9k/init.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+--- a/drivers/net/wireless/ath/ath9k/init.c
++++ b/drivers/net/wireless/ath/ath9k/init.c
+@@ -691,8 +691,7 @@ void ath9k_set_hw_capab(struct ath_softc
+ BIT(NL80211_IFTYPE_ADHOC) |
+ BIT(NL80211_IFTYPE_MESH_POINT);
+
+- if (AR_SREV_5416(sc->sc_ah))
+- hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
++ hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
+
+ hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
+
Modified: dists/wheezy/linux/debian/patches/series
==============================================================================
--- dists/wheezy/linux/debian/patches/series Sat Jun 8 14:25:42 2013 (r20203)
+++ dists/wheezy/linux/debian/patches/series Sat Jun 8 15:21:40 2013 (r20204)
@@ -634,3 +634,4 @@
bugfix/all/ext4-avoid-hang-when-mounting-non-journal-filesystem.patch
bugfix/all/iscsi-target-fix-heap-buffer-overflow-on-error.patch
debian/jbd2-avoid-ABI-change-in-3.2.45.patch
+bugfix/all/ath9k-Disable-PowerSave-by-default.patch
More information about the Kernel-svn-changes
mailing list