Re: [ath9k-devel] [PATCH] ath9k: Added get_survey callback in order to get channel noise

2010-04-28 Thread Benoit PAPILLAULT
Jouni Malinen a écrit : On Tue, 2010-04-27 at 15:08 -0700, Benoit Papillault wrote: +static int ath9k_get_survey(struct ieee80211_hw *hw, int idx, + struct survey_info *survey) +struct ieee80211_conf *conf = hw-conf; + + if (idx != 0) +

[ath9k-devel] [PATCH] ath9k: Added get_survey callback in order to get channel noise

2010-04-27 Thread Benoit Papillault
Signed-off-by: Benoit Papillault benoit.papilla...@free.fr --- drivers/net/wireless/ath/ath9k/main.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index c03821e..f0b2aa2

Re: [ath9k-devel] [PATCH] ath9k: Added get_survey callback in order to get channel noise

2010-04-27 Thread Luis R. Rodriguez
On Tue, Apr 27, 2010 at 03:08:24PM -0700, Benoit Papillault wrote: Signed-off-by: Benoit Papillault benoit.papilla...@free.fr Looks good, thanks for this work. Luis ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org