if_wpi.c | 143 static int wpi_set_txpower(struct wpi_softc *, 1021 if ((error = wpi_set_txpower(sc, ic->ic_curchan, 1)) != 0) { 1470 if (wpi_set_txpower(sc, sc->sc_ic.ic_curchan, 1) != 0) { 2545 wpi_set_txpower(struct wpi_softc *sc, struct ieee80211_channel *c, int async) function in typeref:typename:int 2782 if ((error = wpi_set_txpower(sc, ni->ni_chan, 1)) != 0) { 3048 if ((error = wpi_set_txpower(sc, ic->ic_curchan, 0)) != 0) {
|