Searched refs:gtxpow (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/tools/ath/athrd/ |
H A D | athrd.c | 1006 int16_t gtxpow[IEEE80211_CHAN_MAX]; in main() local 1166 calctxpower(&ahp.h, ng, gchans, tpcReduction, powerLimit, gtxpow); in main() 1233 intersect(bchans, btxpow, &nb, gchans, gtxpow, ng); in main() 1241 intersect(tgchans, tgtxpow, &ntg, gchans, gtxpow, ng); in main() 1245 intersect(gchans, gtxpow, &ng, nchans, ntxpow, nn); in main() 1255 dumpchannels(&ahp.h, ng, gchans, gtxpow); in main()
|