summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-06-12 07:31:43 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-06-12 07:34:42 -0400
commit972606b89510fd527f7a08372f4e8e404bf4113f (patch)
tree47ea450e0aeae58d4c245a4657b5e5779b141a01 /kernel.spec
parent18e50ce8f8d390b47ed295bbe96566c6bccf7e6f (diff)
downloadkernel-972606b89510fd527f7a08372f4e8e404bf4113f.tar.gz
kernel-972606b89510fd527f7a08372f4e8e404bf4113f.tar.xz
kernel-972606b89510fd527f7a08372f4e8e404bf4113f.zip
Add fix for rt5390/rt3290 regression (rhbz 950735)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 50da9e506..50818e82b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -767,6 +767,9 @@ Patch25040: tuntap-set-SOCK_ZEROCOPY-flag-during-open.patch
Patch25041: x86-mtrr-Fix-original-mtrr-range-get-for-mtrr_cleanup.patch
Patch25042: x86-range-make-add_range-use-blank-slot.patch
+#rhbz 950735
+Patch25045: rt2800-fix-RT5390-RT3290-TX-power-settings-regression.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1478,6 +1481,9 @@ ApplyPatch tuntap-set-SOCK_ZEROCOPY-flag-during-open.patch
ApplyPatch x86-mtrr-Fix-original-mtrr-range-get-for-mtrr_cleanup.patch
ApplyPatch x86-range-make-add_range-use-blank-slot.patch
+#rhbz 950735
+ApplyPatch rt2800-fix-RT5390-RT3290-TX-power-settings-regression.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2283,6 +2289,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Jun 12 2013 Josh Boyer <jwboyer@redhat.com>
+- Add fix for rt5390/rt3290 regression (rhbz 950735)
+
* Tue Jun 11 2013 Dave Jones <davej@redhat.com>
- Disable soft lockup detector on virtual machines. (rhbz 971139)