Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c471 int maxchans, int *nchans, uint16_t freq_lo, uint16_t freq_hi, int step, in add_chanlist_band() argument
474 uint16_t freq = freq_lo; in add_chanlist_band()
477 if (freq_hi < freq_lo) in add_chanlist_band()
482 (int) freq_lo, (int) freq_hi, flags, step); in add_chanlist_band()
518 uint16_t freq_lo, freq_hi; in add_chanlist_mode() local
521 if (!ath_hal_getChannelEdges(ah, cm->flags, &freq_lo, &freq_hi)) { in add_chanlist_mode()
570 bfreq_lo = MAX(fband->lowChannel + low_adj, freq_lo); in add_chanlist_mode()
607 (int) freq_lo, in add_chanlist_mode()