Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255439
b: refs/heads/master
c: 0c34861
h: refs/heads/master
i:
  255437: eff1b1e
  255435: 23a5728
  255431: 1363bb7
  255423: 34c408d
v: v3
  • Loading branch information
Greg Dietsche authored and John W. Linville committed Jun 3, 2011
1 parent c04ff99 commit 892fa17
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5c30c76ee616fffb47cbd9810bfd0a99ce4ddb38
refs/heads/master: 0c34861e7c66435ab0986509ec20055c402f29d8
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/iwlegacy/iwl-4965-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2275,6 +2275,9 @@ iwl4965_rs_get_rate(void *priv_r, struct ieee80211_sta *sta, void *priv_sta,
if (rate_control_send_low(sta, priv_sta, txrc))
return;

if (!lq_sta)
return;

rate_idx = lq_sta->last_txrate_idx;

if (lq_sta->last_rate_n_flags & RATE_MCS_HT_MSK) {
Expand Down

0 comments on commit 892fa17

Please sign in to comment.