Searched refs:bmisscount (Results 1 – 2 of 2) sorted by relevance
1946 ah->bmisscount++; in ath5k_beacon_send()1948 "missed %u consecutive beacons\n", ah->bmisscount); in ath5k_beacon_send()1949 if (ah->bmisscount > 10) { /* NB: 10 is a guess */ in ath5k_beacon_send()1952 ah->bmisscount); in ath5k_beacon_send()1959 if (unlikely(ah->bmisscount != 0)) { in ath5k_beacon_send()1962 ah->bmisscount); in ath5k_beacon_send()1963 ah->bmisscount = 0; in ath5k_beacon_send()2151 ah->bmisscount = 0; in ath5k_beacon_config()
1332 bmisscount, /* missed beacon transmits */ member