From a6b80d072f70fdac4f23be34724a0a25d3403a8f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 17 May 2012 01:33:39 +0000 Subject: [PATCH] rt2800usb: Re-enable powersaving by default We've disabled powersaving for rt2800usb with a patch since 2.6.38-2, as it resulted in very high latency then. It looks like this has been fixed by commits 1c0bcf89d85cc97a0d9ce4cd909351a81fa4fdde ('rt2x00: Add autowake support for USB hardware') and 5f0dd296a01c8173fcc05a8b262a1168ae90bc74 ('rt2x00: Implement tx_frames_pending mac80211 callback function.'). Just comment-out the patch for now, in case we have to revert this. svn path=/dists/sid/linux-2.6/; revision=19005 --- debian/changelog | 2 ++ debian/patches/series/base | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 147e5cfc0..470e27999 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ linux-2.6 (3.2.17-2) UNRELEASED; urgency=low [ Ben Hutchings ] * test-patches: Fix -j option, broken since 3.1.0-1~experimental.1 + * rt2800usb: Re-enable powersaving by default, as it should work better + than in 2.6.38 -- Ben Hutchings Wed, 16 May 2012 02:19:30 +0100 diff --git a/debian/patches/series/base b/debian/patches/series/base index 1069ed069..0078e6d0e 100644 --- a/debian/patches/series/base +++ b/debian/patches/series/base @@ -35,7 +35,7 @@ + features/all/Kbuild-kconfig-Verbose-version-of-listnewconfig.patch + debian/sched-autogroup-disabled.patch -+ bugfix/all/rt2800-disable-powersaving-as-default.patch +#+ bugfix/all/rt2800-disable-powersaving-as-default.patch + features/all/cgroups-Allow-memory-cgroup-support-to-be-included-b.patch + debian/cgroups-Document-the-Debian-memory-resource-controll.patch + bugfix/ia64/nouveau-ACPI-support-is-dependent-on-X86.patch