Backport brcm80211 from 3.2-rc1

This commit is contained in:
John W. Linville 2011-11-09 13:50:58 -05:00
parent 5f42e49c37
commit f8e6300ee7
3 changed files with 97004 additions and 2 deletions

96991
brcm80211.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1573,6 +1573,10 @@ CONFIG_RTL8192DE=m
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
CONFIG_BRCMFMAC=m
CONFIG_BRCMSMAC=m
# CONFIG_BRCMDBG is not set
#
# Token Ring devices
#
@ -4396,8 +4400,6 @@ CONFIG_USB_ATMEL=m
# CONFIG_ALTERA_STAPL is not set
# CONFIG_DVB_CXD2099 is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_BRCMSMAC is not set
# CONFIG_BRCMFMAC is not set
# CONFIG_INTEL_MEI is not set
# CONFIG_ZCACHE is not set

View File

@ -780,6 +780,9 @@ Patch21063: mac80211-config-hw-when-going-back-on-channel.patch
#rhbz752176
Patch21080: sysfs-msi-irq-per-device.patch
#backport brcm80211 from 3.2-rc1
Patch21090: brcm80211.patch
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@ -1441,6 +1444,9 @@ ApplyPatch mac80211-config-hw-when-going-back-on-channel.patch
#rhbz 752176
ApplyPatch sysfs-msi-irq-per-device.patch
#backport brcm80211 from 3.2-rc1
ApplyPatch brcm80211.patch
# END OF PATCH APPLICATIONS
%endif
@ -2142,6 +2148,9 @@ fi
# and build.
%changelog
* Wed Nov 09 2011 John W. Linville <linville@redhat.com>
- Backport brcm80211 from 3.2-rc1
* Tue Nov 08 2011 Neil Horman <nhorman@redhat.com>
- Add msi irq ennumeration per device in sysfs (rhbz 752176)