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@xxxxxxxxxx> --- patches/49-rename_path_lookup.patch | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 patches/49-rename_path_lookup.patch diff --git a/patches/49-rename_path_lookup.patch b/patches/49-rename_path_lookup.patch new file mode 100644 index 0000000..a5c69c6 --- /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 -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html