mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-05 09:56:12 +02:00
wpa_supplicant: fix ap+sta regression for non-MLD interfaces
Fix a copy&paste issue. Reported-by: Chad Monroe <chad.monroe@adtran.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
04f6769a4a
commit
84ea336097
@ -643,7 +643,7 @@ function iface_hostapd_notify(ifname, iface, state)
|
||||
|
||||
if (!mld) {
|
||||
msg.phy = wpas.data.iface_phy[ifname];
|
||||
if (!phy) {
|
||||
if (!msg.phy) {
|
||||
wpas.printf(`no PHY for ifname ${ifname}`);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user