From: Johannes Berg Date: Wed, 19 Dec 2007 00:31:22 +0000 (+0100) Subject: mac80211: clean up eapol frame handling/port control X-Git-Tag: v2.6.25-rc1~1162^2~946 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3edf6d0b979fa4d5da7204fd8c6f77f2b8622a;p=pandora-kernel.git 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 Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed