mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 06:54:58 +01:00
mac80211: fix setup with more than 2 ap mode interfaces
SVN-Revision: 19494
This commit is contained in:
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
Block a user