Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203803
b: refs/heads/master
c: ea65145
h: refs/heads/master
i:
  203801: 4006889
  203799: ea2c462
v: v3
  • Loading branch information
John W. Linville committed Jul 26, 2010
1 parent 96c9d05 commit c0aea00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 00fc90c886220efe8b634d3f2a04713fcebbe2c0
refs/heads/master: ea65145da88e9fa04cb15c7a2a550ad1d3fde02a
1 change: 0 additions & 1 deletion trunk/net/mac80211/rc80211_minstrel.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ rix_to_ndx(struct minstrel_sta_info *mi, int rix)
for (i = rix; i >= 0; i--)
if (mi->r[i].rix == rix)
break;
WARN_ON(i < 0);
return i;
}

Expand Down

0 comments on commit c0aea00

Please sign in to comment.