From: David Woodhouse Date: Sun, 9 Dec 2007 17:37:27 +0000 (-0500) Subject: libertas: kill internal tx queue for PS mode X-Git-Tag: v2.6.25-rc1~1162^2~414 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abdc0b7756ece70b1f0fd65a651bf8ce487a223;p=pandora-kernel.git libertas: kill internal tx queue for PS mode It was buggy as hell anyway, since it was just spewing packets at the device when it wasn't necessarily ready for them (in the USB case, while the URB was still busy). We could probably do with a better way of flushing packets to the device _immediately_, before we stick it back into sleep mode. But we can no longer just dequeue packets directly, it seems. Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed