diff options
Diffstat (limited to 'net/mac80211/sta_info.c')
-rw-r--r-- | net/mac80211/sta_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index 909fa38edb6..e27f896dae5 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c | |||
@@ -248,7 +248,7 @@ struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata, | |||
248 | #endif /* CONFIG_MAC80211_VERBOSE_DEBUG */ | 248 | #endif /* CONFIG_MAC80211_VERBOSE_DEBUG */ |
249 | 249 | ||
250 | #ifdef CONFIG_MAC80211_MESH | 250 | #ifdef CONFIG_MAC80211_MESH |
251 | sta->plink_state = LISTEN; | 251 | sta->plink_state = PLINK_LISTEN; |
252 | spin_lock_init(&sta->plink_lock); | 252 | spin_lock_init(&sta->plink_lock); |
253 | init_timer(&sta->plink_timer); | 253 | init_timer(&sta->plink_timer); |
254 | #endif | 254 | #endif |