[kernel] r20232 - dists/trunk/linux/debian/patches/bugfix/all

Ben Hutchings benh at alioth.debian.org
Mon Jun 10 04:50:47 UTC 2013


Author: benh
Date: Mon Jun 10 04:50:31 2013
New Revision: 20232

Log:
Refresh ath9k fix for 3.10

Modified:
   dists/trunk/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch

Modified: dists/trunk/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch
==============================================================================
--- dists/trunk/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch	Mon Jun 10 04:27:15 2013	(r20231)
+++ dists/trunk/linux/debian/patches/bugfix/all/ath9k-Disable-PowerSave-by-default.patch	Mon Jun 10 04:50:31 2013	(r20232)
@@ -20,9 +20,9 @@
 
 --- 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;
+@@ -787,8 +787,7 @@ void ath9k_set_hw_capab(struct ath_softc
+ 	hw->wiphy->iface_combinations = if_comb;
+ 	hw->wiphy->n_iface_combinations = ARRAY_SIZE(if_comb);
  
 -	if (AR_SREV_5416(sc->sc_ah))
 -		hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;



More information about the Kernel-svn-changes mailing list