diff options
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 655e3a97f92e..c4cb4a536e27 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -1464,7 +1464,7 @@ void ieee80211_xmit(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) | |||
1464 | if (ieee80211_vif_is_mesh(&sdata->vif) && | 1464 | if (ieee80211_vif_is_mesh(&sdata->vif) && |
1465 | ieee80211_is_data(hdr->frame_control) && | 1465 | ieee80211_is_data(hdr->frame_control) && |
1466 | !is_multicast_ether_addr(hdr->addr1)) | 1466 | !is_multicast_ether_addr(hdr->addr1)) |
1467 | if (mesh_nexthop_lookup(skb, sdata)) { | 1467 | if (mesh_nexthop_resolve(skb, sdata)) { |
1468 | /* skb queued: don't free */ | 1468 | /* skb queued: don't free */ |
1469 | rcu_read_unlock(); | 1469 | rcu_read_unlock(); |
1470 | return; | 1470 | return; |