Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1007 struct ieee80211_channel tchans[IEEE80211_CHAN_MAX]; in main() local
1197 if (ath_hal_getchannels(&ahp.h, tchans, IEEE80211_CHAN_MAX, &nt, in main()
1199 calctxpower(&ahp.h, nt, tchans, tpcReduction, powerLimit, ttxpow); in main()
1201 isdfs |= anychan(tchans, nt, IEEE80211_CHAN_DFS); in main()
1203 is4ms |= anychan(tchans, nt, IEEE80211_CHAN_4MSXMIT); in main()
1237 intersect(tchans, ttxpow, &nt, achans, atxpow, na); in main()
1263 dumpchannels(&ahp.h, nt, tchans, ttxpow); in main()