Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202993
b: refs/heads/master
c: aa9746a
h: refs/heads/master
i:
  202991: 71c0051
v: v3
  • Loading branch information
Johannes Berg authored and Reinette Chatre committed Jun 14, 2010
1 parent 76f4e53 commit dd0091c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2fb291eea70353618fe10d94f05d16caf51f435f
refs/heads/master: aa9746af8fa26d28d442a7415c701eb5dfeb7a2a
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,13 @@ 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);

/* Save for use within RXON, TX, SCAN commands, etc. */
priv->chain_noise_data.active_chains = active_chains;
IWL_DEBUG_CALIB(priv, "active_chains (bitwise) = 0x%x\n",
Expand Down

0 comments on commit dd0091c

Please sign in to comment.