Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143927
b: refs/heads/master
c: ad93568
h: refs/heads/master
i:
  143925: f8d1684
  143923: 4ba354f
  143919: 1a3f7f7
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Apr 20, 2009
1 parent bd59384 commit 575c252
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d91c01c757bd9659ac10549504586fae610265a4
refs/heads/master: ad935687dbe7307f5abd9e3f610a965a287324a9
10 changes: 9 additions & 1 deletion trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1913,9 +1913,17 @@ static void ieee80211_sta_work(struct work_struct *work)

static void ieee80211_restart_sta_timer(struct ieee80211_sub_if_data *sdata)
{
if (sdata->vif.type == NL80211_IFTYPE_STATION)
if (sdata->vif.type == NL80211_IFTYPE_STATION) {
/*
* Need to update last_beacon to avoid beacon loss
* test to trigger.
*/
sdata->u.mgd.last_beacon = jiffies;


queue_work(sdata->local->hw.workqueue,
&sdata->u.mgd.work);
}
}

/* interface setup */
Expand Down

0 comments on commit 575c252

Please sign in to comment.