Re: [ath5k-devel] [PATCH 5/5] ath5k: Add busy ratios to survey data

2010-10-06 Thread Luis R. Rodriguez
On Tue, Oct 5, 2010 at 7:50 PM, Bruno Randolf wrote: > On Wed October 6 2010 11:45:46 Felix Fietkau wrote: >> On 2010-10-06 4:25 AM, Bruno Randolf wrote: >> > On Wed October 6 2010 07:38:34 Luis R. Rodriguez wrote: >> >> This is all being sucked out of common, so can we just share the >> >> filler

Re: [ath5k-devel] [PATCH 5/5] ath5k: Add busy ratios to survey data

2010-10-05 Thread Felix Fietkau
On 2010-10-06 4:25 AM, Bruno Randolf wrote: > On Wed October 6 2010 07:38:34 Luis R. Rodriguez wrote: >> This is all being sucked out of common, so can we just share the >> filler for the survey between ath5k and ath9k? Note we should split up >> hw code and core driver code on the ath module by f

Re: [ath5k-devel] [PATCH 5/5] ath5k: Add busy ratios to survey data

2010-10-05 Thread Bruno Randolf
On Wed October 6 2010 11:45:46 Felix Fietkau wrote: > On 2010-10-06 4:25 AM, Bruno Randolf wrote: > > On Wed October 6 2010 07:38:34 Luis R. Rodriguez wrote: > >> This is all being sucked out of common, so can we just share the > >> filler for the survey between ath5k and ath9k? Note we should spli

Re: [ath5k-devel] [PATCH 5/5] ath5k: Add busy ratios to survey data

2010-10-05 Thread Bruno Randolf
On Wed October 6 2010 07:38:34 Luis R. Rodriguez wrote: > On Tue, Oct 5, 2010 at 2:55 AM, Bruno Randolf wrote: > > Include the channel utilization (busy, rx, tx) in the survey results. > > > > Signed-off-by: Bruno Randolf > > --- > > drivers/net/wireless/ath/ath5k/base.c | 17

Re: [ath5k-devel] [PATCH 5/5] ath5k: Add busy ratios to survey data

2010-10-05 Thread Luis R. Rodriguez
On Tue, Oct 5, 2010 at 2:55 AM, Bruno Randolf wrote: > Include the channel utilization (busy, rx, tx) in the survey results. > > Signed-off-by: Bruno Randolf > --- >  drivers/net/wireless/ath/ath5k/base.c |   17 + >  1 files changed, 17 insertions(+), 0 deletions(-) > > diff --git

[ath5k-devel] [PATCH 5/5] ath5k: Add busy ratios to survey data

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