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