Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c3322 b2g = (wl_dinfo->real_band[i] == RTW89_BAND_2G); in _set_ant()
3328 wl_dinfo->real_band[0] == RTW89_BAND_2G && in _set_ant()
3329 wl_dinfo->real_band[1] == RTW89_BAND_5G) in _set_ant()
3829 wl_dinfo->real_band[RTW89_PHY_1] != RTW89_BAND_2G) in _set_btg_ctrl()
4149 if (wl_dinfo->real_band[RTW89_PHY_0] != RTW89_BAND_2G && in _action_wl_scan()
4150 wl_dinfo->real_band[RTW89_PHY_1] != RTW89_BAND_2G) in _action_wl_scan()
4471 btc->cx.wl.dbcc_info.real_band[phy_idx] = in _update_dbcc_band()
6249 wl_dinfo->real_band[RTW89_PHY_0]); in _show_wl_role_info()
6254 wl_dinfo->real_band[RTW89_PHY_1]); in _show_wl_role_info()
H A Dcore.h1369 u8 real_band[RTW89_PHY_MAX]; member