{nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh
[deliverable/linux.git] / net / mac80211 / cfg.c
index 74c9301681e5fbe363a2ba4b0a1d066a931118a6..98460783c2d37abad1caad6ab40cd04b6fb0ea6c 100644 (file)
@@ -1346,6 +1346,8 @@ static int ieee80211_update_mesh_config(struct wiphy *wiphy,
                conf->dot11MeshHWMPRannInterval =
                        nconf->dot11MeshHWMPRannInterval;
        }
+       if (_chg_mesh_attr(NL80211_MESHCONF_FORWARDING, mask))
+               conf->dot11MeshForwarding = nconf->dot11MeshForwarding;
        return 0;
 }
 
This page took 0.02341 seconds and 5 git commands to generate.