Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2860var.h170 int8_t rssi_5ghz[3]; member
H A Drt2860.c3286 delta = sc->rssi_5ghz[rxchain]; in rt2860_rssi2dbm()
3609 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in rt2860_read_eeprom()
3610 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in rt2860_read_eeprom()
3612 sc->rssi_5ghz[2] = val & 0xff; /* Ant C */ in rt2860_read_eeprom()
3639 if (sc->rssi_5ghz[ant] < -10 || sc->rssi_5ghz[ant] > 10) { in rt2860_read_eeprom()
3641 ant + 1, sc->rssi_5ghz[ant])); in rt2860_read_eeprom()
3642 sc->rssi_5ghz[ant] = 0; in rt2860_read_eeprom()
/freebsd/sys/dev/usb/wlan/
H A Dif_runvar.h200 int8_t rssi_5ghz[3]; member
H A Dif_mtwvar.h335 int8_t rssi_5ghz[3]; member
H A Dif_mtw.c1586 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in mtw_read_eeprom()
1587 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in mtw_read_eeprom()
1589 sc->rssi_5ghz[2] = val & 0xff; /* Ant C */ in mtw_read_eeprom()
1618 if (sc->rssi_5ghz[ant] < -10 || sc->rssi_5ghz[ant] > 10) { in mtw_read_eeprom()
1621 sc->rssi_5ghz[ant]); in mtw_read_eeprom()
1622 sc->rssi_5ghz[ant] = 0; in mtw_read_eeprom()
4097 delta = sc->rssi_5ghz[rxchain]; in mtw_rssi2dbm()
H A Dif_run.c2052 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in run_read_eeprom()
2053 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in run_read_eeprom()
2066 sc->rssi_5ghz[2] = val & 0xff; /* Ant C */ in run_read_eeprom()
2098 if (sc->rssi_5ghz[ant] < -10 || sc->rssi_5ghz[ant] > 10) { in run_read_eeprom()
2101 ant + 1, sc->rssi_5ghz[ant]); in run_read_eeprom()
2102 sc->rssi_5ghz[ant] = 0; in run_read_eeprom()
5391 delta = sc->rssi_5ghz[rxchain]; in run_rssi2dbm()