diff options
author | John W. Linville <linville@tuxdriver.com> | 2008-09-29 16:28:21 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-30 14:07:23 -0400 |
commit | 55ad175fb65a4a3a7e4d1aa13c460de281b4e8ac (patch) | |
tree | abc243bf693e62066e308858f9777247e08c42ef /include/net/ieee80211.h | |
parent | 3ed6e0803b4fe95107f6cb5a432587d03cd4d17a (diff) |
ieee80211.h: remove superfluous ETH_P_PAE definition
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r-- | include/net/ieee80211.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index b31399e1fd83..6048579d0b24 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h | |||
@@ -190,10 +190,6 @@ const char *escape_essid(const char *essid, u8 essid_len); | |||
190 | #endif | 190 | #endif |
191 | #include <net/iw_handler.h> /* new driver API */ | 191 | #include <net/iw_handler.h> /* new driver API */ |
192 | 192 | ||
193 | #ifndef ETH_P_PAE | ||
194 | #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ | ||
195 | #endif /* ETH_P_PAE */ | ||
196 | |||
197 | #define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */ | 193 | #define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */ |
198 | 194 | ||
199 | #ifndef ETH_P_80211_RAW | 195 | #ifndef ETH_P_80211_RAW |