Searched refs:HE_CH_WIDTH_CLR_BIT (Results 1 – 2 of 2) sorted by relevance
7886 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()
4515 #define HE_CH_WIDTH_CLR_BIT(ch_wd, bit) (((ch_wd) >> (bit)) & ~1) macro