K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-10-16T07:29:50.782342Z K 7 svn:log V 352 Move the TX taskqueue enqueue to later in the ath_intr() routine. I have this sneaking suspicion that preemption is the reason behind some of these TX hangs. Ie, the taskqueue enqueue caused the taskqueue process (which may be at the same priority as the ath_intr swi) to preempt it. Thus TX could occur before the TXQ status bits were properly set. END