Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_build_chan_list.h51 #define IS_WITHIN_RANGE_ASYM(_freq, _low_freq, _high_freq)\ argument
52 (((_freq) >= (_low_freq) && (_freq) <= (_high_freq)))