aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_sta.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_sta.c')
-rw-r--r--net/mac80211/ieee80211_sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c
index b836948a0b40..152682d4bb1a 100644
--- a/net/mac80211/ieee80211_sta.c
+++ b/net/mac80211/ieee80211_sta.c
@@ -3079,7 +3079,7 @@ static void ieee80211_sta_expire(struct net_device *dev, unsigned long exp_time)
3079 if (time_after(jiffies, sta->last_rx + exp_time)) { 3079 if (time_after(jiffies, sta->last_rx + exp_time)) {
3080 printk(KERN_DEBUG "%s: expiring inactive STA %s\n", 3080 printk(KERN_DEBUG "%s: expiring inactive STA %s\n",
3081 dev->name, print_mac(mac, sta->addr)); 3081 dev->name, print_mac(mac, sta->addr));
3082 sta_info_unlink(&sta); 3082 __sta_info_unlink(&sta);
3083 if (sta) 3083 if (sta)
3084 list_add(&sta->list, &tmp_list); 3084 list_add(&sta->list, &tmp_list);
3085 } 3085 }