summaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/files
Commit message (Collapse)AuthorAgeFilesLines
* broadcom-wl: turn on wmm by default, disabling it by default makes no sense, ↵Felix Fietkau2012-02-071-2/+2
| | | | | | and without it 802.11n does not work (fixes #10918) SVN-Revision: 30362
* broadcom-wl: align RADIUS options with r26482, patch by Etienne Champetier ↵Jo-Philipp Wich2011-11-141-5/+8
| | | | | | <etienne.champetier@free.fr> SVN-Revision: 29136
* broadcom-wl: implement wpa_group_rekey option (mapped to nas -g)Jo-Philipp Wich2011-09-091-2/+8
| | | | SVN-Revision: 28208
* broadcom-wl: introduce "disabled" option for wifi-iface section to shutdown ↵Jo-Philipp Wich2011-09-081-1/+4
| | | | | | single networks on a radio SVN-Revision: 28200
* broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus ↵Jo-Philipp Wich2011-07-241-4/+10
| | | | | | - refresh and reorder patches - introduce a unified BCMA/SSB glue driver to accomodate for both bus types on brcm47xx - extend wlunbind init script to detach device from bcma-pci-bridge as well SVN-Revision: 27751
* wifi: change the default channel from 5 to 11, 5 was a really bad choiceFelix Fietkau2010-10-131-1/+1
| | | | SVN-Revision: 23423
* broadcom-wl: - fix compilation against eglibc and glibc (#7521) - unbind ↵Jo-Philipp Wich2010-07-011-0/+23
| | | | | | device from b43 ssb bridge on boot (#7529) SVN-Revision: 22007
* broadcom-wl: align wpa encryption value and cipher override format with ↵Jo-Philipp Wich2010-06-301-8/+27
| | | | | | hostapd.sh SVN-Revision: 21997
* Add a new kernel-version independent broadcom binary driver for brcm47xx ↵Felix Fietkau2010-06-152-0/+420
| | | | | | (contributed by NewMedia-NET) This will allow us to get rid of brcm-2.4 soon. [ ... and there was much rejoicing ] SVN-Revision: 21809
* rename broadcom-wl to broadcom-wl-oldFelix Fietkau2010-06-142-431/+0
| | | | SVN-Revision: 21794
* broadcom-wl: check iface pid file when invoking nas, fixes starting nas for ↵Jo-Philipp Wich2010-05-071-2/+3
| | | | | | additional wireless networks (#7255) SVN-Revision: 21394
* broadcom-wl: fix 11bg hwmode, add lrs modeJo-Philipp Wich2010-04-091-4/+6
| | | | SVN-Revision: 20768
* broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g (G ↵Jo-Philipp Wich2010-04-071-0/+9
| | | | | | only), 11gst (G performance) and 11bg (default) SVN-Revision: 20740
* fix wrong numbering of interfaces in wireless detectionJo-Philipp Wich2010-02-041-2/+2
| | | | SVN-Revision: 19525
* broadcom-wl: detect all radios when generating config, do wireless setup ↵Jo-Philipp Wich2010-01-221-13/+19
| | | | | | per-interface (#5308) SVN-Revision: 19273
* broadcom-wl: properly detach nas by using start-stop-daemon to launch itJo-Philipp Wich2010-01-211-0/+1
| | | | SVN-Revision: 19257
* broadcom-wl: implement wepauth in wlc and support it in broadcom.sh, allows ↵Jo-Philipp Wich2010-01-211-1/+5
| | | | | | switching between open and shared authentication SVN-Revision: 19256
* broadcom-wl: add rts/frag threshold settings (patch from #4769)Felix Fietkau2009-12-091-0/+4
| | | | SVN-Revision: 18720
* implement doth (802.11h) and wmm (802.11e) options for broadcom as well; ↵Jo-Philipp Wich2009-09-221-3/+9
| | | | | | update docs SVN-Revision: 17676
* broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release numberNicolas Thill2009-06-011-1/+1
| | | | | | | | | | | | | This patch fixes an issue with the broadcom.sh configuration script when enabling sta mode. Currently sta mode works provided that you have an AP enabled as well but it doesn't work if you have a sta interface but not an AP. I found that merely reversing the order of the ap and apsta variables in the broadcom.sh script corrects this problem, and the attached patch does exactly that. Signed-off-by: Eric Bishop <ebishop@bu.edu> SVN-Revision: 16256
* delay the starting of nas4wds, seems like 5 seconds works in every case: ↵Florian Fainelli2009-05-281-1/+1
| | | | | | none, psk, psk2 (#4974) SVN-Revision: 16159
* allow sta mode to work with psk+aes (#4687)Florian Fainelli2009-05-221-0/+1
| | | | SVN-Revision: 15983
* sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpaJo-Philipp Wich2009-03-241-1/+1
| | | | SVN-Revision: 15028
* broadcom-wl: move txpower back to wifi-device section, but remain backwards ↵Andy Boyett2009-01-311-3/+8
| | | | | | compatible SVN-Revision: 14306
* make broadcom-wl robust against implicit kernel config changes (e.g. ↵Felix Fietkau2009-01-071-0/+8
| | | | | | netfilter), upgrade it from minor version .2 to .3 (adds fixed bssid support for ad-hoc) SVN-Revision: 13912
* remove mac address handling, now handled by /lib/network/config.shJo-Philipp Wich2008-11-171-1/+1
| | | | SVN-Revision: 13259
* move the txpower option to wifi-iface to mimic madwifi configurationJo-Philipp Wich2008-11-161-2/+3
| | | | SVN-Revision: 13239
* package/broadcom-wl: - use [tr]xantenna instead of [tr]xant to unify config ↵Jo-Philipp Wich2008-11-161-4/+7
| | | | | | - implement txpower option SVN-Revision: 13236
* Allow setting the MAC address on a broadcom device (#1512)Florian Fainelli2008-11-091-0/+2
| | | | SVN-Revision: 13154
* broadcom-wl: only use mssid if necessary (fixes spurious error messages on ↵Felix Fietkau2008-09-281-1/+7
| | | | | | older hw) SVN-Revision: 12769
* add vif selection fix for the broadcom-wl wifi script (thx, sn9)Felix Fietkau2008-08-161-0/+1
| | | | SVN-Revision: 12324
* Make sure we will have lower case MAC addresses when doing WDSFlorian Fainelli2008-08-091-1/+4
| | | | SVN-Revision: 12259
* Support encrypted WDS connections (#2463)Florian Fainelli2008-08-091-1/+14
| | | | SVN-Revision: 12251
* Default to port 1812 for radius authentication when doing 802.1xFlorian Fainelli2008-07-211-1/+1
| | | | SVN-Revision: 11890
* Support for setting monitor mode (#1306)Florian Fainelli2008-07-151-7/+27
| | | | SVN-Revision: 11838
* add frameburst closes #1759Travis Kemen2008-03-291-0/+2
| | | | SVN-Revision: 10689
* update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update ↵Felix Fietkau2008-01-061-14/+12
| | | | | | broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly SVN-Revision: 10137
* Set country before channel (#2958)Florian Fainelli2008-01-041-1/+1
| | | | SVN-Revision: 10113
* Fix macfiltering for broadcom devices (#2822)Florian Fainelli2007-12-191-13/+12
| | | | SVN-Revision: 9805
* Revert [9176] now that we have network config handling stp [9343]Florian Fainelli2007-10-181-3/+0
| | | | SVN-Revision: 9344
* Turn on stp for br-lan only when doing wds (#2476)Florian Fainelli2007-10-071-0/+2
| | | | SVN-Revision: 9176
* Fix macfiltering options (#2397)Florian Fainelli2007-09-161-4/+4
| | | | SVN-Revision: 8792
* Add macfiltering to broadcom-wlFlorian Fainelli2007-09-121-2/+17
| | | | SVN-Revision: 8763
* keep track of the wifi interface state in /var/state/wirelessFelix Fietkau2007-07-221-0/+2
| | | | SVN-Revision: 8108
* restart wds links when wifi is restartedMike Baker2007-07-091-1/+2
| | | | SVN-Revision: 7901
* more wpa+wds patchesMike Baker2007-07-082-3/+7
| | | | SVN-Revision: 7888
* fix bug with ap+sta modes using wpaMike Baker2007-07-041-5/+6
| | | | SVN-Revision: 7877
* patch wlc and scripts to control wl's builtin wpa supplicantMike Baker2007-07-041-1/+9
| | | | SVN-Revision: 7875
* clean up default wifi configMike Baker2007-07-041-3/+2
| | | | SVN-Revision: 7873
* wds-wpa supportMike Baker2007-07-021-0/+9
| | | | SVN-Revision: 7858