Searched refs:tgchans (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c1011 struct ieee80211_channel tgchans[IEEE80211_CHAN_MAX]; local
1210 if (ath_hal_getchannels(&ahp.h, tgchans, IEEE80211_CHAN_MAX, &ntg,
1212 calctxpower(&ahp.h, ntg, tgchans, tpcReduction, powerLimit, tgtxpow);
1214 isdfs |= anychan(tgchans, ntg, IEEE80211_CHAN_DFS);
1216 is4ms |= anychan(tgchans, ntg, IEEE80211_CHAN_4MSXMIT);
1243 intersect(tgchans, tgtxpow, &ntg, gchans, gtxpow, ng);
1263 dumpchannels(&ahp.h, ntg, tgchans, tgtxpow);

Completed in 104 milliseconds