K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-08-22T04:33:49.011389Z K 7 svn:log V 371 Move the TX schedule taskqueue call out of the per-packet path and into ath_start(), and call it just once if any packets were queued. Add it back in the ath_tx_raw_xmit() path, so raw packets still cause the software TX scheduler to be queued to the ath task queue. This improves TCP performance a bit because of reduced CPU use, but UDP still isn't being aggregated. END