Home
last modified time | relevance | path

Searched refs:rssi_5ghz (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_runvar.h167 int8_t rssi_5ghz[3]; member
H A Dif_mtwvar.h192 int8_t rssi_5ghz[3]; member
H A Dif_mtw.c1415 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in mtw_read_eeprom()
1416 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in mtw_read_eeprom()
1418 sc->rssi_5ghz[2] = val & 0xff; /* Ant C */ in mtw_read_eeprom()
1444 if (sc->rssi_5ghz[ant] < -10 || sc->rssi_5ghz[ant] > 10) { in mtw_read_eeprom()
1446 ant + 1, sc->rssi_5ghz[ant])); in mtw_read_eeprom()
1447 sc->rssi_5ghz[ant] = 0; in mtw_read_eeprom()
2745 delta = sc->rssi_5ghz[rxchain]; in mtw_rssi2dbm()
H A Dif_run.c1611 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in run_read_eeprom()
1612 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in run_read_eeprom()
1624 sc->rssi_5ghz[2] = val & 0xff; /* Ant C */ in run_read_eeprom()
1653 if (sc->rssi_5ghz[ant] < -10 || sc->rssi_5ghz[ant] > 10) { in run_read_eeprom()
1655 ant + 1, sc->rssi_5ghz[ant])); in run_read_eeprom()
1656 sc->rssi_5ghz[ant] = 0; in run_read_eeprom()
3788 delta = sc->rssi_5ghz[rxchain]; in run_rssi2dbm()
/openbsd/sys/dev/ic/
H A Drt2860var.h158 int8_t rssi_5ghz[3]; member
H A Drt2860.c3112 delta = sc->rssi_5ghz[rxchain]; in rt2860_rssi2dbm()
3441 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in rt2860_read_eeprom()
3442 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in rt2860_read_eeprom()
3444 sc->rssi_5ghz[2] = val & 0xff; /* Ant C */ in rt2860_read_eeprom()
3471 if (sc->rssi_5ghz[ant] < -10 || sc->rssi_5ghz[ant] > 10) { in rt2860_read_eeprom()
3473 ant + 1, sc->rssi_5ghz[ant])); in rt2860_read_eeprom()
3474 sc->rssi_5ghz[ant] = 0; in rt2860_read_eeprom()