Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8188f.c519 bool sec_ch_above; in rtl8188fu_config_channel() local
588 sec_ch_above = 1; in rtl8188fu_config_channel()
591 sec_ch_above = 0; in rtl8188fu_config_channel()
598 if (!sec_ch_above) in rtl8188fu_config_channel()
604 if (sec_ch_above) in rtl8188fu_config_channel()
H A D8710b.c683 bool sec_ch_above = 0; in rtl8710bu_config_channel() local
690 sec_ch_above = 1; in rtl8710bu_config_channel()
694 sec_ch_above = 0; in rtl8710bu_config_channel()
726 u32p_replace_bits(&val32, !sec_ch_above, CCK0_SIDEBAND); in rtl8710bu_config_channel()
H A D8192f.c589 bool sec_ch_above = 0; in rtl8192fu_config_channel() local
595 sec_ch_above = 1; in rtl8192fu_config_channel()
599 sec_ch_above = 0; in rtl8192fu_config_channel()
637 CCK0_SIDEBAND, !sec_ch_above); in rtl8192fu_config_channel()