On Fri, 2011-12-09 at 11:01 -0800, Paul Stewart wrote: > If station info contains a beacon loss count, return > it to userspace. > + * @NL80211_STA_INFO_BEACON_LOSS: count of times beacon loss was detected (u32) Hmm, this is very vague. Are you sure it does what you think it does? Some drivers like wl12xx might not trigger the beacon loss function for every beacon, instead aggregating things. I implemented this in iwlwifi once and it would only tell mac80211 roughly every 20 beacons about missed ones... This should at least be documented, but I fear it makes the value rather useless in the general case. 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