Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122505
b: refs/heads/master
c: 7470d7f
h: refs/heads/master
i:
  122503: 20cfccb
v: v3
  • Loading branch information
Winkler, Tomas authored and John W. Linville committed Dec 5, 2008
1 parent 4f9a2c2 commit f009a0e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: fd63edba43c584d334e8fc161ca84e4cf54e26a0
refs/heads/master: 7470d7f54064557b6210671c2692bba19af5b79d
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,10 @@ static int iwl5000_hw_set_hw_params(struct iwl_priv *priv)
break;
case CSR_HW_REV_TYPE_5150:
priv->hw_params.calib_init_cfg =
BIT(IWL_CALIB_DC);
BIT(IWL_CALIB_DC) |
BIT(IWL_CALIB_LO) |
BIT(IWL_CALIB_TX_IQ) |
BIT(IWL_CALIB_BASE_BAND);

break;
}
Expand Down

0 comments on commit f009a0e

Please sign in to comment.