diff options
author | David S. Miller <davem@davemloft.net> | 2012-08-15 18:26:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-15 18:26:05 -0400 |
commit | 2ea214929d601a9308e47c3d380e50315963ce42 (patch) | |
tree | 17ec73bfcf487fa7511be25618b4fd0d2c04c22d /drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | |
parent | 1b3a6926fc3430116c97c333f7cf901b86779008 (diff) | |
parent | 16698918cdb39ae0d9289741ac2a9ed179f8b8ba (diff) |
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
John W. Linville says:
====================
This is a batch of updates intended for 3.7. The ath9k, mwifiex,
and b43 drivers get the bulk of the commits this time, with a handful
of other driver bits thrown-in. It is mostly just minor fixes and
cleanups, etc.
Also included is a Bluetooth pull, with a lot of refactoring.
Gustavo says:
"These are the changes I queued for 3.7. There are a many
small fixes/improvements by Andre Guedes. A l2cap channel
refcounting refactor by Jaganath. Bluetooth sockets now
appears in /proc/net, by Masatake Yamato and Sachin Kamat
changes ours drivers to use devm_kzalloc()."
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c')
-rw-r--r-- | drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c b/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c index 192ad5c1fcc8..1c70defba6c3 100644 --- a/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c +++ b/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | |||
@@ -86,7 +86,9 @@ MODULE_AUTHOR("Broadcom Corporation"); | |||
86 | MODULE_DESCRIPTION("Broadcom 802.11n wireless LAN driver."); | 86 | MODULE_DESCRIPTION("Broadcom 802.11n wireless LAN driver."); |
87 | MODULE_SUPPORTED_DEVICE("Broadcom 802.11n WLAN cards"); | 87 | MODULE_SUPPORTED_DEVICE("Broadcom 802.11n WLAN cards"); |
88 | MODULE_LICENSE("Dual BSD/GPL"); | 88 | MODULE_LICENSE("Dual BSD/GPL"); |
89 | 89 | /* This needs to be adjusted when brcms_firmwares changes */ | |
90 | MODULE_FIRMWARE("brcm/bcm43xx-0.fw"); | ||
91 | MODULE_FIRMWARE("brcm/bcm43xx_hdr-0.fw"); | ||
90 | 92 | ||
91 | /* recognized BCMA Core IDs */ | 93 | /* recognized BCMA Core IDs */ |
92 | static struct bcma_device_id brcms_coreid_table[] = { | 94 | static struct bcma_device_id brcms_coreid_table[] = { |