Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.h61 #define REG_IS_49GHZ_FREQ(freq) \ macro
66 #define REG_IS_49GHZ_FREQ(freq) false macro
H A Dreg_services_common.c1735 if (REG_IS_49GHZ_FREQ(chan_list[count].center_freq)) { in reg_compute_chan_to_freq_for_chlist()
1760 REG_IS_49GHZ_FREQ(chan_list[count - 1].center_freq) || in reg_compute_chan_to_freq_for_chlist()
3093 return REG_IS_49GHZ_FREQ(freq); in reg_is_49ghz_freq()
6232 else if (REG_IS_5GHZ_FREQ(freq) || REG_IS_49GHZ_FREQ(freq)) in reg_freq_to_band()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_peer.c3148 else if (REG_IS_5GHZ_FREQ(freq) || REG_IS_49GHZ_FREQ(freq)) in dp_freq_to_band()