Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102470
b: refs/heads/master
c: 69fdb30
h: refs/heads/master
v: v3
  • Loading branch information
Guy Cohen authored and John W. Linville committed May 7, 2008
1 parent d69b909 commit 71c822e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3195cdb7424b4207f6903f1f3ddadcab49fa22f2
refs/heads/master: 69fdb3090846de1cdc4fcb4f7e74533f5acbfa98
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-4965-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ static u32 rs_get_lower_rate(struct iwl4965_lq_sta *lq_sta,
else
tbl->lq_type = LQ_G;

if (num_of_ant(tbl->ant_type > 1))
if (num_of_ant(tbl->ant_type) > 1)
tbl->ant_type = ANT_A;/*FIXME:RS*/

tbl->is_fat = 0;
Expand Down

0 comments on commit 71c822e

Please sign in to comment.