Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah_regdomain.c543 uint16_t bfreq_lo, bfreq_hi; in add_chanlist_mode() local
572 bfreq_lo = MAX(fband->lowChannel + low_adj, freq_lo); in add_chanlist_mode()
585 if (bfreq_lo < 5180) in add_chanlist_mode()
586 bfreq_lo = 5180; in add_chanlist_mode()
595 if (bfreq_lo < 5200) in add_chanlist_mode()
596 bfreq_lo = 5200; in add_chanlist_mode()
615 (int) bfreq_lo, in add_chanlist_mode()
621 bfreq_lo, bfreq_hi, step, cm->flags, fband, rd); in add_chanlist_mode()