Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266381
b: refs/heads/master
c: 325a7dd
h: refs/heads/master
i:
  266379: 15790fe
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Sep 27, 2011
1 parent fe442c7 commit d9f537d
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: 8bd2c1ead5e2b67270aedfc95dcac8d6955db4e5
refs/heads/master: 325a7ddf7b27ed3ded3d7fb7c3313266e510a978
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ int iwlagn_set_pan_params(struct iwl_priv *priv)
slot1 = IWL_MIN_SLOT_TIME;
} else if (!ctx_pan->vif->bss_conf.idle &&
!ctx_pan->vif->bss_conf.assoc) {
slot1 = bcnint * 3 - IWL_MIN_SLOT_TIME;
slot1 = dtim * bcnint * 3 - IWL_MIN_SLOT_TIME;
slot0 = IWL_MIN_SLOT_TIME;
}
} else if (ctx_pan->vif) {
Expand Down

0 comments on commit d9f537d

Please sign in to comment.