Apply mac80211 NULL ptr deref fix to compat-wireless too (rhbz 769766)

This commit is contained in:
Josh Boyer 2012-01-15 16:23:28 -05:00
parent 7c77270a54
commit dff5d86265
1 changed files with 2 additions and 0 deletions

View File

@ -1685,6 +1685,7 @@ ApplyPatch compat-wireless-config-fixups.patch
ApplyPatch compat-wireless-change-CONFIG_IWLAGN-CONFIG_IWLWIFI.patch
ApplyPatch compat-wireless-pr_fmt-warning-avoidance.patch
ApplyPatch compat-wireless-rtl8192cu-Fix-WARNING-on-suspend-resume.patch
ApplyPatch mac80211-fix-rx-key-NULL-ptr-deref-in-promiscuous-mode.patch
# Remove overlap between bcma/b43 and brcmsmac and reenable bcm4331
ApplyPatch bcma-brcmsmac-compat.patch
@ -2391,6 +2392,7 @@ fi
%changelog
* Sun Jan 15 2012 Josh Boyer <jwboyer@redhat.com>
- Avoid packaging symlinks for kernel-doc files (rhbz 767351)
- Apply mac80211 NULL ptr deref fix to compat-wireless too (rhbz 769766)
* Fri Jan 13 2012 Josh Boyer <jwboyer@redhat.com>
- Fix verbose logging messages in the rtl8192cu driver (rhbz 728740)