mirror of https://github.com/hak5/openwrt.git
Revert "mac80211: pass hostapd control socket to mesh-mode supplicant"
This reverts commit 1356a66f94
.
The change breaks wpa_supplicant.conf generation, more work is needed
to fix mesh+AP.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
openwrt-18.06
parent
a18d88e863
commit
e633b21c14
|
@ -633,7 +633,7 @@ mac80211_setup_vif() {
|
|||
if [ -n "$key" ]; then
|
||||
wireless_vif_parse_encryption
|
||||
freq="$(get_freq "$phy" "$channel")"
|
||||
mac80211_setup_supplicant || failed=1
|
||||
mac80211_setup_supplicant_noctl || failed=1
|
||||
else
|
||||
json_get_vars mesh_id mcast_rate
|
||||
|
||||
|
|
Loading…
Reference in New Issue