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:
f1c18f3
)
fix isolate mode
author
Mike Baker
<mbm@openwrt.org>
Thu, 10 May 2007 06:54:47 +0000
(06:54 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Thu, 10 May 2007 06:54:47 +0000
(06:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7155
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/madwifi/files/lib/wifi/madwifi.sh
patch
|
blob
|
history
diff --git
a/package/madwifi/files/lib/wifi/madwifi.sh
b/package/madwifi/files/lib/wifi/madwifi.sh
index
3e8df9d
..
9d539a0
100755
(executable)
--- a/
package/madwifi/files/lib/wifi/madwifi.sh
+++ b/
package/madwifi/files/lib/wifi/madwifi.sh
@@
-195,7
+195,7
@@
enable_atheros() {
case "$mode" in
ap)
config_get_bool isolate "$vif" isolate 0
- iwpriv "$ifname" ap_bridge "$
isolate
"
+ iwpriv "$ifname" ap_bridge "$
((isolate^1))
"
if eval "type hostapd_setup_vif" 2>/dev/null >/dev/null; then
hostapd_setup_vif "$vif" madwifi || {