On Wed, 2010-03-17 at 15:01 +0200, Juuso Oikarinen wrote: > +/** > + * enum nl80211_cqm_state - current state in relation to set threshold > + * @NL80211_CQM_STATE_ABOVE: the level is above the configured threshold > + * @NL80211_CQM_STATE_BELOW: the level is below the configured threshold > + */ > +enum nl80211_cqm_state { > + NL80211_CQM_STATE_ABOVE, > + NL80211_CQM_STATE_BELOW, > +}; Thoughts about removing this and just exporting the actual (smoothed?) RSSI instead in the event? Or do you simply not get that from the hw? 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