From: Johannes Stezenbach Date: Mon, 27 Dec 2010 14:04:54 +0000 (+0100) Subject: rt2x00: allow txstatus_fifo w/o txstatus_tasklet X-Git-Tag: v2.6.38-rc1~476^2~14^2~3^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5235189c8edddf2eb32982f814bc858b55e6350a;p=pandora-kernel.git rt2x00: allow txstatus_fifo w/o txstatus_tasklet When DRIVER_REQUIRE_TXSTATUS_FIFO is set, intialize the txstatus_fifo, but initialize rt2x00dev->txstatus_tasklet only when both DRIVER_REQUIRE_TXSTATUS_FIFO and rt2x00dev->ops->lib->txstatus_tasklet are set. This allows the txstatus_fifo to be used by rt2800usb which does not use txstatus_tasklet. Signed-off-by: Johannes Stezenbach Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed