From: Michael Bernhard Date: Sun, 13 Apr 2008 09:33:59 +0000 (+0300) Subject: driver_nl80211: Use the correct nl80211 command to flush all stations X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=7cc92d7275bd8d09759233304948fdb1fc1db6cf;p=wpasupplicant driver_nl80211: Use the correct nl80211 command to flush all stations Signed-off-by: Michael Bernhard --- diff --git a/hostapd/driver_nl80211.c b/hostapd/driver_nl80211.c index 2fdfa57..887e0c6 100644 --- a/hostapd/driver_nl80211.c +++ b/hostapd/driver_nl80211.c @@ -574,7 +574,7 @@ static int i802_flush(void *priv) goto out; genlmsg_put(msg, 0, 0, genl_family_get_id(drv->nl80211), 0, - 0, NL80211_CMD_NEW_STATION, 0); + 0, NL80211_CMD_DEL_STATION, 0); /* * XXX: FIX! this needs to flush all VLANs too