From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ali Abedi Date: Tue, 21 Jan 2014 13:49:28 -0500 Subject: [ath9k-devel] How to lock AMPDU length at a specific value? Message-ID: <52DEC138.4070608@mailservices.uwaterloo.ca> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hello, I have seen questions regarding the length of an AMPDU and how to change the maximum AMPDU length. However, I require to lock the AMPDU length at a specific value. Changing the max length does not guarantee that all AMPDUs have a fixed length, it can be anything between 1 to max based on the rate of arrival of new frames. Is there a mechanism to force the card to wait to have enough frames so that all AMPDUs have a fixed length that we specify? In other words, I need all AMPDUs to aggregate X full length frames. Thank you, Ali