mirror of https://github.com/hak5/openwrt.git
mac80211: fix setup with more than 2 ap mode interfaces
SVN-Revision: 19494lede-17.01
parent
d44853204c
commit
52c2e565dd
|
@ -247,6 +247,7 @@ enable_mac80211() {
|
|||
# Hostapd will handle recreating the interface and
|
||||
# it's accompanying monitor
|
||||
apidx="$(($apidx + 1))"
|
||||
i=$(($i + 1))
|
||||
[ "$apidx" -gt 1 ] || iw phy "$phy" interface add "$ifname" type managed
|
||||
;;
|
||||
mesh)
|
||||
|
|
Loading…
Reference in New Issue