projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10a2a8e
)
fix typos
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Jan 2007 23:44:45 +0000
(23:44 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Jan 2007 23:44:45 +0000
(23:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6149
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/broadcom-wl/files/lib/wifi/broadcom.sh
patch
|
blob
|
history
diff --git
a/package/broadcom-wl/files/lib/wifi/broadcom.sh
b/package/broadcom-wl/files/lib/wifi/broadcom.sh
index
71f81a7
..
bc3a1f3
100644
(file)
--- a/
package/broadcom-wl/files/lib/wifi/broadcom.sh
+++ b/
package/broadcom-wl/files/lib/wifi/broadcom.sh
@@
-178,7
+178,7
@@
enable_broadcom() {
append vif_post_up "eap_restrict $eap_r" "$N"
config_get ssid "$vif" ssid
- append vif_post_up "vlan_mode 0"
+ append vif_post_up "vlan_mode 0"
"$N"
append vif_post_up "ssid $ssid" "$N"
case "$mode" in
sta|adhoc) append vif_do_up "ssid $ssid" "$N";;
@@
-218,7
+218,7
@@
radio ${radio:-1}
macfilter 0
maclist none
wds ${wds:-none}
-${channel:
-
channel $channel}
+${channel:
+
channel $channel}
country ${country:-IL0}
maxassoc ${maxassoc:-128}
slottime ${slottime:--1}