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) > + return -ENOENT; > + > + survey->channel = conf->channel; Are there any plans on providing this information from all channels? I have assumed that the survey command was supposed to be used for surveying all channels (e.g., to get information for auto-channel selection) and returning something for the current channel is quite limited subset of that. In other words, I would like to be able to run a scan of all channels and then use NL80211_CMD_GET_SURVEY to fetch additional per-channel information like noise (and also channel usage statistics in case of ath9k) from the scanned channels. - Jouni -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html