[PATCH] ieee80211: Remove EAPOL debug
authorJouni Malinen <jkmaline@cc.hut.fi>
Sun, 28 Aug 2005 17:51:33 +0000 (10:51 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 28 Aug 2005 23:23:07 +0000 (19:23 -0400)
commit51e828b6a123912f27afc512377ad3e2ab40d2eb
tree878cb9f93b541af1e6ed4653a58640bb5acf7713
parent5f55d0850e4ae0b4bfabc9a372af5b9f52be02da
[PATCH] ieee80211: Remove EAPOL debug

IEEE 802.11 code has no business touching payloads of EAPOL frames.
There are some EAPOL structures defined for debugging and these were
confusingly called EAP types which they are not. Let's just remove these
before someone else starts using them in the kernel.

Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
include/net/ieee80211.h
net/ieee80211/ieee80211_rx.c
net/ieee80211/ieee80211_tx.c