Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h178 int8_t rssi_5ghz[3]; member
H A Drt2860.c628 sc->rssi_5ghz[0] = val & 0xff; /* Ant A */ in rt2860_read_eeprom()
629 sc->rssi_5ghz[1] = val >> 8; /* Ant B */ in rt2860_read_eeprom()
631 sc->rssi_5ghz[2] = val & 0xff; /* Ant C */ in rt2860_read_eeprom()
659 if (sc->rssi_5ghz[ant] < -10 || sc->rssi_5ghz[ant] > 10) { in rt2860_read_eeprom()
663 ant + 1, sc->rssi_5ghz[ant]); in rt2860_read_eeprom()
664 sc->rssi_5ghz[ant] = 0; in rt2860_read_eeprom()