aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r--net/mac80211/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index 0baaaecf455..5c0d8fab0e8 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -921,7 +921,7 @@ static int ieee80211_del_mpath(struct wiphy *wiphy, struct net_device *dev,
921 if (dst) 921 if (dst)
922 return mesh_path_del(dst, sdata); 922 return mesh_path_del(dst, sdata);
923 923
924 mesh_path_flush(sdata); 924 mesh_path_flush_by_iface(sdata);
925 return 0; 925 return 0;
926} 926}
927 927