Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150135
b: refs/heads/master
c: d91f190
h: refs/heads/master
i:
  150133: de8ed4c
  150131: 88f1160
  150127: 8624209
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed May 6, 2009
1 parent 58fdbac commit 20538a7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e61f234079b49c7e075b12551797fc4954704019
refs/heads/master: d91f190c412aff940a46cabaccf114361c133605
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/mac80211_hwsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ static void mac80211_hwsim_bss_info_changed(struct ieee80211_hw *hw,
printk(KERN_DEBUG " %s: BCNINT: %d\n",
wiphy_name(hw->wiphy), info->beacon_int);
data->beacon_int = 1024 * info->beacon_int / 1000 * HZ / 1000;
if (WARN_ON(data->beacon_int))
if (WARN_ON(!data->beacon_int))
data->beacon_int = 1;
}

Expand Down

0 comments on commit 20538a7

Please sign in to comment.