Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166709
b: refs/heads/master
c: ffed130
h: refs/heads/master
i:
  166707: 9f43ebd
v: v3
  • Loading branch information
Jouni Malinen authored and John W. Linville committed Sep 29, 2009
1 parent 6ef7b72 commit d7b520f
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: b96ab540c1deac17238c4902c328ee08c3130370
refs/heads/master: ffed1307c9672337fc7d051ab5ed04f8806467e2
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/mac80211_hwsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,9 @@ static void mac80211_hwsim_bss_info_changed(struct ieee80211_hw *hw,
data->beacon_int = 1024 * info->beacon_int / 1000 * HZ / 1000;
if (WARN_ON(!data->beacon_int))
data->beacon_int = 1;
if (data->started)
mod_timer(&data->beacon_timer,
jiffies + data->beacon_int);
}

if (changed & BSS_CHANGED_ERP_CTS_PROT) {
Expand Down

0 comments on commit d7b520f

Please sign in to comment.