Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112057
b: refs/heads/master
c: 5118303
h: refs/heads/master
i:
  112055: 647609b
v: v3
  • Loading branch information
Tomas Winkler authored and John W. Linville committed Oct 6, 2008
1 parent 0b1d33e commit badb660
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d588be6bae40f7965f1b681a4dbc3254411787b9
refs/heads/master: 5118303f7cc0520ce2969ea3d890dc05d586ceb2
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -843,14 +843,15 @@ static void iwl_bg_request_scan(struct work_struct *data)

/* Force use of chains B and C (0x6) for scan Rx for 4965
* Avoid A (0x1) because of its off-channel reception on A-band.
* MIMO is not used here, but value is required */
*/
if ((priv->hw_rev & CSR_HW_REV_TYPE_MSK) == CSR_HW_REV_TYPE_4965)
rx_chain = 0x6;
} else {
IWL_WARNING("Invalid scan band count\n");
goto done;
}

/* MIMO is not used here, but value is required */
scan->rx_chain = RXON_RX_CHAIN_DRIVER_FORCE_MSK |
cpu_to_le16((0x7 << RXON_RX_CHAIN_VALID_POS) |
(rx_chain << RXON_RX_CHAIN_FORCE_SEL_POS) |
Expand Down

0 comments on commit badb660

Please sign in to comment.