Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135067
b: refs/heads/master
c: e31ae05
h: refs/heads/master
i:
  135065: 85609e1
  135063: 530fc85
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Mar 5, 2009
1 parent 735ba30 commit 546eecf
Show file tree
Hide file tree
Showing 2 changed files with 3 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: db5b4f7ae3901fdc48c5b988fc2a5e0cb4ec1870
refs/heads/master: e31ae0508315ebf5d8b1b8a1fca8550737fb3996
3 changes: 2 additions & 1 deletion trunk/net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ static int ieee80211_config_beacon(struct ieee80211_sub_if_data *sdata,
* This is a kludge. beacon interval should really be part
* of the beacon information.
*/
if (params->interval) {
if (params->interval && (sdata->local->hw.conf.beacon_int !=
params->interval)) {
sdata->local->hw.conf.beacon_int = params->interval;
err = ieee80211_hw_config(sdata->local,
IEEE80211_CONF_CHANGE_BEACON_INTERVAL);
Expand Down

0 comments on commit 546eecf

Please sign in to comment.