Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1005 struct ieee80211_channel gchans[IEEE80211_CHAN_MAX]; in main() local
1164 if (ath_hal_getchannels(&ahp.h, gchans, IEEE80211_CHAN_MAX, &ng, in main()
1166 calctxpower(&ahp.h, ng, gchans, tpcReduction, powerLimit, gtxpow); in main()
1168 isdfs |= anychan(gchans, ng, IEEE80211_CHAN_DFS); in main()
1170 is4ms |= anychan(gchans, ng, IEEE80211_CHAN_4MSXMIT); 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()