Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89884
b: refs/heads/master
c: 8f5fa7f
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Feb 29, 2008
1 parent a5ffc37 commit 9f96134
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: 3b640f21af4b6b36b546fecbd3fe5109981360da
refs/heads/master: 8f5fa7f04484e933b3ac8dfe77995d3f1cedde5f
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ static int rt2x00lib_probe_hw_modes(struct rt2x00_dev *rt2x00dev,
* Initialize Rate list.
*/
for (i = 0; i < spec->num_rates; i++)
rt2x00lib_rate(&rates[0], i, rt2x00_get_rate(i));
rt2x00lib_rate(&rates[i], i, rt2x00_get_rate(i));

/*
* Initialize Channel list.
Expand Down

0 comments on commit 9f96134

Please sign in to comment.