summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-01-21 14:43:36 +0100
committerLuis R. Rodriguez <mcgrof@frijolero.org>2012-01-23 09:25:48 -0800
commit45798582cb99ada94e5b8f883d0e2b0ec68840a7 (patch)
treec2f891b6765b4e1639efc56055f347a7e92c2251 /patches
parent1879c5ff5682d48aa8f22d5db665db819ead4b0a (diff)
compat-wireless: rename path_lookup
path_lookup in net/mac80211/mesh_pathtbl.c consolidates with path_lookup in include/linux/namei.h used in old kernel versions. This should also go into compat-wireless-stable-3.3. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Diffstat (limited to 'patches')
-rw-r--r--patches/49-rename_path_lookup.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/49-rename_path_lookup.patch b/patches/49-rename_path_lookup.patch
new file mode 100644
index 00000000..a5c69c63
--- /dev/null
+++ b/patches/49-rename_path_lookup.patch
@@ -0,0 +1,14 @@
+path_lookup in net/mac80211/mesh_pathtbl.c consolidates with
+path_lookup in include/linux/namei.h used in old kernel versions.
+
+--- a/net/mac80211/mesh_pathtbl.c
++++ b/net/mac80211/mesh_pathtbl.c
+@@ -18,6 +18,8 @@
+ #include "ieee80211_i.h"
+ #include "mesh.h"
+
++#define path_lookup general_path_lookup
++
+ #ifdef CONFIG_MAC80211_VERBOSE_MPATH_DEBUG
+ #define mpath_dbg(fmt, args...) printk(KERN_DEBUG fmt, ##args)
+ #else