summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/050-fix_br_port_exists.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-08 19:31:43 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-08 19:31:43 +0000
commit88bf9173656f4f76b5c7e22c88f6eedb7d87f706 (patch)
tree62dc8293bafaf24baa6451bd6c4dd796c737630e /package/mac80211/patches/050-fix_br_port_exists.patch
parent1ae49a4eef49e6e0939b60b48268ca8f798184b2 (diff)
mac80211: update to wireless-testing 2010-02-07
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25425 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/050-fix_br_port_exists.patch')
-rw-r--r--package/mac80211/patches/050-fix_br_port_exists.patch50
1 files changed, 0 insertions, 50 deletions
diff --git a/package/mac80211/patches/050-fix_br_port_exists.patch b/package/mac80211/patches/050-fix_br_port_exists.patch
deleted file mode 100644
index b12036905..000000000
--- a/package/mac80211/patches/050-fix_br_port_exists.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- a/include/linux/compat-2.6.38.h
-+++ b/include/linux/compat-2.6.38.h
-@@ -8,23 +8,6 @@
- #include <linux/kernel.h>
- #include <linux/skbuff.h>
-
--/*
-- * This is not part of The 2.6.37 kernel yet but we
-- * we use it to optimize the backport code we
-- * need to implement. Instead of using ifdefs
-- * to check what version of the check we use
-- * we just replace all checks on current code
-- * with this. I'll submit this upstream too, that
-- * way all we'd have to do is to implement this
-- * for older kernels, then we would not have to
-- * edit the upstrema code for backport efforts.
-- */
--#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36))
--#define br_port_exists(dev) (dev->priv_flags & IFF_BRIDGE_PORT)
--#else
--#define br_port_exists(dev) (dev->br_port)
--#endif
--
- /* rename member in struct mmc_host in include/linux/mmc/host.h */
- #define max_segs max_hw_segs
-
---- a/include/linux/compat-2.6.h
-+++ b/include/linux/compat-2.6.h
-@@ -32,4 +32,21 @@
- #include <linux/compat-2.6.37.h>
- #include <linux/compat-2.6.38.h>
-
-+/*
-+ * This is not part of The 2.6.37 kernel yet but we
-+ * we use it to optimize the backport code we
-+ * need to implement. Instead of using ifdefs
-+ * to check what version of the check we use
-+ * we just replace all checks on current code
-+ * with this. I'll submit this upstream too, that
-+ * way all we'd have to do is to implement this
-+ * for older kernels, then we would not have to
-+ * edit the upstrema code for backport efforts.
-+ */
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36))
-+#define br_port_exists(dev) (dev->priv_flags & IFF_BRIDGE_PORT)
-+#else
-+#define br_port_exists(dev) (dev->br_port)
-+#endif
-+
- #endif /* LINUX_26_COMPAT_H */