- Nov 03, 2016
-
-
Christian Lamparter authored
Previously, wifi detect simply dumped its generated wireless configuration to STDOUT. A second step was needed to append the configuration to /etc/config/wireless (or create it, if it didn't exist). With this patch, The wifi detection script will now use uci to update the wireless configuration directly. This patch also makes the initially created wifi-iface a named section ('default_radio$X' for mac80211 and 'default_wl$X' for broadcom). With this change, uci will not print the cfgHASH to STDOUT (which would now corrupt the wireless configuration). It will also prevent adding duplicated wifi interface configurations, if the wifi configuration is run concurrently. Signed-off-by:
Christian Lamparter <chunkeey@gmail.com>
-
- Mar 24, 2016
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org>
-
- Sep 08, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46832
-
- Aug 29, 2015
-
-
Hauke Mehrtens authored
Without this patch adding the wifi device to the bridge may fail because the bridge is not already configured when the wifi device gets configured. This patch makes broadcom-wl wait till the bridge is ready. This fixes #17262 Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46749
-
Hauke Mehrtens authored
This fixes #17495 Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46746
-
- Oct 25, 2014
-
-
Jo-Philipp Wich authored
- Support HT40 instead of HT40+/HT40- like mac80211 - Enable 11n if htmode is HT20 or HT40 Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43063
-
- Aug 08, 2014
-
-
Hauke Mehrtens authored
This adds default tx and rx antennas, so that LuCI shows automatic as the default radio option for the antennas. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 42085
-
- Jul 05, 2014
-
-
Hauke Mehrtens authored
Use leddc value from other routers and improve the script. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41519
-
Hauke Mehrtens authored
Some devices have an nvram setting, which make broadcom-wl turn of the led all the time. When the driver is switched on and we find such a setting we replace it with a better value. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41518
-
- May 11, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40749
-
- Nov 11, 2013
-
-
Hauke Mehrtens authored
Read the number of virtual interfaces to support from the device capabilities; as some newer devices can support up to 16. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38759
-
Hauke Mehrtens authored
Move all device cleanup to "disable_broadcom". Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38758
-
Hauke Mehrtens authored
Some devices initialize with a default address (common to all H/W). The address needs to be changeable so that a unique address can be assigned to each AP. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38757
-
Hauke Mehrtens authored
Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38756
-
Hauke Mehrtens authored
Specify variables as 'local' where appropriate Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38755
-
Hauke Mehrtens authored
Default gmode to "GOnly" unless explicitly overwridden. This corrects processing for 11ng to specify "GOnly" for gmode instead of "Auto" (which translated to "bg"). Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38754
-
Hauke Mehrtens authored
'nas' must be shutdown independently for each 'wl' device to properly support devices with multiple radios. Do the shutdown when the device is disabled instead of when it is brought up. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38753
-
Hauke Mehrtens authored
A single instance of 'nas' can support multiple interfaces; there's no need to run multiple instances. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38752
-
Hauke Mehrtens authored
'netifd' treats all devices with a "." in their name as vlan devices. Modify the name of virtual/WDS interfaces created by broadcom-wl to use a "-" instead of a ".", so they will be treated as simple devices by 'netifd'. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38748
-
- Aug 17, 2013
-
-
Hauke Mehrtens authored
This is partly based on patches sent by Łukasz Kwestarz (See https://lists.openwrt.org/pipermail/openwrt-devel/2012-March/014356.html ). Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37802
-
- Jun 21, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 37007
-
- Apr 28, 2013
-
-
Hauke Mehrtens authored
Hardcoding channel number to 11 is a bad idea, it may be even not available on some devices. If there are two single-band radios, the one for 5GHz doesn't have 11 channel. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 36479
-
- Feb 07, 2012
-
-
Felix Fietkau authored
broadcom-wl: turn on wmm by default, disabling it by default makes no sense, and without it 802.11n does not work (fixes #10918) SVN-Revision: 30362
-
- Nov 14, 2011
-
-
Jo-Philipp Wich authored
broadcom-wl: align RADIUS options with r26482, patch by Etienne Champetier <etienne.champetier@free.fr> SVN-Revision: 29136
-
- Sep 09, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 28208
-
- Sep 08, 2011
-
-
Jo-Philipp Wich authored
broadcom-wl: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio SVN-Revision: 28200
-
- Oct 13, 2010
-
-
Felix Fietkau authored
SVN-Revision: 23423
-
- Jun 30, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 21997
-
- Jun 15, 2010
-
-
Felix Fietkau authored
Add a new kernel-version independent broadcom binary driver for brcm47xx (contributed by NewMedia-NET) This will allow us to get rid of brcm-2.4 soon. [ ... and there was much rejoicing ] SVN-Revision: 21809
-
- Jun 14, 2010
-
-
Felix Fietkau authored
SVN-Revision: 21794
-
- May 07, 2010
-
-
Jo-Philipp Wich authored
broadcom-wl: check iface pid file when invoking nas, fixes starting nas for additional wireless networks (#7255) SVN-Revision: 21394
-
- Apr 09, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 20768
-
- Apr 07, 2010
-
-
Jo-Philipp Wich authored
broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g (G only), 11gst (G performance) and 11bg (default) SVN-Revision: 20740
-
- Feb 04, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 19525
-
- Jan 22, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 19273
-
- Jan 21, 2010
-
-
Jo-Philipp Wich authored
SVN-Revision: 19257
-
Jo-Philipp Wich authored
broadcom-wl: implement wepauth in wlc and support it in broadcom.sh, allows switching between open and shared authentication SVN-Revision: 19256
-
- Dec 09, 2009
-
-
Felix Fietkau authored
SVN-Revision: 18720
-
- Sep 22, 2009
-
-
Jo-Philipp Wich authored
SVN-Revision: 17676
-
- Jun 01, 2009
-
-
Nicolas Thill authored
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
-