Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea65145d authored by John W. Linville's avatar John W. Linville
Browse files

minstrel: don't complain about feedback for unrequested rates



"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: default avatarJohn W. Linville <linville@tuxdriver.com>
Cc: Felix Fietkau <nbd@openwrt.org>
parent 00fc90c8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}