Root/
| 1 | --- a/src/drivers/driver_nl80211.c |
| 2 | +++ b/src/drivers/driver_nl80211.c |
| 3 | @@ -7738,7 +7738,7 @@ static int i802_set_wds_sta(void *priv, |
| 4 | if (!if_nametoindex(name)) { |
| 5 | if (nl80211_create_iface(drv, name, |
| 6 | NL80211_IFTYPE_AP_VLAN, |
| 7 | - NULL, 1) < 0) |
| 8 | + bss->addr, 1) < 0) |
| 9 | return -1; |
| 10 | if (bridge_ifname && |
| 11 | linux_br_add_if(drv->global->ioctl_sock, |
| 12 |
