openwrt/package/kernel/mac80211
Oldřich Jedlička 23a885bf89 mac80211: do not try to setup hostapd-managed interfaces.
For virtual access points (when multiple SSIDs are used for one
physical AP), there exist one physical network interface and
multiple virtual interfaces, which are fully under control of
hostapd. When networking is setup, the script
`/lib/netifd/wireless/mac80211.sh` is called, which tries to bring
the interface up by a call to `ip link set dev <iface> up`. This
call might fail for virtual APs, because the virtual interface
might not have been created by hostapd yet. There are some artifical
delays in the script most probably to handle this, but when DFS
channel availability check on 5GHz band is issued, hostapd can
delay creating virtual interfaces by a minute.

In order to fix this (or work around it), do not try to bring the
interface up (this is responsibility of hostapd anyway) and
do not try to set txpower on the virtual interface.

Fixes FS#2698.

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2020-03-20 21:55:17 +00:00
..
files mac80211: do not try to setup hostapd-managed interfaces. 2020-03-20 21:55:17 +00:00
patches mac80211: fix symbol dependency of rt2x00lib kernel module 2020-03-07 20:18:30 +01:00
scripts
Makefile kernel: move b43 install function to broadcom.mk 2020-02-08 17:58:38 +01:00
ath.mk mac80211: switch to upstream owl-loader driver 2019-11-30 13:21:20 +01:00
broadcom.mk brcm2708: rename target to bcm27xx 2020-02-14 14:10:51 +01:00
intel.mk
marvell.mk
ralink.mk
realtek.mk mac80211: fix build of rtw88 2019-10-22 15:16:41 +02:00