How does this work with multiple channels? And how about knowing how old the info is? > +static inline int drv_get_survey(struct ieee80211_local *local, int idx, > + struct survey_info *survey) > +{ > + int ret = -EOPNOTSUPP; > + if (local->ops->conf_tx) > + ret = local->ops->get_survey(&local->hw, idx, survey); > + /* trace_drv_get_survey(local, idx, survey, ret); */ Lazy huh? :) johannes -- 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