summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2010-12-09 19:02:25 -0500
committerKyle McMartin <kyle@redhat.com>2010-12-09 19:02:25 -0500
commit5d5148cd48f9a2a1067e878092de7142b379e83b (patch)
tree3a0cc067e1f21faaa2d7c5a074e72e57a7c65bb8 /kernel.spec
parenteae11717a184705aad08a3783cba964bfa3a06dd (diff)
downloadkernel-5d5148cd48f9a2a1067e878092de7142b379e83b.tar.gz
kernel-5d5148cd48f9a2a1067e878092de7142b379e83b.tar.xz
kernel-5d5148cd48f9a2a1067e878092de7142b379e83b.zip
orinoco: initialise priv->hw before assigning the interrupt
Enable previous sched patch, which hadn't been applypatch'd.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec13
1 files changed, 13 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index be5fcc0ad..9286d8014 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -709,6 +709,8 @@ Patch12411: mm-vmstat-use-a-single-setter-function-and-callback-for-adjusting-pe
# rhbz#650934
Patch12420: sched-cure-more-NO_HZ-load-average-woes.patch
+Patch12421: orinoco-initialise-priv_hw-before-assigning-the-interrupt.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1305,6 +1307,12 @@ ApplyPatch debug-tty-print-dev-name.patch
ApplyPatch mm-page-allocator-adjust-the-per-cpu-counter-threshold-when-memory-is-low.patch
ApplyPatch mm-vmstat-use-a-single-setter-function-and-callback-for-adjusting-percpu-thresholds.patch
+# rhbz#650934
+ApplyPatch sched-cure-more-NO_HZ-load-average-woes.patch
+
+# rhbz657864
+ApplyPatch orinoco-initialise-priv_hw-before-assigning-the-interrupt.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -1918,6 +1926,11 @@ fi
# || ||
%changelog
+* Thu Dec 09 2010 Kyle McMartin <kyle@redhat.com>
+- Snarf patch from wireless-next to fix mdomsch's orinico wifi.
+ (orinoco: initialise priv->hw before assigning the interrupt)
+ [229bd792] (#657864)
+
* Wed Dec 08 2010 Kyle McMartin <kyle@redhat.com> 2.6.37-0.rc5.git2.1
- Linux 2.6.37-rc5-git2
- sched-cure-more-NO_HZ-load-average-woes.patch: fix some of the complaints