diff options
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r-- | net/mac80211/mesh.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index 0f1f593c8477..83b346cc4860 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c | |||
@@ -620,8 +620,6 @@ void ieee80211_mesh_rx_queued_mgmt(struct ieee80211_sub_if_data *sdata, | |||
620 | ieee80211_mesh_rx_mgmt_action(sdata, mgmt, skb->len, rx_status); | 620 | ieee80211_mesh_rx_mgmt_action(sdata, mgmt, skb->len, rx_status); |
621 | break; | 621 | break; |
622 | } | 622 | } |
623 | |||
624 | kfree_skb(skb); | ||
625 | } | 623 | } |
626 | 624 | ||
627 | void ieee80211_mesh_work(struct ieee80211_sub_if_data *sdata) | 625 | void ieee80211_mesh_work(struct ieee80211_sub_if_data *sdata) |