Home
last modified time | relevance | path

Searched refs:stbc_vht_tx (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_cap.c570 proto_cap->stbc_vht_tx = in rtw_hal_get_stbc_proto_cap()
571 (sw_cap->stbc_vht_tx && hw_cap->stbc_vht_tx) ? 1 : 0; in rtw_hal_get_stbc_proto_cap()
596 __func__, proto_cap->stbc_vht_tx); in rtw_hal_get_stbc_proto_cap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sw_cap.c367 (proto_cap.stbc_vht_tx)) { in _phl_init_proto_stbc_cap()
368 proto_role_cap->stbc_vht_tx = 0; in _phl_init_proto_stbc_cap()
371 proto_role_cap->stbc_vht_tx = proto_cap.stbc_vht_tx; in _phl_init_proto_stbc_cap()
H A Dphl_def.h1055 u8 stbc_vht_tx:1; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sw_cap.c383 (proto_cap.stbc_vht_tx)) { in _phl_init_proto_stbc_cap()
384 proto_role_cap->stbc_vht_tx = 0; in _phl_init_proto_stbc_cap()
387 proto_role_cap->stbc_vht_tx = proto_cap.stbc_vht_tx; in _phl_init_proto_stbc_cap()
H A Dphl_def.h1058 u8 stbc_vht_tx:1; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_cap.c563 proto_cap->stbc_vht_tx = in rtw_hal_get_stbc_proto_cap()
564 (sw_cap->stbc_vht_tx && hw_cap->stbc_vht_tx) ? 1 : 0; in rtw_hal_get_stbc_proto_cap()
589 __func__, proto_cap->stbc_vht_tx); in rtw_hal_get_stbc_proto_cap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_vht.c264 if (dft_proto_cap->stbc_vht_tx) in rtw_vht_get_dft_setting()
382 if (proto_cap->stbc_vht_tx) in rtw_vht_get_real_setting()
634 proto_role_cap->stbc_vht_tx ? in update_sta_vht_info_apmode()
638 phl_sta->asoc_cap.stbc_vht_tx = in update_sta_vht_info_apmode()
792 proto_role_cap->stbc_vht_tx ? in VHT_caps_handler()
796 phl_sta->asoc_cap.stbc_vht_tx = GET_VHT_CAPABILITY_ELE_TX_STBC(pIE->data); in VHT_caps_handler()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_vht.c264 if (dft_proto_cap->stbc_vht_tx) in rtw_vht_get_dft_setting()
382 if (proto_cap->stbc_vht_tx) in rtw_vht_get_real_setting()
634 proto_role_cap->stbc_vht_tx ? in update_sta_vht_info_apmode()
638 phl_sta->asoc_cap.stbc_vht_tx = in update_sta_vht_info_apmode()
792 proto_role_cap->stbc_vht_tx ? in VHT_caps_handler()
796 phl_sta->asoc_cap.stbc_vht_tx = GET_VHT_CAPABILITY_ELE_TX_STBC(pIE->data); in VHT_caps_handler()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c105 hw_proto_cap[0].stbc_vht_tx = 1; in init_hal_spec_8852b()
106 hw_proto_cap[1].stbc_vht_tx = 1; in init_hal_spec_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c105 hw_proto_cap[0].stbc_vht_tx = 1; in init_hal_spec_8852b()
106 hw_proto_cap[1].stbc_vht_tx = 1; in init_hal_spec_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c1312 phl_com->proto_sw_cap[0].stbc_vht_tx = (rtw_stbc_cap & BIT1) ? 1 : 0; in rtw_core_update_default_setting()
1323 phl_com->proto_sw_cap[1].stbc_vht_tx = (rtw_stbc_cap & BIT1) ? 1 : 0; in rtw_core_update_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfg.c1338 phl_com->proto_sw_cap[0].stbc_vht_tx = (rtw_stbc_cap & BIT1) ? 1 : 0; in rtw_core_update_default_setting()
1349 phl_com->proto_sw_cap[1].stbc_vht_tx = (rtw_stbc_cap & BIT1) ? 1 : 0; in rtw_core_update_default_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.c1404 r->stbc_vht_tx = (u32)sta->asoc_cap.stbc_vht_tx; in _ntfy_role_info()
H A Dhal_btc.h980 u32 stbc_vht_tx:1; member