On Mon, Mar 4, 2013 at 7:09 AM, Johannes Berg <[email protected]> wrote: > On Fri, 2013-03-01 at 22:02 -0800, Thomas Pedersen wrote: > >> @@ -4769,8 +4770,11 @@ static int nl80211_parse_mesh_setup(struct genl_info >> *info, >> setup->ie = nla_data(ieattr); >> setup->ie_len = nla_len(ieattr); >> } >> + setup->user_mpm = nla_get_flag(tb[NL80211_MESH_SETUP_USERSPACE_MPM]); > > Should check the feature bit here?
Oh, right. -- Thomas _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
