[PATCH] softmac: deauthentication implies deassociation
authorDaniel Drake <dsd@gentoo.org>
Mon, 1 May 2006 21:23:27 +0000 (22:23 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 5 May 2006 21:10:39 +0000 (17:10 -0400)
commit6d92f83ffafe8e2ce105c3ec5696c62d6fcebcee
tree7d82f1380f10ac3b4f042f4953c65e5e284e5acf
parent0c6157a371f72b91bd9d2f72c2e65e2bde4cdf39
[PATCH] softmac: deauthentication implies deassociation

The 802.11 specs state that deauthenticating also implies
disassociating. This patch implements that, which improve the behaviour
of SIOCSIWMLME.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/ieee80211softmac_assoc.c
net/ieee80211/softmac/ieee80211softmac_auth.c
net/ieee80211/softmac/ieee80211softmac_priv.h
net/ieee80211/softmac/ieee80211softmac_wx.c