Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111646
b: refs/heads/master
c: 90d7795
h: refs/heads/master
v: v3
  • Loading branch information
Guy Cohen authored and John W. Linville committed Sep 11, 2008
1 parent 65d5f1c commit e4b6a5e
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: 12e5e22d38577a5a16dd47e7144722817a55e52e
refs/heads/master: 90d7795e152f9b7095adef77b71a4448f092e3b6
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ static int rs_collect_tx_data(struct iwl_rate_scale_data *windows,
/* Shift bitmap by one frame (throw away oldest history),
* OR in "1", and increment "success" if this
* frame was successful. */
window->data <<= 1;;
window->data <<= 1;
if (successes > 0) {
window->success_counter++;
window->data |= 0x1;
Expand Down Expand Up @@ -1128,6 +1128,7 @@ static s32 rs_get_best_rate(struct iwl_priv *priv,

/* Higher rate not available, use the original */
} else {
new_rate = rate;
break;
}
}
Expand Down

0 comments on commit e4b6a5e

Please sign in to comment.