Home
last modified time | relevance | path

Searched refs:mcs_in (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_gen.c437 struct plcp_mcs_table_in_t mcs_in; in halbb_get_mcs_out() local
453mcs_in.spec_idx = (u8)spec;//?????????????????????????????????????????????????????????????????????… in halbb_get_mcs_out()
455 mcs_in.bw = in->dbw; in halbb_get_mcs_out()
456 mcs_in.dcm = in->usr[u].dcm; in halbb_get_mcs_out()
457 mcs_in.fec = in->usr[u].fec; in halbb_get_mcs_out()
458 mcs_in.mcs = in->usr[u].mcs; in halbb_get_mcs_out()
459 mcs_in.nss = in->usr[u].nss; in halbb_get_mcs_out()
462 mcs_in.ru_size = in->usr[u].ru_size_idx; in halbb_get_mcs_out()
464mcs_in.ru_size = (u8)(3 - in->he_er_u106ru_en);//?????????????????????????????????????????????????… in halbb_get_mcs_out()
466 mcs_in.ru_size = in->dbw + 3; in halbb_get_mcs_out()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_gen.c437 struct plcp_mcs_table_in_t mcs_in; in halbb_get_mcs_out() local
453mcs_in.spec_idx = (u8)spec;//?????????????????????????????????????????????????????????????????????… in halbb_get_mcs_out()
455 mcs_in.bw = in->dbw; in halbb_get_mcs_out()
456 mcs_in.dcm = in->usr[u].dcm; in halbb_get_mcs_out()
457 mcs_in.fec = in->usr[u].fec; in halbb_get_mcs_out()
458 mcs_in.mcs = in->usr[u].mcs; in halbb_get_mcs_out()
459 mcs_in.nss = in->usr[u].nss; in halbb_get_mcs_out()
462 mcs_in.ru_size = in->usr[u].ru_size_idx; in halbb_get_mcs_out()
464mcs_in.ru_size = (u8)(3 - in->he_er_u106ru_en);//?????????????????????????????????????????????????… in halbb_get_mcs_out()
466 mcs_in.ru_size = in->dbw + 3; in halbb_get_mcs_out()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_cfg80211.c2509 u8 mcs_in = 0, nss_in = 0; in rtw_desc_rate_to_nss_mcs() local
2515 mcs_in = rate_idx - RTW_DATA_RATE_MCS0; in rtw_desc_rate_to_nss_mcs()
2519 mcs_in = rate_idx & 0xF; in rtw_desc_rate_to_nss_mcs()
2524 mcs_in = rate_idx & 0xF; in rtw_desc_rate_to_nss_mcs()
2534 *mcs = mcs_in; in rtw_desc_rate_to_nss_mcs()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dioctl_cfg80211.c2505 u8 mcs_in = 0, nss_in = 0; in rtw_desc_rate_to_nss_mcs() local
2509 mcs_in = rate_idx - DESC_RATEMCS0; in rtw_desc_rate_to_nss_mcs()
2512 mcs_in = (rate_idx - DESC_RATEVHTSS1MCS0) % 10; in rtw_desc_rate_to_nss_mcs()
2519 *mcs = mcs_in; in rtw_desc_rate_to_nss_mcs()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dioctl_cfg80211.c2511 u8 mcs_in = 0, nss_in = 0; in rtw_desc_rate_to_nss_mcs() local
2515 mcs_in = rate_idx - DESC_RATEMCS0; in rtw_desc_rate_to_nss_mcs()
2518 mcs_in = (rate_idx - DESC_RATEVHTSS1MCS0) % 10; in rtw_desc_rate_to_nss_mcs()
2525 *mcs = mcs_in; in rtw_desc_rate_to_nss_mcs()