projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
madwifi: change the network scripts to use the new wds sta separation feature
[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
5a47f70
..
fe1e582
100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-120,6
+120,9
@@
enable_atheros() {
iwpriv "$ifname" ff "$ff"
fi
+ config_get wdssep "$vif" wdssep
+ [ -n "$wdssep" ] && iwpriv "$ifname" wdssep "$wdssep"
+
config_get wds "$vif" wds
case "$wds" in
1|on|enabled) wds=1;;
This page took
0.022925 seconds
and
4
git commands to generate.