Draft: don't add bhaul AP to the bridge
As long as we need only 4addr mode stations we don't need to add this to the bridge.
brcm will create:
- wdsX.X.X netdev per station mac80211/hostapd will create:
- wlan1_1.sta1 netdev per station
For mac80211 based drivers - in such case hostapd will not add wlan1_1.sta1 to the bridge (automatically).
Next we could/should do correct action base on that. In case of no vlans we can simply add netdev stations to the bridge.
In case of vlans/guest vlan requirement we can/should create:
- wdsX.X.X_tagY
- wdsX.X.X_tagZ
- wlan1_1.sta1_tagY
- wlan1_1.sta1_tagZ
and put to the correct bridge.
Signed-off-by: Janusz Dziedzic janusz.dziedzic@iopsys.eu
Edited by Janusz Dziedzic