summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/851-brcmsmac-add-support-for-BCM43224.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-09 12:45:28 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-09 12:45:28 +0000
commitc18804b0095a146a511bbb68ad47a828bf7e0041 (patch)
treef7afffa09343f242197687392735469039f3141b /package/mac80211/patches/851-brcmsmac-add-support-for-BCM43224.patch
parent071b49784b403690430990bd4baa35166f4acbea (diff)
mac80211: update to 2013-01-07, add several ath9k stability fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35063 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/851-brcmsmac-add-support-for-BCM43224.patch')
-rw-r--r--package/mac80211/patches/851-brcmsmac-add-support-for-BCM43224.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/mac80211/patches/851-brcmsmac-add-support-for-BCM43224.patch b/package/mac80211/patches/851-brcmsmac-add-support-for-BCM43224.patch
deleted file mode 100644
index a0f894e95..000000000
--- a/package/mac80211/patches/851-brcmsmac-add-support-for-BCM43224.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/drivers/net/wireless/brcm80211/brcmsmac/main.c
-+++ b/drivers/net/wireless/brcm80211/brcmsmac/main.c
-@@ -4502,7 +4502,8 @@ static int brcms_b_attach(struct brcms_c
-
- /* check device id(srom, nvram etc.) to set bands */
- if (wlc_hw->deviceid == BCM43224_D11N_ID ||
-- wlc_hw->deviceid == BCM43224_D11N_ID_VEN1)
-+ wlc_hw->deviceid == BCM43224_D11N_ID_VEN1 ||
-+ wlc_hw->deviceid == BCM43224_CHIP_ID)
- /* Dualband boards */
- wlc_hw->_nbands = 2;
- else
-@@ -5655,7 +5656,7 @@ static bool brcms_c_chipmatch_pci(struct
- return false;
- }
-
-- if (device == BCM43224_D11N_ID_VEN1)
-+ if (device == BCM43224_D11N_ID_VEN1 || device == BCM43224_CHIP_ID)
- return true;
- if ((device == BCM43224_D11N_ID) || (device == BCM43225_D11N2G_ID))
- return true;