Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h288 int8_t maxpwr5GHz; member
H A Dif_iwn.c2186 sc->maxpwr5GHz = val >> 8; in iwn4965_read_eeprom()
2188 if (sc->maxpwr5GHz < 20 || sc->maxpwr5GHz > 50) in iwn4965_read_eeprom()
2189 sc->maxpwr5GHz = 38; in iwn4965_read_eeprom()
2192 IWN_DBG("maxpwr 2GHz=%d 5GHz=%d", sc->maxpwr2GHz, sc->maxpwr5GHz); in iwn4965_read_eeprom()
4697 maxpwr = sc->maxpwr5GHz; in iwn4965_set_txpower()