rt2x00: don't use TXDONE_FALLBACK as success indicator
authorHelmut Schaa <helmut.schaa@googlemail.com>
Mon, 14 Jun 2010 20:09:09 +0000 (22:09 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 15 Jun 2010 20:00:49 +0000 (16:00 -0400)
commitfd6dcb883a0e34de90c64a9352c5225066ee7d72
treee6a7208e4cb2247236f7b58300c5ec74fcf45201
parent46678b197a4a61f9c3701fb346b93acbf2ea9c61
rt2x00: don't use TXDONE_FALLBACK as success indicator

TXDONE_FALLBACK doesn't express if the frame was sent successful or not. It
only tells us that the hw used fallback rates for retries. Hence, don't use
TXDONE_FALLBACK as success indicator.

Before this patch we reported success to the rate control algorithm which
was wrong in a number of cases and might have lead to improper tx rate
selections.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00dev.c