diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-08-24 08:41:30 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-08-24 08:42:15 -0400 |
commit | 04d46b9ad7786f1d3f3260bcf8b3e3be2ac71846 (patch) | |
tree | e9ddac49fdc847e676c0584a92b1984c8761ca2a /kernel.spec | |
parent | d20ff5e932dccbeac28c81b9b70a842b8fa60a9f (diff) | |
download | kernel-04d46b9ad7786f1d3f3260bcf8b3e3be2ac71846.tar.gz kernel-04d46b9ad7786f1d3f3260bcf8b3e3be2ac71846.tar.xz kernel-04d46b9ad7786f1d3f3260bcf8b3e3be2ac71846.zip |
Revert 'iwlwifi: advertise max aggregate size'. (rhbz 708747)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 4c3919731..6f9305b8f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -51,7 +51,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be prepended with "0.", so # for example a 3 here will become 0.3 # -%global baserelease 0 +%global baserelease 1 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -729,6 +729,7 @@ Patch12205: runtime_pm_fixups.patch Patch12303: dmar-disable-when-ricoh-multifunction.patch Patch13003: efi-dont-map-boot-services-on-32bit.patch +Patch13004: iwlagn-revert-max-aggregate-size.patch Patch20000: utrace.patch @@ -1358,6 +1359,7 @@ ApplyPatch fix-intel-duplicate-backlight.patch ApplyPatch dmar-disable-when-ricoh-multifunction.patch ApplyPatch efi-dont-map-boot-services-on-32bit.patch +ApplyPatch iwlagn-revert-max-aggregate-size.patch # utrace. ApplyPatch utrace.patch @@ -2072,6 +2074,9 @@ fi # ||----w | # || || %changelog +* Wed Aug 24 2011 Josh Boyer <jwboyer@redhat.com> +- Revert 'iwlwifi: advertise max aggregate size'. (rhbz 708747) + * Mon Aug 22 2011 Josh Boyer <jwboyer@redhat.com> - Linux 3.1-rc3 - Add patch to fix duplicate backlight registration (rhbz 732202) |