I'm not too sure if this is the correct list for submitting proposed patches.
A patch to remove a bogus assignment of mpath->flags into pinfo->flags after copying flag bits one by one; in net/mac80211/cfg.c. Signed-off-by: Yoichi Shinoda <[email protected]> ====== --- compat-wireless-2012-07-16/net/mac80211/cfg.c-orig 2012-07-26 02:24:54.316000226 +0900 +++ compat-wireless-2012-07-16/net/mac80211/cfg.c 2012-08-18 02:06:24.347710521 +0900 @@ -1418,8 +1418,6 @@ pinfo->flags |= NL80211_MPATH_FLAG_FIXED; if (mpath->flags & MESH_PATH_RESOLVING) pinfo->flags |= NL80211_MPATH_FLAG_RESOLVING; - - pinfo->flags = mpath->flags; } static int ieee80211_get_mpath(struct wiphy *wiphy, struct net_device *dev, _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
