mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-19 23:11:07 +02:00
8ddac8e3cd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12865 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
382 B
Diff
15 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 */
|