summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/100-define.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/100-define.patch')
-rw-r--r--package/mac80211/patches/100-define.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/mac80211/patches/100-define.patch b/package/mac80211/patches/100-define.patch
new file mode 100644
index 0000000000..b41cad6943
--- /dev/null
+++ b/package/mac80211/patches/100-define.patch
@@ -0,0 +1,14 @@
+--- 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 */