mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 22:39:29 -04:00
Both hostapd and netifd attempt to add a VLAN device to a bridge. Depending on which one wins the race, bridge vlan settings might be incomplete, or hostapd might run into an error and refuse to service the client. Fix this by preventing hostapd from adding interfaces to the bridge and instead rely entirely on netifd handling this properly Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry-picked from commitda4be02fcd) (cherry-picked from commit63c01ad025)