Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/rwn/
H A Drt2860_var.h177 int8_t rssi_2ghz[3]; member
H A Drt2860.c619 sc->rssi_2ghz[0] = val & 0xff; /* Ant A */ in rt2860_read_eeprom()
620 sc->rssi_2ghz[1] = val >> 8; /* Ant B */ in rt2860_read_eeprom()
622 sc->rssi_2ghz[2] = val & 0xff; /* Ant C */ in rt2860_read_eeprom()
650 if (sc->rssi_2ghz[ant] < -10 || sc->rssi_2ghz[ant] > 10) { in rt2860_read_eeprom()
654 ant + 1, sc->rssi_2ghz[ant]); in rt2860_read_eeprom()
655 sc->rssi_2ghz[ant] = 0; in rt2860_read_eeprom()