diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-02-24 01:11:20 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-02-24 01:11:20 +0000 |
commit | 2754907a13a9b7c38e0b9fabdb642a6a8155e4fa (patch) | |
tree | 6301437f883017f4f67618e61cee05d195b339cb /package/mac80211/patches/867-brcmsmac-remove-brcms_pub-bcmerr.patch | |
parent | 414a2631b64b0b0bfab0c1bf1fdff985b63e1ff0 (diff) | |
download | upstream-2754907a13a9b7c38e0b9fabdb642a6a8155e4fa.tar.gz upstream-2754907a13a9b7c38e0b9fabdb642a6a8155e4fa.tar.bz2 upstream-2754907a13a9b7c38e0b9fabdb642a6a8155e4fa.zip |
mac80211: brcmsmac: add ap mode support
This does not work very well. I did not got this running in 5GHz mode and it was not very fast.
SVN-Revision: 35763
Diffstat (limited to 'package/mac80211/patches/867-brcmsmac-remove-brcms_pub-bcmerr.patch')
-rw-r--r-- | package/mac80211/patches/867-brcmsmac-remove-brcms_pub-bcmerr.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/mac80211/patches/867-brcmsmac-remove-brcms_pub-bcmerr.patch b/package/mac80211/patches/867-brcmsmac-remove-brcms_pub-bcmerr.patch new file mode 100644 index 0000000000..2e7c166c36 --- /dev/null +++ b/package/mac80211/patches/867-brcmsmac-remove-brcms_pub-bcmerr.patch @@ -0,0 +1,21 @@ +--- a/drivers/net/wireless/brcm80211/brcmsmac/main.c ++++ b/drivers/net/wireless/brcm80211/brcmsmac/main.c +@@ -4327,7 +4327,6 @@ static void brcms_c_info_init(struct brc + + /* WME QoS mode is Auto by default */ + wlc->pub->_ampdu = AMPDU_AGG_HOST; +- wlc->pub->bcmerror = 0; + } + + static uint brcms_c_attach_module(struct brcms_c_info *wlc) +--- a/drivers/net/wireless/brcm80211/brcmsmac/pub.h ++++ b/drivers/net/wireless/brcm80211/brcmsmac/pub.h +@@ -164,8 +164,6 @@ struct brcms_pub { + + u8 cur_etheraddr[ETH_ALEN]; /* our local ethernet address */ + +- int bcmerror; /* last bcm error */ +- + u32 radio_disabled; /* bit vector for radio disabled reasons */ + + u16 boardrev; /* version # of particular board */ |