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

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: default avatarJanusz Dziedzic <janusz.dziedzic@iopsys.eu>
parent c3cf2f44
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment