From: Felix Fietkau Date: Mon, 27 Feb 2012 18:58:40 +0000 (+0100) Subject: ath9k: do not call ath9k_hw_txprocdesc on AR9003 outside of the tx tasklet X-Git-Tag: v3.4-rc1~177^2~108^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4286df60edfe19d3407fa112bf4bdfeeadda897c;p=pandora-kernel.git ath9k: do not call ath9k_hw_txprocdesc on AR9003 outside of the tx tasklet Since AR9003 uses a global tx status queue, processing tx status outside of the regular tx tasklet is dangerous and messes up hardware/software synchronization of tx status events. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed