From: Jouni Malinen Date: Sun, 3 Jan 2010 20:20:27 +0000 (+0200) Subject: nl80211: Fix a typo X-Git-Tag: hostap_0_7_1~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3adca61c9cf24aff54caa83368d57f4791f7e9dd;p=thirdparty%2Fhostap.git nl80211: Fix a typo --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index 58e4d28ad..5e768c43f 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -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; }