rt2x00: Don't count retries as failure
authorIvo van Doorn <ivdoorn@gmail.com>
Fri, 23 May 2008 16:13:49 +0000 (18:13 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 28 May 2008 20:43:44 +0000 (16:43 -0400)
commit2088d4174e4292aef892bb7095fc3c3ea5bd117c
treeb120e0d720a70a4640ff2f84e2f523ea81660068
parent0f3e63a55b1a7b695a79bf3eec2ff5ab6b336037
rt2x00: Don't count retries as failure

Link quality estimation became quite low for all rt2x00 drivers
because the number of retries it took to send the frame were
counted as failure.
This does not correspond to the legacy driver link quality calculation,
by not counting it we will send somewhat more optimistic values to
mac80211.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00dev.c