aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_pathtbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/mesh_pathtbl.c')
-rw-r--r--net/mac80211/mesh_pathtbl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/mesh_pathtbl.c b/net/mac80211/mesh_pathtbl.c
index a17f2b299045..ab4d757c453b 100644
--- a/net/mac80211/mesh_pathtbl.c
+++ b/net/mac80211/mesh_pathtbl.c
@@ -301,7 +301,6 @@ static void mesh_path_node_reclaim(struct rcu_head *rp)
301 struct ieee80211_sub_if_data *sdata = 301 struct ieee80211_sub_if_data *sdata =
302 IEEE80211_DEV_TO_SUB_IF(node->mpath->dev); 302 IEEE80211_DEV_TO_SUB_IF(node->mpath->dev);
303 303
304 rcu_assign_pointer(node->mpath->next_hop, NULL);
305 atomic_dec(&sdata->u.sta.mpaths); 304 atomic_dec(&sdata->u.sta.mpaths);
306 kfree(node->mpath); 305 kfree(node->mpath);
307 kfree(node); 306 kfree(node);