nl80211: Fix a typo
authorJouni Malinen <j@w1.fi>
Sun, 3 Jan 2010 20:20:27 +0000 (22:20 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Jan 2010 20:20:27 +0000 (22:20 +0200)
src/drivers/driver_nl80211.c

index 58e4d28..5e768c4 100644 (file)
@@ -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;
        }