[kernel] r20223 - in dists/sid/linux/debian: . patches patches/bugfix/all

Ben Hutchings benh at alioth.debian.org
Sun Jun 9 23:55:04 UTC 2013


Author: benh
Date: Sun Jun  9 23:55:04 2013
New Revision: 20223

Log:
ath9k: Disable PowerSave by default (Closes: #695968)

Added:
   dists/sid/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch
Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/patches/series

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Sun Jun  9 23:49:00 2013	(r20222)
+++ dists/sid/linux/debian/changelog	Sun Jun  9 23:55:04 2013	(r20223)
@@ -52,6 +52,7 @@
   * [powerpc] Fix build error in stable/3.9
   * [armel/iop32x,armel/ixp4xx] Disable OABI_COMPAT, PCI_QUIRKS to reduce
     kernel size (fixes FTBFS)
+  * ath9k: Disable PowerSave by default (Closes: #695968)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 08 Jun 2013 15:25:11 +0100
 

Added: dists/sid/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch	Sun Jun  9 23:55:04 2013	(r20223)
@@ -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
+@@ -766,8 +766,7 @@ void ath9k_set_hw_capab(struct ath_softc
+ 	hw->wiphy->iface_combinations = &if_comb;
+ 	hw->wiphy->n_iface_combinations = 1;
+ 
+-	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;
+ 	hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Sun Jun  9 23:49:00 2013	(r20222)
+++ dists/sid/linux/debian/patches/series	Sun Jun  9 23:55:04 2013	(r20223)
@@ -106,3 +106,4 @@
 
 bugfix/s390/s390-add-pgste-to-ptep_modify_prot_start.patch
 bugfix/powerpc/powerpc-fix-build-error-in-stable-3.9.patch
+bugfix/all/ath9k-Disable-PowerSave-by-default.patch



More information about the Kernel-svn-changes mailing list