Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dath.c1381 bs.bs_bmissthreshold = ic->ic_bmissthres; in ath_beacon_config()
1382 if (bs.bs_bmissthreshold > 7) { in ath_beacon_config()
1383 bs.bs_bmissthreshold = 7; in ath_beacon_config()
1384 } else if (bs.bs_bmissthreshold <= 0) { in ath_beacon_config()
1385 bs.bs_bmissthreshold = 1; in ath_beacon_config()
1412 , bs.bs_bmissthreshold in ath_beacon_config()
H A Dar5xxx.h282 #define bs_bmissthreshold bs_bmiss_threshold macro