aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/mac80211/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 1222127de9be..f73e0dda0d86 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -1944,7 +1944,7 @@ ieee80211_rx_h_mesh_fwding(struct ieee80211_rx_data *rx)
1944 1944
1945 if (!--mesh_hdr->ttl) { 1945 if (!--mesh_hdr->ttl) {
1946 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_ttl); 1946 IEEE80211_IFSTA_MESH_CTR_INC(ifmsh, dropped_frames_ttl);
1947 return RX_DROP_MONITOR; 1947 goto out;
1948 } 1948 }
1949 1949
1950 if (!ifmsh->mshcfg.dot11MeshForwarding) 1950 if (!ifmsh->mshcfg.dot11MeshForwarding)