diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-07-16 23:50:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-07-16 23:50:54 +0000 |
commit | cf9bca8dedb00b41c42a994ae08b91c37d11895c (patch) | |
tree | 70272e7b9e0d26608ba3e5805ab01855a9717ac7 /package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch | |
parent | 84585b45d6ab5a71a805e45df889b01217950484 (diff) | |
download | upstream-cf9bca8dedb00b41c42a994ae08b91c37d11895c.tar.gz upstream-cf9bca8dedb00b41c42a994ae08b91c37d11895c.tar.bz2 upstream-cf9bca8dedb00b41c42a994ae08b91c37d11895c.zip |
mac80211: update to latest wireless-testing + some monitor mode fixes and some libertas driver fixes
SVN-Revision: 32760
Diffstat (limited to 'package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch')
-rw-r--r-- | package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch b/package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch index c94d2ecdae..000f5dbcec 100644 --- a/package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch +++ b/package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch @@ -10,7 +10,7 @@ BCMA_CORETABLE_END --- a/drivers/net/wireless/brcm80211/brcmsmac/main.c +++ b/drivers/net/wireless/brcm80211/brcmsmac/main.c -@@ -734,7 +734,7 @@ static void brcms_c_ucode_bsinit(struct +@@ -734,7 +734,7 @@ static void brcms_c_ucode_bsinit(struct brcms_c_write_mhf(wlc_hw, wlc_hw->band->mhfs); /* do band-specific ucode IHR, SHM, and SCR inits */ @@ -19,7 +19,7 @@ if (BRCMS_ISNPHY(wlc_hw->band)) brcms_c_write_inits(wlc_hw, ucode->d11n0bsinitvals16); else -@@ -2259,7 +2259,7 @@ static void brcms_ucode_download(struct +@@ -2259,7 +2259,7 @@ static void brcms_ucode_download(struct if (wlc_hw->ucode_loaded) return; |