K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-08-21T10:05:39.938672Z K 7 svn:log V 613 * Fix a duplicate call to the TX scheduling task queue function; this doesn't improve network throughput but it decreases CPU usage. * Add a reference to the softc from the hardware txq; this was intended to be used by a per-txq task scheduler function; I may end up removing this later on. * add a txq field to ath_tx_sched_proc_sched(), but as taskqueue_enable doesn't take an argument, we can't use it just yet. Again, the current way of kicking the TXQ scheduler code may not be the best way to do it - ie, calling taskqueue_enable() on every single TX'ed packet is likely not helping ;-) END