Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h177 int8_t rssi_2ghz[3]; member
H A Drt2860.c621 sc->rssi_2ghz[0] = val & 0xff; /* Ant A */ in rt2860_read_eeprom()
622 sc->rssi_2ghz[1] = val >> 8; /* Ant B */ in rt2860_read_eeprom()
624 sc->rssi_2ghz[2] = val & 0xff; /* Ant C */ in rt2860_read_eeprom()
652 if (sc->rssi_2ghz[ant] < -10 || sc->rssi_2ghz[ant] > 10) { in rt2860_read_eeprom()
656 ant + 1, sc->rssi_2ghz[ant]); in rt2860_read_eeprom()
657 sc->rssi_2ghz[ant] = 0; in rt2860_read_eeprom()