Searched refs:is_supported_24g (Results 1 – 18 of 18) sorted by relevance
54 if (!is_supported_24g(dvobj_to_regsty(d)->band_type)) in rtw_get_csa_setting()375 if (!is_supported_24g(adapter_to_regsty(a)->band_type)) in rtw_sta_get_ecsa_setting()
1087 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in op_class_pref_init()
2576 && is_supported_24g(padapter->registrypriv.band_type)) in rtw_scan_timeout_decision()
823 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in init_channel_set_from_rtk_priv_2g_5g()
3680 if (!is_supported_24g(dvobj_to_regsty(dvobj)->band_type) in rtw_dfs_ch_switch_hdl()
2602 && is_supported_24g(padapter->registrypriv.band_type)) in rtw_scan_timeout_decision()
3658 if (!is_supported_24g(dvobj_to_regsty(dvobj)->band_type) in rtw_dfs_ch_switch_hdl()
1451 if (is_supported_24g(registry_par->band_type) && (!is_supported_5g(registry_par->band_type)) in rtw_load_registry()1454 else if (is_supported_5g(registry_par->band_type) && (!is_supported_24g(registry_par->band_type)) in rtw_load_registry()
1177 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G))
9764 if (is_supported_24g(padapter->registrypriv.band_type)) { in rtw_cfg80211_init_wiphy_band()
1475 if (is_supported_24g(registry_par->band_type) && (!is_supported_5g(registry_par->band_type)) in rtw_load_registry()1478 else if (is_supported_5g(registry_par->band_type) && (!is_supported_24g(registry_par->band_type)) in rtw_load_registry()
1168 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G))
9939 if (is_supported_24g(padapter->registrypriv.band_type)) { in rtw_cfg80211_init_wiphy_band()
245 #define is_supported_24g(band_type) ((band_type) & BAND_CAP_2G ? _TRUE : _FALSE) macro