Skip to content
Snippets Groups Projects
Commit d694ba3b authored by Janusz Dziedzic's avatar Janusz Dziedzic Committed by Sukru Senli
Browse files

mac80211.sh: use correct bssid for multibss case


Today BRCM generate correct MAC address when
we add interfaces.

So, leave bssid not set, then hostapd will use
HwAddr from interface.

Signed-off-by: default avatarJanusz Dziedzic <janusz.dziedzic@iopsys.eu>
parent 8c60cc34
Branches
Tags
1 merge request!64Fix multibss macaddr
......@@ -420,6 +420,11 @@ mac80211_generate_mac() {
return
}
}
# Today BRCM set correct HwAddr when we add iface
# So, hostapd will use HwAddr
echo "00:00:00:00:00:00"
return
}
local oIFS="$IFS"; IFS=":"; set -- $mask; IFS="$oIFS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment