projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ed6e08
)
ieee80211.h: remove superfluous ETH_P_PAE definition
author
John W. Linville
<linville@tuxdriver.com>
Mon, 29 Sep 2008 20:28:21 +0000
(16:28 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 30 Sep 2008 18:07:23 +0000
(14:07 -0400)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/ieee80211.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/ieee80211.h
b/include/net/ieee80211.h
index b31399e1fd83a3c3230d1b2c516c359675ef0f36..6048579d0b2433edf27132f086cfcc7509dd752d 100644
(file)
--- a/
include/net/ieee80211.h
+++ b/
include/net/ieee80211.h
@@
-190,10
+190,6
@@
const char *escape_essid(const char *essid, u8 essid_len);
#endif
#include <net/iw_handler.h> /* new driver API */
-#ifndef ETH_P_PAE
-#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
-#endif /* ETH_P_PAE */
-
#define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */
#ifndef ETH_P_80211_RAW