Searched refs:bs_bmissthreshold (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c179 (bs->bs_bmissthreshold&7) == 0) {
182 __func__, bs->bs_bmissthreshold);
197 | SM(bs->bs_bmissthreshold > BMISS_MAX ?
198 BMISS_MAX : bs->bs_bmissthreshold,
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c172 HALASSERT(bs->bs_bmissthreshold <= MS(0xffffffff, AR_RSSI_THR_BM_THR));
174 | SM(bs->bs_bmissthreshold, AR_RSSI_THR_BM_THR);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c184 HALASSERT(bs->bs_bmissthreshold <= MS(0xffffffff, AR_RSSI_THR_BM_THR));
186 | SM(bs->bs_bmissthreshold, AR_RSSI_THR_BM_THR);
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c174 HALASSERT(bs->bs_bmissthreshold <=
177 AR_RSSI_THR_BM_THR, bs->bs_bmissthreshold);
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c2837 bs.bs_bmissthreshold = vap->iv_bmissthreshold;
2838 if (bs.bs_bmissthreshold > 10)
2839 bs.bs_bmissthreshold = 10;
2840 else if (bs.bs_bmissthreshold <= 0)
2841 bs.bs_bmissthreshold = 1;
2865 , bs.bs_bmissthreshold
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.h612 uint16_t bs_bmissthreshold; /* beacon miss threshold */ member in struct:__anon7029

Completed in 103 milliseconds