From 345a8116949b6b1de0bc69ed188d6b6624c4887f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 5 Jan 2010 13:20:57 -0800 Subject: [PATCH] remove a .27 patch that was not intended to go there. --- ...owersaving-for-rt61pci-and-rt2800pci.patch | 38 ------------------- review-2.6.27/series | 1 - 2 files changed, 39 deletions(-) delete mode 100644 review-2.6.27/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch diff --git a/review-2.6.27/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch b/review-2.6.27/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch deleted file mode 100644 index fb757b4978b..00000000000 --- a/review-2.6.27/rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 93b6bd26b74efe46b4579592560f9f1cb7b61994 Mon Sep 17 00:00:00 2001 -From: Gertjan van Wingerde -Date: Mon, 14 Dec 2009 20:33:55 +0100 -Subject: rt2x00: Disable powersaving for rt61pci and rt2800pci. - -From: Gertjan van Wingerde - -commit 93b6bd26b74efe46b4579592560f9f1cb7b61994 upstream. - -We've had many reports of rt61pci failures with powersaving enabled. -Therefore, as a stop-gap measure, disable powersaving of the rt61pci -until we have found a proper solution. -Also disable powersaving on rt2800pci as it most probably will show -the same problem. - -Signed-off-by: Gertjan van Wingerde -Acked-by: Ivo van Doorn -Signed-off-by: John W. Linville -Signed-off-by: Greg Kroah-Hartman - ---- - drivers/net/wireless/rt2x00/rt61pci.c | 5 +++++ - 1 file changed, 5 insertions(+) - ---- a/drivers/net/wireless/rt2x00/rt61pci.c -+++ b/drivers/net/wireless/rt2x00/rt61pci.c -@@ -2281,6 +2281,11 @@ static void rt61pci_probe_hw_mode(struct - unsigned int i; - - /* -+ * Disable powersaving as default. -+ */ -+ rt2x00dev->hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT; -+ -+ /* - * Initialize all hw fields. - */ - rt2x00dev->hw->flags = diff --git a/review-2.6.27/series b/review-2.6.27/series index 4c729bddbff..a23102d4906 100644 --- a/review-2.6.27/series +++ b/review-2.6.27/series @@ -5,6 +5,5 @@ i2c-tsl2550-fix-lux-value-in-extended-mode.patch ipv6-reassembly-use-seperate-reassembly-queues-for-conntrack-and-local-delivery.patch s390-dasd-support-diag-access-for-read-only-devices.patch x86-ptrace-make-genregs_get-set-more-robust.patch -rt2x00-disable-powersaving-for-rt61pci-and-rt2800pci.patch generic_permission-may_open-is-not-write-access.patch revert-kvm-mmu-do-not-free-active-mmu-pages-in-free_mmu_pages.patch -- 2.47.3