From: Greg Kroah-Hartman Date: Tue, 5 Jan 2010 21:26:04 +0000 (-0800) Subject: fix rt2x00 patch in .32 to build properly X-Git-Tag: v2.6.31.10~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a411b7c72adc530bd93a4214a9c9256d0e51c5b4;p=thirdparty%2Fkernel%2Fstable-queue.git fix rt2x00 patch in .32 to build properly --- diff --git a/review-2.6.32/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch b/review-2.6.32/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch index 3c7811a023f..469c6e46e34 100644 --- a/review-2.6.32/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch +++ b/review-2.6.32/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch @@ -30,7 +30,7 @@ Signed-off-by: Greg Kroah-Hartman /* + * Disable powersaving as default. + */ -+ rt2x00dev->hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT; ++ rt2x00dev->hw->wiphy->ps_default = false; + + /* * Initialize all hw fields.