[ath9k-devel] how to get complete transmit statistics from Wireless driver/mac80211

2012-10-30 Thread abhinav narain
hi, I am trying to find out a way to get the transmit rate of each packet sent out on wireless interface, is there something i can do to put some hooks in the tx path in mac80211 and extract all the info using /proc ? I am using ath9k device driver .. Similarly, rx will also be fine. I am not int

Re: [ath9k-devel] how to get complete transmit statistics from Wireless driver/mac80211

2012-10-30 Thread Adrian Chadd
On 30 October 2012 23:43, abhinav narain wrote: > hi, > I am trying to find out a way to get the transmit rate of each packet sent > out on wireless interface, > is there something i can do to put some hooks in the tx path in mac80211 and > extract all the info using /proc ? > I am using ath9k de

Re: [ath9k-devel] how to get complete transmit statistics from Wireless driver/mac80211

2012-10-31 Thread abhinav narain
Are you specifically talking about rc_stats characteristics ? http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/minstrel/ Though I have instrumented the rx path, but I don't find hooks in the path so that I can register stats for the received crc errored frames (and good on