You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
files mac80211: do not try to setup hostapd-managed interfaces. 4 years ago
patches mac80211: fix symbol dependency of rt2x00lib kernel module 4 years ago
scripts mac80211: add a maintenance script for upstream backport commits 10 years ago
Makefile kernel: move b43 install function to broadcom.mk 4 years ago
ath.mk mac80211: switch to upstream owl-loader driver 5 years ago
broadcom.mk brcm2708: rename target to bcm27xx 4 years ago
intel.mk kernel: Remove support for kernel 3.18 5 years ago
marvell.mk kernel: Remove support for kernel 3.18 5 years ago
ralink.mk ramips: mt7620: fix dependencies 5 years ago
realtek.mk mac80211: fix build of rtw88 5 years ago