From 9377063d0e1fe876d230d00d0890781a8fbe0100 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 5 Jan 2010 13:19:56 -0800 Subject: [PATCH] fix up a .31 patch --- .../rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3