projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two...
[openwrt.git]
/
package
/
madwifi
/
files
/
lib
/
wifi
/
madwifi.sh
diff --git
a/package/madwifi/files/lib/wifi/madwifi.sh
b/package/madwifi/files/lib/wifi/madwifi.sh
index
4ba6cd1
..
10e8ab1
100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-106,6
+106,9
@@
enable_atheros() {
iwpriv "$ifname" pureg "$pureg"
iwconfig "$ifname" channel "$channel"
}
iwpriv "$ifname" pureg "$pureg"
iwconfig "$ifname" channel "$channel"
}
+
+ config_get_bool hidden "$vif" hidden
+ iwpriv "$ifname" hide_ssid "$hidden"
config_get wds "$vif" wds
case "$wds" in
config_get wds "$vif" wds
case "$wds" in
This page took
0.027176 seconds
and
4
git commands to generate.