From: Greg Kroah-Hartman Date: Tue, 5 Jan 2010 21:19:56 +0000 (-0800) Subject: fix up a .31 patch X-Git-Tag: v2.6.31.10~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9377063d0e1fe876d230d00d0890781a8fbe0100;p=thirdparty%2Fkernel%2Fstable-queue.git fix up a .31 patch --- diff --git a/queue-2.6.31/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch b/queue-2.6.31/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch index a4acd6ec298..345d10f1418 100644 --- a/queue-2.6.31/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch +++ b/queue-2.6.31/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.