From: Ivo van Doorn Date: Sun, 30 Jan 2011 12:24:05 +0000 (+0100) Subject: rt2x00: Move TX/RX work into dedicated workqueue X-Git-Tag: v2.6.39-rc1~468^2~417^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0439f5367c8d8bb2ebaca8d7329f51f3148b2fb2;p=pandora-kernel.git rt2x00: Move TX/RX work into dedicated workqueue The TX/RX work structures must be able to run independently of other workqueues. This is because mac80211 might use the flush() callback function from various context, which depends on the TX/RX work to complete while the main thread is blocked (until the the TX queues are empty). This should reduce the number of 'Queue %d failed to flush' warnings. Signed-off-by: Ivo van Doorn Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed