summaryrefslogtreecommitdiff
path: root/patches/49-rename_path_lookup.patch
blob: a5c69c6339a2c4fb4153f1cb71a7bcc65740da12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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