From: Johannes Berg Date: Wed, 19 Dec 2007 00:31:23 +0000 (+0100) Subject: mac80211: clean up eapol handling in TX path X-Git-Tag: v2.6.25-rc1~1162^2~945 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678f5f7117d5780d3a51b201c9f44b7bf90f6a76;p=pandora-kernel.git mac80211: clean up eapol handling in TX path The previous patch left only one user of the ieee80211_is_eapol() function and that user can be eliminated easily by introducing a new "frame is EAPOL" flag to handle the frame specially (we already have this information) instead of doing the (expensive) ieee80211_is_eapol() all the time. Also, allow unencrypted frames to be sent when they are injected. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed