Searched refs:hi_adj (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.c403 int low_adj, hi_adj, channelSep, lastc; local
497 hi_adj = (cm->mode == HAL_MODE_11NA_HT40PLUS ||
511 c <= fband->highChannel + hi_adj;
/freebsd-10-stable/sbin/ifconfig/
H A Difieee80211.c2014 int freq, hi_adj, lo_adj, channelSep; local
2017 hi_adj = (chanFlags & IEEE80211_CHAN_HT40U) ? -20 : 0;
2031 freq <= b->freqEnd + hi_adj; freq += b->chanSep) {

Completed in 69 milliseconds