From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chong Tang Date: Fri, 09 Sep 2011 16:24:22 -0500 Subject: [ath9k-devel] How to get the current data rate? Message-ID: <4E6A8406.3030608@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, I'm working with a project. I need to know the current data rate first, then change the contention window according to my own algorithm. I'm not sure how can I get the data rate from ath9k code and which structure includes this information. Can anyone tell me please? Thank you!