Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203301
b: refs/heads/master
c: 2b2129f
h: refs/heads/master
i:
  203299: c951f9b
v: v3
  • Loading branch information
Reinette Chatre committed Jun 25, 2010
1 parent 80be0ff commit f8c4328
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: cfecc6b492162fb49209a83dc207f182b87ea27a
refs/heads/master: 2b2129f15919e4921894f8d2af4834dc854977cd
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/iwlwifi/iwl-agn-calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -843,10 +843,10 @@ void iwl_chain_noise_calibration(struct iwl_priv *priv,

if (active_chains != priv->hw_params.valid_rx_ant &&
active_chains != priv->chain_noise_data.active_chains)
IWL_WARN(priv,
"Detected that not all antennas are connected! "
"Connected: %#x, valid: %#x.\n",
active_chains, priv->hw_params.valid_rx_ant);
IWL_DEBUG_CALIB(priv,
"Detected that not all antennas are connected! "
"Connected: %#x, valid: %#x.\n",
active_chains, priv->hw_params.valid_rx_ant);

/* Save for use within RXON, TX, SCAN commands, etc. */
priv->chain_noise_data.active_chains = active_chains;
Expand Down

0 comments on commit f8c4328

Please sign in to comment.