Home
last modified time | relevance | path

Searched refs:bmisscount (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c1991 ah->bmisscount++; in ath5k_beacon_send()
1993 "missed %u consecutive beacons\n", ah->bmisscount); in ath5k_beacon_send()
1994 if (ah->bmisscount > 10) { /* NB: 10 is a guess */ in ath5k_beacon_send()
1997 ah->bmisscount); in ath5k_beacon_send()
2004 if (unlikely(ah->bmisscount != 0)) { in ath5k_beacon_send()
2007 ah->bmisscount); in ath5k_beacon_send()
2008 ah->bmisscount = 0; in ath5k_beacon_send()
2196 ah->bmisscount = 0; in ath5k_beacon_config()
H A Dath5k.h1332 bmisscount, /* missed beacon transmits */ member