diff options
Diffstat (limited to 'net/mac80211/ibss.c')
-rw-r--r-- | net/mac80211/ibss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c index c691780725a7..45c99f096c7b 100644 --- a/net/mac80211/ibss.c +++ b/net/mac80211/ibss.c | |||
@@ -435,6 +435,7 @@ struct sta_info *ieee80211_ibss_add_sta(struct ieee80211_sub_if_data *sdata, | |||
435 | if (!sta) | 435 | if (!sta) |
436 | return NULL; | 436 | return NULL; |
437 | 437 | ||
438 | sta->last_rx = jiffies; | ||
438 | set_sta_flags(sta, WLAN_STA_AUTHORIZED); | 439 | set_sta_flags(sta, WLAN_STA_AUTHORIZED); |
439 | 440 | ||
440 | /* make sure mandatory rates are always added */ | 441 | /* make sure mandatory rates are always added */ |