From: Mattias Nissler Date: Mon, 12 Nov 2007 14:03:12 +0000 (+0100) Subject: rt2x00: Allow rt61 to catch up after a missing tx report X-Git-Tag: v2.6.24-rc8~34^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62bc060b8ed5fcdafd87da5ab17bdd59a39ebcc9;p=pandora-kernel.git rt2x00: Allow rt61 to catch up after a missing tx report Sometimes it happens in the tx path that an entry given to the hardware isn't reported in the txdone handler. This ultimately led to the dreaded "non-free entry in the non-full queue" message and the stopping of the tx queue. Work around this issue by allowing the driver to also clear out previos entries in the txdone handler. Signed-off-by: Mattias Nissler Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed