aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/100-define.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-10 01:45:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-10 01:45:35 +0000
commit4802f81b70667e73a822710cd8a2482168ef6096 (patch)
tree55a0da7136b9919ad4675101c3a3bf477e48a04d /package/mac80211/patches/100-define.patch
parent2351e523b9c9f866b45245d42be671cf50c77699 (diff)
downloadmaster-187ad058-4802f81b70667e73a822710cd8a2482168ef6096.tar.gz
master-187ad058-4802f81b70667e73a822710cd8a2482168ef6096.tar.bz2
master-187ad058-4802f81b70667e73a822710cd8a2482168ef6096.zip
update to latest compat-wireless version and add some new minstrel/b43 fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12939 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/100-define.patch')
-rw-r--r--package/mac80211/patches/100-define.patch14
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 */