Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279370
b: refs/heads/master
c: ec2b774
h: refs/heads/master
v: v3
  • Loading branch information
Marek Lindner authored and John W. Linville committed Dec 21, 2011
1 parent 0c356a5 commit bf989c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eca107ff8a25e0528d6e6225ac6ce59bd498136f
refs/heads/master: ec2b774e7c91094d8c00de579646f1162b87b01e
3 changes: 3 additions & 0 deletions trunk/net/mac80211/sta_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,9 @@ void ieee80211_sta_expire(struct ieee80211_sub_if_data *sdata,

mutex_lock(&local->sta_mtx);
list_for_each_entry_safe(sta, tmp, &local->sta_list, list)
if (sdata != sta->sdata)
continue;

if (time_after(jiffies, sta->last_rx + exp_time)) {
#ifdef CONFIG_MAC80211_IBSS_DEBUG
printk(KERN_DEBUG "%s: expiring inactive STA %pM\n",
Expand Down

0 comments on commit bf989c4

Please sign in to comment.