Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362051
b: refs/heads/master
c: ace5af3
h: refs/heads/master
i:
  362049: 403929b
  362047: 52bc94b
v: v3
  • Loading branch information
Colin Ian King authored and John W. Linville committed Mar 27, 2013
1 parent f0ba233 commit 488a465
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: 7fc0357479eeff4ca808c4d8c09bc7631f576b8d
refs/heads/master: ace5af39866da7d45f43774150dace19a73716d6
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/iwlegacy/4965-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2152,14 +2152,15 @@ il4965_rs_initialize_lq(struct il_priv *il, struct ieee80211_conf *conf,
int rate_idx;
int i;
u32 rate;
u8 use_green = il4965_rs_use_green(il, sta);
u8 use_green;
u8 active_tbl = 0;
u8 valid_tx_ant;
struct il_station_priv *sta_priv;

if (!sta || !lq_sta)
return;

use_green = il4965_rs_use_green(il, sta);
sta_priv = (void *)sta->drv_priv;

i = lq_sta->last_txrate_idx;
Expand Down

0 comments on commit 488a465

Please sign in to comment.