Home
last modified time | relevance | path

Searched refs:ic_maxantgain (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/net80211/
HD_ieee80211.h144 int8_t ic_maxantgain; /* maximum antenna gain in .5 dBm */ member
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_regdomain.c435 c->ic_maxantgain = fband->antennaMax; in addchan()
934 int8_t antennaMax = twiceGain - chan->ic_maxantgain*2; in ath_hal_getantennareduction()
HDah_internal.h1028 return (chan->ic_maxantgain); in ath_hal_getantennaallowed()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
HDar9287_reset.c354 twiceAntennaReduction = chan->ic_maxantgain; in ar9287SetTransmitPower()
HDar9285_reset.c99 twiceAntennaReduction = chan->ic_maxantgain; in ar9285SetTransmitPower()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c1078 twiceAntennaReduction = chan->ic_maxantgain; in ar5416SetTransmitPower()
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_snmp.c1024 val->v.integer = channel->ic_maxantgain; in op_wlan_channels()