[MAC80211]: refactor event sending
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 28 Aug 2007 21:01:53 +0000 (17:01 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:48:47 +0000 (16:48 -0700)
commiteb063c1702a84d58eb4c05a032bbff6f1c29049d
tree0aa15bc098e6e4ef0c84bc4944250bba971ac3ad
parent808718c1477b8350e9e329bf4a35391ac7c7f982
[MAC80211]: refactor event sending

Create a new file event.c that will contain code to send mac/mlme
events to userspace. For now put the Michael MIC failure condition
into it and remove sending of that condition via the management
interface, hostapd interestingly doesn't do anything when it gets
such a packet besides printing a message, it reacts only on the
private iwevent.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/Makefile
net/mac80211/event.c [new file with mode: 0644]
net/mac80211/ieee80211_i.h
net/mac80211/rx.c
net/mac80211/wpa.c