On Mon, 26 Apr 2010 20:59:45 +0100
Luis Henriques <[email protected]> wrote:
> @@ -1150,9 +1179,17 @@ ar5k_ar5212_reset_tx_queue(struct ath_ha
> /*
> * Set misc registers
> */
> + /* Enable DCU early termination for this queue */
> AR5K_REG_WRITE(AR5K_AR5212_QCU_MISC(queue),
> AR5K_AR5212_QCU_MISC_DCU_EARLY);
>
> + /* Enable DCU to wait for next fragment from QCU */
> + AR5K_REG_WRITE(AR5K_AR5212_DCU_MISC(queue),
> + AR5K_AR5212_QCU_MISC_DCU_EARLY);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This should be AR5K_AR5212_DCU_MISC_FRAG_WAIT
--
Alexander Vladimirov <alexander.idkfa.vladimirov at gmail.com>