From: David Bauer Date: Mon, 19 Oct 2020 17:36:56 +0000 (+0200) Subject: mac80211: pass phy name to hostapd_set_bss_options X-Git-Tag: v21.02.0-rc1~1260 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=daeda8a87e87030d4fd92504f8bffb5ca0dcf333;p=openwrt%2Fstaging%2Fhauke.git mac80211: pass phy name to hostapd_set_bss_options hostapd_set_bss_options expects the PHY as second and the VIF as third argument. However, only the VIF was passed as second argument without a third argument at all. This was never a problem, as both PHY and VIF were never accessed. However, with FTM support the PHY is needed to determine the HW support when configuring the BSS. Signed-off-by: David Bauer --- diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh index 42144375b4..11ea700b98 100644 --- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh +++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh @@ -372,7 +372,7 @@ mac80211_hostapd_setup_bss() { hostapd_cfg= append hostapd_cfg "$type=$ifname" "$N" - hostapd_set_bss_options hostapd_cfg "$vif" || return 1 + hostapd_set_bss_options hostapd_cfg "$phy" "$vif" || return 1 json_get_vars wds wds_bridge dtim_period max_listen_int start_disabled set_default wds 0