Home
last modified time | relevance | path

Searched refs:stbc_ht_tx (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_cap.c568 proto_cap->stbc_ht_tx = in rtw_hal_get_stbc_proto_cap()
569 (sw_cap->stbc_ht_tx && hw_cap->stbc_ht_tx) ? 1 : 0; in rtw_hal_get_stbc_proto_cap()
593 __func__, proto_cap->stbc_ht_tx); in rtw_hal_get_stbc_proto_cap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sw_cap.c359 (proto_cap.stbc_ht_tx)) { in _phl_init_proto_stbc_cap()
360 proto_role_cap->stbc_ht_tx = 0; in _phl_init_proto_stbc_cap()
363 proto_role_cap->stbc_ht_tx = proto_cap.stbc_ht_tx; in _phl_init_proto_stbc_cap()
H A Dphl_def.h1054 u8 stbc_ht_tx:1; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sw_cap.c375 (proto_cap.stbc_ht_tx)) { in _phl_init_proto_stbc_cap()
376 proto_role_cap->stbc_ht_tx = 0; in _phl_init_proto_stbc_cap()
379 proto_role_cap->stbc_ht_tx = proto_cap.stbc_ht_tx; in _phl_init_proto_stbc_cap()
H A Dphl_def.h1057 u8 stbc_ht_tx:1; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_cap.c561 proto_cap->stbc_ht_tx = in rtw_hal_get_stbc_proto_cap()
562 (sw_cap->stbc_ht_tx && hw_cap->stbc_ht_tx) ? 1 : 0; in rtw_hal_get_stbc_proto_cap()
586 __func__, proto_cap->stbc_ht_tx); in rtw_hal_get_stbc_proto_cap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c103 hw_proto_cap[0].stbc_ht_tx = 1; in init_hal_spec_8852b()
104 hw_proto_cap[1].stbc_ht_tx = 1; in init_hal_spec_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c103 hw_proto_cap[0].stbc_ht_tx = 1; in init_hal_spec_8852b()
104 hw_proto_cap[1].stbc_ht_tx = 1; in init_hal_spec_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c1311 phl_com->proto_sw_cap[0].stbc_ht_tx = (rtw_stbc_cap & BIT5) ? 1 : 0; in rtw_core_update_default_setting()
1322 phl_com->proto_sw_cap[1].stbc_ht_tx = (rtw_stbc_cap & BIT5) ? 1 : 0; in rtw_core_update_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfg.c1337 phl_com->proto_sw_cap[0].stbc_ht_tx = (rtw_stbc_cap & BIT5) ? 1 : 0; in rtw_core_update_default_setting()
1348 phl_com->proto_sw_cap[1].stbc_ht_tx = (rtw_stbc_cap & BIT5) ? 1 : 0; in rtw_core_update_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.c1405 r->stbc_ht_tx = (u32)sta->asoc_cap.stbc_ht_tx; in _ntfy_role_info()
H A Dhal_btc.h979 u32 stbc_ht_tx:1; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_wlan_util.c1105 proto_role_cap->stbc_ht_tx ? GET_HT_CAP_ELE_RX_STBC(pIE->data) : 0; in HT_caps_handler()
1108 phl_sta->asoc_cap.stbc_ht_tx = GET_HT_CAP_ELE_TX_STBC(pIE->data); in HT_caps_handler()
H A Drtw_mlme.c4059 if (dft_proto_cap->stbc_ht_tx) in rtw_ht_get_dft_setting()
4121 if (padapter->phl_role->proto_role_cap.stbc_ht_tx) in rtw_ht_use_default_setting()
H A Drtw_ap.c1046 psta->phl_sta->asoc_cap.stbc_ht_tx = in update_sta_info_apmode()
1049 proto_role_cap->stbc_ht_tx ? in update_sta_info_apmode()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wlan_util.c1105 proto_role_cap->stbc_ht_tx ? GET_HT_CAP_ELE_RX_STBC(pIE->data) : 0; in HT_caps_handler()
1108 phl_sta->asoc_cap.stbc_ht_tx = GET_HT_CAP_ELE_TX_STBC(pIE->data); in HT_caps_handler()
H A Drtw_mlme.c4090 if (dft_proto_cap->stbc_ht_tx) in rtw_ht_get_dft_setting()
4152 if (padapter->phl_role->proto_role_cap.stbc_ht_tx) in rtw_ht_use_default_setting()
H A Drtw_ap.c1135 psta->phl_sta->asoc_cap.stbc_ht_tx = in update_sta_info_apmode()
1138 proto_role_cap->stbc_ht_tx ? in update_sta_info_apmode()