Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath5k/
Dbase.c1947 ah->bmisscount++; in ath5k_beacon_send()
1949 "missed %u consecutive beacons\n", ah->bmisscount); in ath5k_beacon_send()
1950 if (ah->bmisscount > 10) { /* NB: 10 is a guess */ in ath5k_beacon_send()
1953 ah->bmisscount); in ath5k_beacon_send()
1960 if (unlikely(ah->bmisscount != 0)) { in ath5k_beacon_send()
1963 ah->bmisscount); in ath5k_beacon_send()
1964 ah->bmisscount = 0; in ath5k_beacon_send()
2152 ah->bmisscount = 0; in ath5k_beacon_config()
Dath5k.h1332 bmisscount, /* missed beacon transmits */ member