K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-08-18T16:36:26.422001Z K 7 svn:log V 418 ath_hal_setupfirsttxdesc() sets the first TX descriptor fields but it doesn't overwrite them. ath_hal_chaintxdesc() initialises the TX descriptor fields. Calling setupfirsttxdesc() -before- chaintxdesc() meant various fields were being overwritten, blanking a bunch of needed fields (such as flags.) This allows TX aggregate DMA to proceed a little further, but things are still pausing due to BAW tracking issues. END