Searched refs:tgchans (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/tools/ath/athrd/ |
H A D | athrd.c | 1009 struct ieee80211_channel tgchans[IEEE80211_CHAN_MAX]; in main() local 1208 if (ath_hal_getchannels(&ahp.h, tgchans, IEEE80211_CHAN_MAX, &ntg, in main() 1210 calctxpower(&ahp.h, ntg, tgchans, tpcReduction, powerLimit, tgtxpow); in main() 1212 isdfs |= anychan(tgchans, ntg, IEEE80211_CHAN_DFS); in main() 1214 is4ms |= anychan(tgchans, ntg, IEEE80211_CHAN_4MSXMIT); in main() 1241 intersect(tgchans, tgtxpow, &ntg, gchans, gtxpow, ng); in main() 1261 dumpchannels(&ahp.h, ntg, tgchans, tgtxpow); in main()
|