On Mon, Oct 20, 2008 at 8:15 AM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > On Sun, 2008-10-19 at 18:46 -0700, Luis R. Rodriguez wrote: > >> I wanted to note intel hardware seems to handle parsing beacons in >> firmware when is PS mode already and I have no clue when it would >> inform mac80211 of a beacon miss and if it does it. Tomas? firmware parses beacons for PS and other purposes. There is beacon notification struct iwl4965_missed_beacon_notif { __le32 consequtive_missed_beacons; __le32 total_missed_becons; __le32 num_expected_beacons; __le32 num_recvd_beacons; } __attribute__ ((packed)); > It doesn't do anything at all with mac80211. Nope, currently it's used just as statistics. The major purpose is not PS but link quality (triggering roaming), but it can be abused for other good purposes. Tomas -- 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