diff options
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index a204092e8356..2572509d5568 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -1419,9 +1419,6 @@ static void ieee80211_xmit(struct ieee80211_sub_if_data *sdata, | |||
1419 | dev_put(sdata->dev); | 1419 | dev_put(sdata->dev); |
1420 | return; | 1420 | return; |
1421 | } | 1421 | } |
1422 | if (memcmp(sdata->dev->dev_addr, hdr->addr4, ETH_ALEN) != 0) | ||
1423 | IEEE80211_IFSTA_MESH_CTR_INC(&sdata->u.mesh, | ||
1424 | fwded_frames); | ||
1425 | } else if (unlikely(sdata->vif.type == NL80211_IFTYPE_MONITOR)) { | 1422 | } else if (unlikely(sdata->vif.type == NL80211_IFTYPE_MONITOR)) { |
1426 | int hdrlen; | 1423 | int hdrlen; |
1427 | u16 len_rthdr; | 1424 | u16 len_rthdr; |