fix isolate mode
SVN-Revision: 7155
This commit is contained in:
parent
f27973cad1
commit
93f73100fc
1 changed files with 1 additions and 1 deletions
|
@ -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 || {
|
||||
|
|
Loading…
Reference in a new issue