Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97488
b: refs/heads/master
c: 47cfd46
h: refs/heads/master
v: v3
  • Loading branch information
Guy Cohen authored and John W. Linville committed May 28, 2008
1 parent f1fec00 commit 8129b94
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: 4364623cb79d02945ace7a4faa1f11e617dde198
refs/heads/master: 47cfd463962ab0748ecbad761ff6ef2916b54aac
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 @@ -2009,7 +2009,7 @@ static void rs_rate_scale_perform(struct iwl_priv *priv,
* 2) Not just finishing up a search
* 3) Allowing a new search
*/
if (!update_lq && !done_search && !lq_sta->stay_in_tbl) {
if (!update_lq && !done_search && !lq_sta->stay_in_tbl && window->counter) {
/* Save current throughput to compare with "search" throughput*/
lq_sta->last_tpt = current_tpt;

Expand Down

0 comments on commit 8129b94

Please sign in to comment.