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 69238fa67bf2..6b183a3526b0 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -785,7 +785,7 @@ static int ieee80211_del_mpath(struct wiphy *wiphy, struct net_device *dev,
785 u8 *dst) 785 u8 *dst)
786{ 786{
787 if (dst) 787 if (dst)
788 return mesh_path_del(dst, dev, false); 788 return mesh_path_del(dst, dev);
789 789
790 mesh_path_flush(dev); 790 mesh_path_flush(dev);
791 return 0; 791 return 0;