Searched refs:maxpwr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/dev/wpi/
H A Dif_wpivar.h118 int8_t maxpwr; member in struct:wpi_power_group
193 int8_t maxpwr[IEEE80211_CHAN_MAX]; member in struct:wpi_softc
H A Dif_wpireg.h634 int8_t maxpwr; member in struct:wpi_eeprom_chan
649 int8_t maxpwr; member in struct:wpi_eeprom_group
H A Dif_wpi.c3346 sc->maxpwr[chan] = channels[i].maxpwr;
3349 // XXX We can probably use this an get rid of maxpwr - ben 20070617
3350 ic->ic_channels[chan].ic_maxpower = channels[i].maxpwr;
3355 DPRINTF(("adding chan %d (%dMHz) flags=0x%x maxpwr=%d"
3357 channels[i].flags, sc->maxpwr[chan],
3375 group->maxpwr = rgroup.maxpwr;
3379 DPRINTF(("power group %d: chan=%d maxpwr=%d temp=%d\n", n,
3380 group->chan, group->maxpwr, grou
[all...]
/freebsd-10.3-release/sys/dev/iwn/
H A Dif_iwn.c1785 DPRINTF(sc, IWN_DEBUG_RESET, "maxpwr 2GHz=%d 5GHz=%d\n",
1941 "skip chan %d flags 0x%x maxpwr %d\n",
1943 channels[i].maxpwr);
1951 c->ic_maxregpower = channels[i].maxpwr;
1967 sc->maxpwr[chan] = channels[i].maxpwr;
1970 "add chan %d flags 0x%x maxpwr %d\n", chan,
1971 channels[i].flags, channels[i].maxpwr);
2006 "skip chan %d flags 0x%x maxpwr %d\n",
2008 channels[i].maxpwr);
2131 int8_t maxpwr; local
4545 int i, c, grp, maxpwr; local
[all...]
H A Dif_iwnvar.h346 int8_t maxpwr[IEEE80211_CHAN_MAX]; member in struct:iwn_softc
H A Dif_iwnreg.h1646 int8_t maxpwr; member in struct:iwn_eeprom_chan

Completed in 133 milliseconds