7e0e4fb486
SVN-Revision: 12865
14 lines
382 B
Diff
14 lines
382 B
Diff
--- a/include/net/compat.h
|
|
+++ b/include/net/compat.h
|
|
@@ -6,6 +6,11 @@
|
|
#include <linux/compat_autoconf.h>
|
|
|
|
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28))
|
|
+#include <linux/if_ether.h>
|
|
+
|
|
+#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 */
|