Re: [ath5k-devel] Issue with per station statistics in debugfs

2011-11-22 Thread Mariana Gambande
Hello to all, I've realized the rx_fragments and rx_bytes continually increase because of the beacons (I thought the beacons were not recorded if the iface is not in monitor mode). I would like to know how to stop registering the beacons in this situation. I've tried changing the value of

Re: [ath5k-devel] Issue with per station statistics in debugfs

2011-11-22 Thread Qasim Javed
Why don't you log packets using tshark/tcpdump on a monitor mode interface and then do your analysis on the log? If you don't log the packets then the only way is to modify the mac80211 source code to not count the beacons which should be pretty straightforward to do. -Qasim On Tue, Nov 22,

Re: [ath5k-devel] Issue with per station statistics in debugfs

2011-11-22 Thread Nick Kossifidis
2011/11/22 Qasim Javed qas...@gmail.com: Why don't you log packets using tshark/tcpdump on a monitor mode interface and then do your analysis on the log? If you don't log the packets then the only way is to modify the mac80211 source code to not count the beacons which should be pretty