diff options
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r-- | net/mac80211/mesh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index 222a31338390..0f3e1147ec4f 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c | |||
@@ -672,7 +672,7 @@ void ieee80211_mesh_init_sdata(struct ieee80211_sub_if_data *sdata) | |||
672 | MESH_MIN_DISCOVERY_TIMEOUT; | 672 | MESH_MIN_DISCOVERY_TIMEOUT; |
673 | ifmsh->accepting_plinks = true; | 673 | ifmsh->accepting_plinks = true; |
674 | ifmsh->preq_id = 0; | 674 | ifmsh->preq_id = 0; |
675 | ifmsh->dsn = 0; | 675 | ifmsh->sn = 0; |
676 | atomic_set(&ifmsh->mpaths, 0); | 676 | atomic_set(&ifmsh->mpaths, 0); |
677 | mesh_rmc_init(sdata); | 677 | mesh_rmc_init(sdata); |
678 | ifmsh->last_preq = jiffies; | 678 | ifmsh->last_preq = jiffies; |