From: Michael Buesch Date: Mon, 6 Nov 2006 15:45:31 +0000 (-0600) Subject: [PATCH] bcm43xx: Drain TX status before starting IRQs X-Git-Tag: v2.6.19-rc6~33^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecac598bcd1f151ee4760489bded625c147fb366;p=pandora-kernel.git [PATCH] bcm43xx: Drain TX status before starting IRQs Drain the Microcode TX-status-FIFO before we enable IRQs. This is required, because the FIFO may still have entries left from a previous run. Those would immediately fire after enabling IRQs and would lead to an oops in the DMA TXstatus handling code. Signed-off-by: Michael Buesch Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed