Skip to content

Commit

Permalink
minstrel: don't complain about feedback for unrequested rates
Browse files Browse the repository at this point in the history
"It's not problematic if minstrel gets feedback for rates that it
doesn't have in its list, it should just ignore it. - Felix"

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Cc: Felix Fietkau <nbd@openwrt.org>
  • Loading branch information
John W. Linville committed Jul 26, 2010
1 parent 00fc90c commit ea65145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 ea65145

Please sign in to comment.