Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.h79 #define HALF_20MHZ_BW 10 macro
85 center_freq - HALF_20MHZ_BW)
87 center_freq + HALF_20MHZ_BW)
93 center_freq - HALF_20MHZ_BW)
96 center_freq + HALF_20MHZ_BW)
100 center_freq - HALF_20MHZ_BW)
102 center_freq + HALF_20MHZ_BW)
H A Dreg_build_chan_list.c2495 start = cur - HALF_20MHZ_BW; in reg_modify_5g_maxbw()
2496 end = cur + HALF_20MHZ_BW; in reg_modify_5g_maxbw()
2616 ((s_freq + HALF_20MHZ_BW) < in reg_modify_chan_list_for_avoid_chan_ext()
2619 ((e_freq - HALF_20MHZ_BW) > in reg_modify_chan_list_for_avoid_chan_ext()
2666 ((s_freq + HALF_20MHZ_BW) < in reg_modify_chan_list_for_avoid_chan_ext()
2669 ((e_freq - HALF_20MHZ_BW) > in reg_modify_chan_list_for_avoid_chan_ext()
H A Dreg_services_common.c8634 range->start_freq = range->start_freq - HALF_20MHZ_BW; in reg_process_ch_avoid_freq_ext()
8635 range->end_freq = range->end_freq + HALF_20MHZ_BW; in reg_process_ch_avoid_freq_ext()