{nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh
[deliverable/linux.git] / net / mac80211 / mesh_hwmp.c
index 73abb7524b2cee3ce83d122efe0dcbbda7257f85..cae407136ae08dddce1be623e28f6da1daa3e73c 100644 (file)
@@ -575,7 +575,7 @@ static void hwmp_preq_frame_process(struct ieee80211_sub_if_data *sdata,
                        ifmsh->mshstats.dropped_frames_ttl++;
        }
 
-       if (forward) {
+       if (forward && ifmsh->mshcfg.dot11MeshForwarding) {
                u32 preq_id;
                u8 hopcount, flags;
 
This page took 0.028747 seconds and 5 git commands to generate.