HomeSort by: relevance | last modified time | path
    Searched defs:wpi_set_txpower (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
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) {

Completed in 36 milliseconds