Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214694
b: refs/heads/master
c: 0c699c3
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Sep 16, 2010
1 parent 2659a5e commit 1225a61
Show file tree
Hide file tree
Showing 2 changed files with 5 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: be099e82e9cf6d5d65d044e9ef6fc8bee3c7a113
refs/heads/master: 0c699c3a75d4e8d0d2c317f83048d8fd3ffe692a
4 changes: 4 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,15 @@ static void mod_beacon_timer(struct ieee80211_sub_if_data *sdata)

void ieee80211_sta_reset_conn_monitor(struct ieee80211_sub_if_data *sdata)
{
struct ieee80211_if_managed *ifmgd = &sdata->u.mgd;

if (sdata->local->hw.flags & IEEE80211_HW_CONNECTION_MONITOR)
return;

mod_timer(&sdata->u.mgd.conn_mon_timer,
round_jiffies_up(jiffies + IEEE80211_CONNECTION_IDLE_TIME));

ifmgd->probe_send_count = 0;
}

static int ecw2cw(int ecw)
Expand Down

0 comments on commit 1225a61

Please sign in to comment.