nl80211: Fix a typo
This commit is contained in:
parent
2ac9688eb8
commit
3adca61c9c
1 changed files with 1 additions and 1 deletions
|
@ -4257,7 +4257,7 @@ static void *i802_init(struct hostapd_data *hapd,
|
|||
goto failed;
|
||||
|
||||
if (params->bssid) {
|
||||
if (linux_set_ifhwaddr(drv->ioctl-sock, drv->ifname,
|
||||
if (linux_set_ifhwaddr(drv->ioctl_sock, drv->ifname,
|
||||
params->bssid))
|
||||
goto failed;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue