The following patch series adds and implements two new cfg80211_ops that allow to query the content of the mac80211s mesh proxy path table via netlink. v2 changes: * split the original patch into separate cfg80211 and mac80211 part v3 change: * change of commit messages, added signoff Henning Rogge (2): cfg80211: add ops to query mesh proxy path table mac80211: implement cfg80211_ops to query mesh proxy path table include/net/cfg80211.h | 7 ++++ include/uapi/linux/nl80211.h | 6 +++ net/mac80211/cfg.c | 53 ++++++++++++++++++++++++ net/mac80211/mesh.h | 3 ++ net/mac80211/mesh_pathtbl.c | 31 ++++++++++++++ net/wireless/nl80211.c | 99 ++++++++++++++++++++++++++++++++++++++++++++ net/wireless/rdev-ops.h | 27 +++++++++++- net/wireless/trace.h | 45 ++++++++++++++++++++ 8 files changed, 270 insertions(+), 1 deletion(-) -- 1.9.1 -- 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