Re: [ath5k-devel] [PATCH 2/2] ath5k: Add channel time to survey data

2010-12-15 Thread Bruno Randolf
On Fri November 19 2010 21:28:52 Jonathan Guerin wrote: I'm not sure if I'm understanding the way the data is represented. I'm pulling it via nl80211 (or even if just using iw to poll the values regularly). They just appear to go back and forwards in time, as well as being very large values.

Re: [ath5k-devel] [PATCH 2/2] ath5k: Add channel time to survey data

2010-11-19 Thread Jonathan Guerin
I'm not sure if I'm understanding the way the data is represented. I'm pulling it via nl80211 (or even if just using iw to poll the values regularly). They just appear to go back and forwards in time, as well as being very large values. Am I missing something? Is the count not supposed to be the

[ath5k-devel] [PATCH 2/2] ath5k: Add channel time to survey data

2010-10-19 Thread Bruno Randolf
Include the channel utilization (busy, rx, tx) in the survey results. Signed-off-by: Bruno Randolf b...@einfach.org --- drivers/net/wireless/ath/ath5k/base.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/ath/ath5k/base.c