1 --- a/include/net/compat.h
2 +++ b/include/net/compat.h
4 #include <linux/compat_autoconf.h>
6 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28))
7 +#include <linux/if_ether.h>
10 +#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
12 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)) */
14 #endif /* LINUX_26_COMPAT_H */