Skip to content
Snippets Groups Projects
Commit 750d7bcb authored by Janusz Dziedzic's avatar Janusz Dziedzic
Browse files

brcm63xx: MBSS add ifaces early


In case of multi-BSS add interfaces
early, to be sure we set multi_ap/rrm/wnm
correctly for all MBSS.

Signed-off-by: default avatarJanusz Dziedzic <janusz.dziedzic@iopsys.eu>
parent 31554ac2
No related branches found
No related tags found
1 merge request!76brcm63xx: MBSS add ifaces early
...@@ -709,8 +709,8 @@ mac80211_prepare_vif() { ...@@ -709,8 +709,8 @@ mac80211_prepare_vif() {
mac80211_hostapd_setup_bss "$phy" "$ifname" "$macaddr" "$type" || return mac80211_hostapd_setup_bss "$phy" "$ifname" "$macaddr" "$type" || return
mac80211_iw_interface_add "$phy" "$ifname" __ap || return
[ -n "$hostapd_ctrl" ] || { [ -n "$hostapd_ctrl" ] || {
mac80211_iw_interface_add "$phy" "$ifname" __ap || return
hostapd_ctrl="${hostapd_ctrl:-/var/run/hostapd/$ifname}" hostapd_ctrl="${hostapd_ctrl:-/var/run/hostapd/$ifname}"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment