aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/mac80211/mesh_plink.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c
index 8e2339514670..550ebc1463ca 100644
--- a/net/mac80211/mesh_plink.c
+++ b/net/mac80211/mesh_plink.c
@@ -671,8 +671,7 @@ static void mesh_plink_close(struct ieee80211_sub_if_data *sdata,
671 671
672 sta->reason = reason; 672 sta->reason = reason;
673 sta->plink_state = NL80211_PLINK_HOLDING; 673 sta->plink_state = NL80211_PLINK_HOLDING;
674 if (!mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout)) 674 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout);
675 sta->ignore_plink_timer = true;
676} 675}
677 676
678static u32 mesh_plink_establish(struct ieee80211_sub_if_data *sdata, 677static u32 mesh_plink_establish(struct ieee80211_sub_if_data *sdata,