diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2013-07-12 07:47:24 -0400 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2013-07-12 07:51:34 -0400 |
| commit | ae1356ac9fb7cb0774eaab42465bd3017328dbb3 (patch) | |
| tree | 00d40c4549001268cb908d91ccbec10ca23ad564 /kernel.spec | |
| parent | 9c63d892b79f4cd8be0857fe7151faff165a7e29 (diff) | |
| download | kernel-ae1356ac9fb7cb0774eaab42465bd3017328dbb3.tar.gz kernel-ae1356ac9fb7cb0774eaab42465bd3017328dbb3.tar.xz kernel-ae1356ac9fb7cb0774eaab42465bd3017328dbb3.zip | |
Add iwlwifi fix for connection issue (rhbz 885407)
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 7ffc5d47..ca7f6272 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 @@ -768,6 +768,9 @@ Patch25055: ath3k-dont-use-stack-memory-for-DMA.patch Patch25056: iwl3945-better-skb-management-in-rx-path.patch Patch25057: iwl4965-better-skb-management-in-rx-path.patch +#rhbz 885407 +Patch25064: iwlwifi-dvm-dont-send-BT_CONFIG-on-devices-wo-Bluetooth.patch + # END OF PATCH DEFINITIONS %endif @@ -1462,6 +1465,9 @@ ApplyPatch ath3k-dont-use-stack-memory-for-DMA.patch ApplyPatch iwl3945-better-skb-management-in-rx-path.patch ApplyPatch iwl4965-better-skb-management-in-rx-path.patch +#rhbz 885407 +ApplyPatch iwlwifi-dvm-dont-send-BT_CONFIG-on-devices-wo-Bluetooth.patch + # END OF PATCH APPLICATIONS %endif @@ -2258,6 +2264,9 @@ fi # ||----w | # || || %changelog +* Fri Jul 12 2013 Josh Boyer <jwboyer@redhat.com> +- Add iwlwifi fix for connection issue (rhbz 885407) + * Thu Jul 11 2013 Justin M. Forbes <jforbes@redhat.com> - 3.11.0-0.rc0.git6.1 - Linux v3.10-9080-g19d2f8e |
