Commit fef1643bf0cdd092a52dc3378479e4811fd65152
Committed by
John W. Linville
1 parent
96c87607ac
Exists in
master
and in
7 other branches
move ETH_P_PAE from ieee80211_i.h to if_ether.h
ETH_P_PAE belongs in if_ether.h with the other ETH_P_* definitions. This patch moves it there. Signed-off-by: Jasper Bryant-Greene <jasper@amiton.co.nz> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Showing 2 changed files with 1 additions and 4 deletions Side-by-side Diff
include/linux/if_ether.h
net/mac80211/ieee80211_i.h
... | ... | @@ -32,10 +32,6 @@ |
32 | 32 | /* ieee80211.o internal definitions, etc. These are not included into |
33 | 33 | * low-level drivers. */ |
34 | 34 | |
35 | -#ifndef ETH_P_PAE | |
36 | -#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ | |
37 | -#endif /* ETH_P_PAE */ | |
38 | - | |
39 | 35 | struct ieee80211_local; |
40 | 36 | |
41 | 37 | /* Maximum number of broadcast/multicast frames to buffer when some of the |