Home
last modified time | relevance | path

Searched refs:target_rxss (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_vht.c457 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
465 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe)+1); in rtw_process_vht_op_mode_notify()
475 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
478 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_vht.c479 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
487 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe)+1); in rtw_process_vht_op_mode_notify()
499 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
502 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_vht.c527 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
535 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1); in rtw_process_vht_op_mode_notify()
547 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
550 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_vht.c504 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
511 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1); in rtw_process_vht_op_mode_notify()
523 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
528 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c666 u8 target_rxss, current_rxss; in rtw_tdls_process_vht_op_mode_notify() local
672 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(data) + 1); in rtw_tdls_process_vht_op_mode_notify()
681 if (target_rxss != current_rxss) { in rtw_tdls_process_vht_op_mode_notify()
684 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, ptdls_sta->vhtpriv.vht_mcs_map); in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_vht.c697 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
706 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
718 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
723 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c643 u8 target_rxss, current_rxss; in rtw_tdls_process_vht_op_mode_notify() local
649 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(data) + 1); in rtw_tdls_process_vht_op_mode_notify()
658 if (target_rxss != current_rxss) { in rtw_tdls_process_vht_op_mode_notify()
661 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, ptdls_sta->vhtpriv.vht_mcs_map); in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_vht.c698 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
707 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
719 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
724 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_vht.c698 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
707 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
719 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
724 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_vht.c702 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
711 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
723 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
728 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_vht.c696 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
708 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
720 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
725 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c645 u8 target_rxss, current_rxss; in rtw_tdls_process_vht_op_mode_notify() local
651 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(data) + 1); in rtw_tdls_process_vht_op_mode_notify()
660 if (target_rxss != current_rxss) { in rtw_tdls_process_vht_op_mode_notify()
663 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, ptdls_sta->vhtpriv.vht_mcs_map); in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_vht.c696 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
708 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
720 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
725 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_vht.c690 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
699 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
711 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
716 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_vht.c696 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
708 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
720 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
725 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c645 u8 target_rxss, current_rxss; in rtw_tdls_process_vht_op_mode_notify() local
651 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(data) + 1); in rtw_tdls_process_vht_op_mode_notify()
660 if (target_rxss != current_rxss) { in rtw_tdls_process_vht_op_mode_notify()
663 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, ptdls_sta->vhtpriv.vht_mcs_map); in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_vht.c701 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
710 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
722 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
727 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c642 u8 target_rxss, current_rxss; in rtw_tdls_process_vht_op_mode_notify() local
648 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(data) + 1); in rtw_tdls_process_vht_op_mode_notify()
657 if (target_rxss != current_rxss) { in rtw_tdls_process_vht_op_mode_notify()
660 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, ptdls_sta->vhtpriv.vht_mcs_map); in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_vht.c721 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
730 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
742 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
747 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c642 u8 target_rxss, current_rxss; in rtw_tdls_process_vht_op_mode_notify() local
648 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(data) + 1); in rtw_tdls_process_vht_op_mode_notify()
657 if (target_rxss != current_rxss) { in rtw_tdls_process_vht_op_mode_notify()
660 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, ptdls_sta->vhtpriv.vht_mcs_map); in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_vht.c721 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
730 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
742 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
747 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_vht.c721 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
730 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
742 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
747 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_vht.c895 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
904 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
916 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
921 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c637 u8 target_rxss, current_rxss; in rtw_tdls_process_vht_op_mode_notify() local
643 target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(data) + 1); in rtw_tdls_process_vht_op_mode_notify()
652 if (target_rxss != current_rxss) { in rtw_tdls_process_vht_op_mode_notify()
655 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, ptdls_sta->vhtpriv.vht_mcs_map); in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_vht.c895 u8 target_rxss, current_rxss; in rtw_process_vht_op_mode_notify() local
904 target_rxss = rtw_min(tx_nss, (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe) + 1)); in rtw_process_vht_op_mode_notify()
916 if (target_rxss != current_rxss) { in rtw_process_vht_op_mode_notify()
921 rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); in rtw_process_vht_op_mode_notify()

12