Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276953
b: refs/heads/master
c: 78feb35
h: refs/heads/master
i:
  276951: 9c61334
v: v3
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Dec 14, 2011
1 parent 7528f92 commit 1da4e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 81670a491849127cd5f86defd2cd03cef1b08d07
refs/heads/master: 78feb35b8161acd95c33a703ed6ab6f554d29387
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ int iwlagn_mac_config(struct ieee80211_hw *hw, u32 changed)
if (ctx->ht.enabled) {
/* if HT40 is used, it should not change
* after associated except channel switch */
if (iwl_is_associated_ctx(ctx) &&
!ctx->ht.is_40mhz)
if (!ctx->ht.is_40mhz ||
!iwl_is_associated_ctx(ctx))
iwlagn_config_ht40(conf, ctx);
} else
ctx->ht.is_40mhz = false;
Expand Down

0 comments on commit 1da4e4b

Please sign in to comment.