--- a/include/net/compat.h +++ b/include/net/compat.h @@ -6,6 +6,11 @@ #include #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)) +#include + +#ifndef ETH_P_PAE +#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ +#endif #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)) */ #endif /* LINUX_26_COMPAT_H */