Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162901
b: refs/heads/master
c: 2ff6578
h: refs/heads/master
i:
  162899: ad03f4d
v: v3
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Sep 14, 2009
1 parent fb22f5f commit e0fdc65
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0aae511c0bf9e49165cfa04c51f6a3bf179aef09
refs/heads/master: 2ff6578ba2ac38c0082c1e56babd5f575029faf8
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ static u32 rs_get_lower_rate(struct iwl_lq_sta *lq_sta,
u16 high_low;
u8 switch_to_legacy = 0;
u8 is_green = lq_sta->is_green;
struct iwl_priv *priv = lq_sta->drv;

/* check if we need to switch from HT to legacy rates.
* assumption is that mandatory rates (1Mbps or 6Mbps)
Expand All @@ -773,7 +774,8 @@ static u32 rs_get_lower_rate(struct iwl_lq_sta *lq_sta,
tbl->lq_type = LQ_G;

if (num_of_ant(tbl->ant_type) > 1)
tbl->ant_type = ANT_A;/*FIXME:RS*/
tbl->ant_type =
first_antenna(priv->hw_params.valid_tx_ant);

tbl->is_ht40 = 0;
tbl->is_SGI = 0;
Expand Down

0 comments on commit e0fdc65

Please sign in to comment.