]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
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 58e4d28ad52bfd3121ee9cb9e6c1c3b4e77d9488..5e768c43f07508d83fa69c7a830f0a970d5bfa5c 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;
        }