Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102547
b: refs/heads/master
c: 6b9b343
h: refs/heads/master
i:
  102545: 75c6a4d
  102543: 7c9bf42
v: v3
  • Loading branch information
Tomas Winkler authored and John W. Linville committed May 14, 2008
1 parent cc0de35 commit 304dba6
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: 5a835353fb3c68a3da3badcc485614cdfc6e6109
refs/heads/master: 6b9b34389c2fdb8618fe2c686b6872d26562fd07
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -3775,10 +3775,10 @@ void iwl4965_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_info *ht_info)
RXON_FLG_CHANNEL_MODE_PURE_40_MSK);

if (le16_to_cpu(rxon->channel) != ht_info->control_channel) {
IWL_DEBUG_ASSOC("control diff than current %d %d\n",
IWL_ERROR("control diff than current %d %d\n",
le16_to_cpu(rxon->channel),
ht_info->control_channel);
rxon->channel = cpu_to_le16(ht_info->control_channel);
WARN_ON(1);
return;
}

Expand Down

0 comments on commit 304dba6

Please sign in to comment.