summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/851-brcmsmac-add-support-for-BCM43224.patch
diff options
context:
space:
mode:
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;