Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c541 uint16_t bfreq_lo, bfreq_hi; in add_chanlist_mode() local
570 bfreq_lo = MAX(fband->lowChannel + low_adj, freq_lo); in add_chanlist_mode()
583 if (bfreq_lo < 5180) in add_chanlist_mode()
584 bfreq_lo = 5180; in add_chanlist_mode()
593 if (bfreq_lo < 5200) in add_chanlist_mode()
594 bfreq_lo = 5200; in add_chanlist_mode()
613 (int) bfreq_lo, in add_chanlist_mode()
619 bfreq_lo, bfreq_hi, step, cm->flags, fband, rd); in add_chanlist_mode()