diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-01-16 08:27:12 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-01-16 08:27:12 -0500 |
commit | f6e179360940569a25dea128759e6139e9916bbe (patch) | |
tree | b308059b74b743ab74b4a41468210cc29569b2ee /kernel.spec | |
parent | 45aa9a25561570fc0feb8d355edaf7f763b4743e (diff) | |
download | kernel-f6e179360940569a25dea128759e6139e9916bbe.tar.gz kernel-f6e179360940569a25dea128759e6139e9916bbe.tar.xz kernel-f6e179360940569a25dea128759e6139e9916bbe.zip |
Add patch from Stanislaw Gruszka to fix iwlegacy IBSS cleanup (rhbz 886946)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 426e8c629..9cefbdccd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -736,6 +736,9 @@ Patch22070: irqnr-build.patch #rhbz 859485 Patch21226: vt-Drop-K_OFF-for-VC_MUTE.patch +#rhbz 886946 +Patch21227: iwlegacy-fix-IBSS-cleanup.patch + # END OF PATCH DEFINITIONS %endif @@ -1418,6 +1421,9 @@ ApplyPatch irqnr-build.patch #rhbz 859485 ApplyPatch vt-Drop-K_OFF-for-VC_MUTE.patch +#rhbz 886946 +ApplyPatch iwlegacy-fix-IBSS-cleanup.patch + # END OF PATCH APPLICATIONS %endif @@ -2286,6 +2292,9 @@ fi # ||----w | # || || %changelog +* Wed Jan 16 2013 Josh Boyer <jwboyer@redhat.com> +- Add patch from Stanislaw Gruszka to fix iwlegacy IBSS cleanup (rhbz 886946) + * Tue Jan 15 2013 Justin M. Forbes <jforbes@redhat.com> - 3.8.0-0.rc3.git2.1 - Linux v3.8-rc3-293-g406089d |