From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pradeep Reddy Date: Wed, 18 Dec 2013 17:24:29 +0530 Subject: [ath9k-devel] SoftMAC link layer acks generation in software Message-ID: <52B18CF5.4090908@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hi Alex, Along with other register settings to disable backoff, set the Tx queue properties to disable the backoff. The register bit that needs to be set is AR_D_MISC_POST_FR_BKOFF_DIS ref: REG_SET_BIT(ah, AR_DMISC(*qnum*), AR_D_MISC_POST_FR_BKOFF_DIS); You need to replace the qnum with Tx Queue number, which is 7 in your case. Regards Pradeep -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20131218/375af5f0/attachment.htm