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>
This commit is contained in:
parent
a18d88e863
commit
e633b21c14
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue