From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pradeep Reddy Date: Thu, 27 Mar 2014 09:50:16 +0530 Subject: [ath9k-devel] Retry control & iwconfig Message-ID: <5333A700.8070108@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 Marc, You can set NO_ACK bit in Tx descriptor of each packet to indicate the hardware to not to wait for ACK, which in turn avoids retries for that particular packet. If you set IEEE80211_TX_CTL_NO_ACK flag in tx_ctl information, ath9k layer will take care of setting the Tx descriptor flag ATH9K_TXDESC_NOACK. Regards Pradeep -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140327/68392481/attachment.htm