Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c7886 HE_CH_WIDTH_CLR_BIT(dot11_cap.chan_width_1, 0); in lim_set_he_caps()
7888 HE_CH_WIDTH_CLR_BIT(dot11_cap.chan_width_2, 0); in lim_set_he_caps()
7890 HE_CH_WIDTH_CLR_BIT(dot11_cap.chan_width_3, 0); in lim_set_he_caps()
7991 he_cap->chan_width = HE_CH_WIDTH_CLR_BIT(he_cap->chan_width, 0); in lim_intersect_he_ch_width_2g()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h4515 #define HE_CH_WIDTH_CLR_BIT(ch_wd, bit) (((ch_wd) >> (bit)) & ~1) macro