- 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
-