| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_cap.c | 577 proto_cap->stbc_ht_rx = in rtw_hal_get_stbc_proto_cap() 578 (sw_cap->stbc_ht_rx <= hw_cap->stbc_ht_rx) ? in rtw_hal_get_stbc_proto_cap() 579 sw_cap->stbc_ht_rx : hw_cap->stbc_ht_rx; in rtw_hal_get_stbc_proto_cap() 605 __func__, proto_cap->stbc_ht_rx); in rtw_hal_get_stbc_proto_cap()
|
| H A D | hal_api_mac.c | 4208 if (sta->asoc_cap.stbc_ht_rx && in rtw_hal_mac_ax_bfee_para_reg() 4264 if (sta->asoc_cap.stbc_ht_rx && in rtw_hal_mac_ax_bfee_para_cctl()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_cap.c | 570 proto_cap->stbc_ht_rx = in rtw_hal_get_stbc_proto_cap() 571 (sw_cap->stbc_ht_rx <= hw_cap->stbc_ht_rx) ? in rtw_hal_get_stbc_proto_cap() 572 sw_cap->stbc_ht_rx : hw_cap->stbc_ht_rx; in rtw_hal_get_stbc_proto_cap() 598 __func__, proto_cap->stbc_ht_rx); in rtw_hal_get_stbc_proto_cap()
|
| H A D | hal_api_mac.c | 4226 if (sta->asoc_cap.stbc_ht_rx && in rtw_hal_mac_ax_bfee_para_reg() 4282 if (sta->asoc_cap.stbc_ht_rx && in rtw_hal_mac_ax_bfee_para_cctl()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_sw_cap.c | 343 proto_role_cap->stbc_ht_rx = 0; in _phl_external_cap_limit() 407 (proto_cap.stbc_ht_rx)) { in _phl_init_proto_stbc_cap() 408 proto_role_cap->stbc_ht_rx = 0; in _phl_init_proto_stbc_cap() 411 proto_role_cap->stbc_ht_rx = proto_cap.stbc_ht_rx; in _phl_init_proto_stbc_cap()
|
| H A D | phl_def.h | 1053 u8 stbc_ht_rx:2; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_sw_cap.c | 391 (proto_cap.stbc_ht_rx)) { in _phl_init_proto_stbc_cap() 392 proto_role_cap->stbc_ht_rx = 0; in _phl_init_proto_stbc_cap() 395 proto_role_cap->stbc_ht_rx = proto_cap.stbc_ht_rx; in _phl_init_proto_stbc_cap()
|
| H A D | phl_def.h | 1050 u8 stbc_ht_rx:2; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/ |
| H A D | rtl8852b_halinit.c | 113 hw_proto_cap[0].stbc_ht_rx = 1; in init_hal_spec_8852b() 114 hw_proto_cap[1].stbc_ht_rx = 1; in init_hal_spec_8852b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/ |
| H A D | rtl8852b_halinit.c | 113 hw_proto_cap[0].stbc_ht_rx = 1; in init_hal_spec_8852b() 114 hw_proto_cap[1].stbc_ht_rx = 1; in init_hal_spec_8852b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | rtw_cfg.c | 1316 phl_com->proto_sw_cap[0].stbc_ht_rx = (rtw_stbc_cap & BIT4) ? 1 : 0; in rtw_core_update_default_setting() 1327 phl_com->proto_sw_cap[1].stbc_ht_rx = (rtw_stbc_cap & BIT4) ? 1 : 0; in rtw_core_update_default_setting()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rtw_cfg.c | 1342 phl_com->proto_sw_cap[0].stbc_ht_rx = (rtw_stbc_cap & BIT4) ? 1 : 0; in rtw_core_update_default_setting() 1353 phl_com->proto_sw_cap[1].stbc_ht_rx = (rtw_stbc_cap & BIT4) ? 1 : 0; in rtw_core_update_default_setting()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_phl.c | 1649 _loc_dbg(stbc_ht_rx); in _dump_phl_sta_asoc_cap() 1776 cap->stbc_ht_rx:2; /* HT_caps_handler() */ in rtw_update_phl_sta_cap()
|
| H A D | rtw_mlme.c | 4093 if (dft_proto_cap->stbc_ht_rx) in rtw_ht_get_dft_setting() 4155 if (padapter->phl_role->proto_role_cap.stbc_ht_rx) in rtw_ht_use_default_setting() 4324 rx_stbc_nss = padapter->phl_role->proto_role_cap.stbc_ht_rx; in rtw_restructure_ht_ie()
|
| H A D | rtw_wlan_util.c | 1104 phl_sta->asoc_cap.stbc_ht_rx = in HT_caps_handler()
|
| H A D | rtw_ap.c | 1137 psta->phl_sta->asoc_cap.stbc_ht_rx = in update_sta_info_apmode()
|
| H A D | rtw_xmit.c | 1297 pattrib->stbc = (psta->phl_sta->asoc_cap.stbc_ht_rx > 0) ? 1:0; in update_attrib_phy_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_phl.c | 1645 _loc_dbg(stbc_ht_rx); in _dump_phl_sta_asoc_cap() 1772 cap->stbc_ht_rx:2; /* HT_caps_handler() */ in rtw_update_phl_sta_cap()
|
| H A D | rtw_mlme.c | 4062 if (dft_proto_cap->stbc_ht_rx) in rtw_ht_get_dft_setting() 4124 if (padapter->phl_role->proto_role_cap.stbc_ht_rx) in rtw_ht_use_default_setting() 4293 rx_stbc_nss = padapter->phl_role->proto_role_cap.stbc_ht_rx; in rtw_restructure_ht_ie()
|
| H A D | rtw_wlan_util.c | 1104 phl_sta->asoc_cap.stbc_ht_rx = in HT_caps_handler()
|
| H A D | rtw_ap.c | 1048 psta->phl_sta->asoc_cap.stbc_ht_rx = in update_sta_info_apmode()
|
| H A D | rtw_xmit.c | 1292 pattrib->stbc = (psta->phl_sta->asoc_cap.stbc_ht_rx > 0) ? 1:0; in update_attrib_phy_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_ra.c | 1057 if (asoc_cap_i->stbc_ht_rx != 0) in halbb_stbc_mapping()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_ra.c | 1057 if (asoc_cap_i->stbc_ht_rx != 0) in halbb_stbc_mapping()
|