HomeSort by: relevance | last modified time | path
    Searched refs:ic_txpowlimit (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/net80211/
ieee80211_var.h 166 u_int16_t ic_txpowlimit; /* global tx power limit */ member in struct:ieee80211com
ieee80211.c 257 ic->ic_txpowlimit = IEEE80211_TXPOWER_MAX;
ieee80211_ioctl.c 1449 ireq->i_val = ic->ic_txpowlimit;
2260 ic->ic_txpowlimit = ireq->i_val;
ieee80211_node.c 1071 ni->ni_txpower = ic->ic_txpowlimit; /* max power */
  /src/sys/dev/ic/
ath.c 5080 if (sc->sc_curtxpow != ic->ic_txpowlimit) {
5081 ath_hal_settxpowlimit(ah, ic->ic_txpowlimit);
5084 ic->ic_txpowlimit = sc->sc_curtxpow = txpow;
  /src/sys/dev/usb/
if_ural.c 1711 power -= (100 - ic->ic_txpowlimit) / 8;

Completed in 41 milliseconds