]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: clean up eapol frame handling/port control
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 19 Dec 2007 00:31:22 +0000 (01:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:59:45 +0000 (14:59 -0800)
commitce3edf6d0b979fa4d5da7204fd8c6f77f2b8622a
tree3608f59fa3c437edfe132a603775111a03dce453
parent1946b74ce03c4edecabde80d027da00a7eab56ca
mac80211: clean up eapol frame handling/port control

This cleans up the eapol frame handling and some related code in the
receive and transmit paths. After this patch
 * EAPOL frames addressed to us or the EAPOL group address are
   always accepted regardless of whether they are encrypted or not
 * other frames from a station are dropped if PAE is enabled and
   the station is not authorized
 * unencrypted frames (except the EAPOL frames above) are dropped if
   drop_unencrypted is enabled
 * some superfluous code that eth_type_trans handles anyway is gone
 * port control is done for transmitted packets

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/debugfs_netdev.c
net/mac80211/ieee80211_i.h
net/mac80211/ieee80211_iface.c
net/mac80211/rx.c
net/mac80211/tx.c