diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-04-24 08:47:28 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-04-24 08:53:19 -0400 |
commit | 56a924af5536192a8e2a70c05d19f3cae584075b (patch) | |
tree | 52f650b622a46d4d7a53f71921d1dace0be30d87 /kernel.spec | |
parent | 49fd71050470b5a5a380f38b6dcf02a13b688622 (diff) | |
download | kernel-56a924af5536192a8e2a70c05d19f3cae584075b.tar.gz kernel-56a924af5536192a8e2a70c05d19f3cae584075b.tar.xz kernel-56a924af5536192a8e2a70c05d19f3cae584075b.zip |
Add patch to fix ipw2200 (rhbz 802106)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index bab6fc5ec..d3e34bef7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -754,6 +754,9 @@ Patch22007: macvtap-zerocopy-validate-vector-length.patch Patch22011: input-synaptics-fix-regression-with-image-sensor-trackpads.patch +#rhbz 802106 +Patch22012: ipw2200-Fix-race-condition-in-the-command-completion-acknowledge.patch + # END OF PATCH DEFINITIONS %endif @@ -1457,6 +1460,9 @@ ApplyPatch macvtap-zerocopy-validate-vector-length.patch ApplyPatch input-synaptics-fix-regression-with-image-sensor-trackpads.patch +#rhbz 802106 +ApplyPatch ipw2200-Fix-race-condition-in-the-command-completion-acknowledge.patch + # END OF PATCH APPLICATIONS %endif @@ -2327,6 +2333,9 @@ fi # ||----w | # || || %changelog +* Tue Apr 24 2012 Josh Boyer <jwboyer@redhat.com> +- Add patch to fix ipw2200 (rhbz 802106) + * Mon Apr 23 2012 Peter Hutterer <peter.hutterer@redhat.com> - Fix regression on clickpads |