From: Larry Finger Date: Thu, 22 Dec 2011 00:47:59 +0000 (-0600) Subject: b43legacy: Avoid packet losses in the dma worker code X-Git-Tag: v3.3-rc1~182^2~21^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d07a3d62f63f3a9ce769c37108f8411c014903e;p=pandora-kernel.git b43legacy: Avoid packet losses in the dma worker code This patch addresses a bug in the dma worker code that keeps draining packets even when the hardware queues are full. In such cases packets can not be passed down to the device and are erroneusly dropped by the code. It is based on commit bad6919469662b7c92bc6353642aaaa777b36bac, which fixes the same problem in b43. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed