Searched refs:nfThresh (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c790 int16_t nf, nfThresh; local
808 if (ar5416GetEepromNoiseFloorThresh(ah, chan, &nfThresh)) {
809 if (nf > nfThresh) {
813 nf, nfThresh);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c926 int16_t nf, nfThresh; local
928 if (!getNoiseFloorThresh(ah, chan, &nfThresh))
935 if (nf > nfThresh) {
938 __func__, nf, nfThresh);
947 return (nf <= nfThresh);
968 int16_t nf, nfThresh; local
971 if (!getNoiseFloorThresh(ah, chan, &nfThresh))
979 if (nf > nfThresh) {
983 nf, nfThresh, runtime[i]);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1397 int16_t nf, nfThresh; local
1411 if (getNoiseFloorThresh(ah, chan, &nfThresh)) {
1412 if (nf > nfThresh) {
1415 "threshold %u\n", __func__, nf, nfThresh);

Completed in 34 milliseconds