mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 04:17:28 -04:00
Secondary BSSes inherit the alloc value which bypasses NL80211_ATTR_VIF_RADIO_MASK in nl80211_create_iface() and causes the kernel to default new interfaces to all radios. The ucode bss_create fallback fails to correct this because the interface is already UP.. the kernel rejects SET_INTERFACE with -EBUSY. Signed-off-by: Chad Monroe <chad@monroe.io>