Home
last modified time | relevance | path

Searched refs:target_bw (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_vht.c478 u8 target_bw; in rtw_process_vht_op_mode_notify() local
486 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
489 if (target_bw != psta->bw_mode) { in rtw_process_vht_op_mode_notify()
490 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
491 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
494 psta->bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_vht.c526 u8 target_bw; in rtw_process_vht_op_mode_notify() local
534 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
537 if (target_bw != psta->bw_mode) { in rtw_process_vht_op_mode_notify()
538 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
539 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
542 psta->bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_vht.c456 u8 target_bw; in rtw_process_vht_op_mode_notify() local
464 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
467 if (target_bw != psta->bw_mode) { in rtw_process_vht_op_mode_notify()
468 if (target_bw <= (padapter->registrypriv.bw_mode >> 4)) { in rtw_process_vht_op_mode_notify()
470 psta->bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_vht.c503 u8 target_bw; in rtw_process_vht_op_mode_notify() local
510 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
513 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
514 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
515 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
518 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c665 u8 target_bw; in rtw_tdls_process_vht_op_mode_notify() local
671 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(data); in rtw_tdls_process_vht_op_mode_notify()
674 if (hal_is_bw_support(padapter, target_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_tdls_process_vht_op_mode_notify()
675 && (target_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_op_mode_notify()
676 ptdls_sta->cmn.bw_mode = target_bw; in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_vht.c696 u8 target_bw; in rtw_process_vht_op_mode_notify() local
704 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
708 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
709 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
710 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
713 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c642 u8 target_bw; in rtw_tdls_process_vht_op_mode_notify() local
648 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(data); in rtw_tdls_process_vht_op_mode_notify()
651 if (hal_is_bw_support(padapter, target_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_tdls_process_vht_op_mode_notify()
652 && (target_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_op_mode_notify()
653 ptdls_sta->cmn.bw_mode = target_bw; in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_vht.c697 u8 target_bw; in rtw_process_vht_op_mode_notify() local
705 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
709 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
710 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
711 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
714 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_vht.c697 u8 target_bw; in rtw_process_vht_op_mode_notify() local
705 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
709 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
710 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
711 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
714 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_vht.c701 u8 target_bw; in rtw_process_vht_op_mode_notify() local
709 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
713 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
714 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
715 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
718 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_vht.c695 u8 target_bw; in rtw_process_vht_op_mode_notify() local
704 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
710 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
711 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
712 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
715 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c644 u8 target_bw; in rtw_tdls_process_vht_op_mode_notify() local
650 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(data); in rtw_tdls_process_vht_op_mode_notify()
653 if (hal_is_bw_support(padapter, target_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_tdls_process_vht_op_mode_notify()
654 && (target_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_op_mode_notify()
655 ptdls_sta->cmn.bw_mode = target_bw; in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_vht.c695 u8 target_bw; in rtw_process_vht_op_mode_notify() local
704 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
710 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
711 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
712 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
715 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_vht.c689 u8 target_bw; in rtw_process_vht_op_mode_notify() local
697 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
701 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
702 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
703 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
706 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_vht.c695 u8 target_bw; in rtw_process_vht_op_mode_notify() local
704 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
710 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
711 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
712 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
715 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c644 u8 target_bw; in rtw_tdls_process_vht_op_mode_notify() local
650 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(data); in rtw_tdls_process_vht_op_mode_notify()
653 if (hal_is_bw_support(padapter, target_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_tdls_process_vht_op_mode_notify()
654 && (target_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_op_mode_notify()
655 ptdls_sta->cmn.bw_mode = target_bw; in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_vht.c700 u8 target_bw; in rtw_process_vht_op_mode_notify() local
708 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
712 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
713 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
714 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
717 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c641 u8 target_bw; in rtw_tdls_process_vht_op_mode_notify() local
647 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(data); in rtw_tdls_process_vht_op_mode_notify()
650 if (hal_is_bw_support(padapter, target_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_tdls_process_vht_op_mode_notify()
651 && (target_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_op_mode_notify()
652 ptdls_sta->cmn.bw_mode = target_bw; in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_vht.c720 u8 target_bw; in rtw_process_vht_op_mode_notify() local
728 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
732 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
733 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
734 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
737 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c641 u8 target_bw; in rtw_tdls_process_vht_op_mode_notify() local
647 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(data); in rtw_tdls_process_vht_op_mode_notify()
650 if (hal_is_bw_support(padapter, target_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_tdls_process_vht_op_mode_notify()
651 && (target_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_op_mode_notify()
652 ptdls_sta->cmn.bw_mode = target_bw; in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_vht.c720 u8 target_bw; in rtw_process_vht_op_mode_notify() local
728 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
732 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
733 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
734 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
737 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_vht.c720 u8 target_bw; in rtw_process_vht_op_mode_notify() local
728 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
732 if (target_bw != psta->cmn.bw_mode) { in rtw_process_vht_op_mode_notify()
733 if (hal_is_bw_support(padapter, target_bw) in rtw_process_vht_op_mode_notify()
734 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
737 psta->cmn.bw_mode = target_bw; in rtw_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_vht.c894 u8 target_bw; in rtw_process_vht_op_mode_notify() local
902 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
906 if (target_bw != psta->phl_sta->chandef.bw) { in rtw_process_vht_op_mode_notify()
907 if (rtw_hw_is_bw_support(adapter_to_dvobj(padapter), target_bw) in rtw_process_vht_op_mode_notify()
908 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
911 psta->phl_sta->chandef.bw = target_bw; in rtw_process_vht_op_mode_notify()
H A Drtw_tdls.c636 u8 target_bw; in rtw_tdls_process_vht_op_mode_notify() local
642 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(data); in rtw_tdls_process_vht_op_mode_notify()
645 …rtw_hw_is_bw_support(adapter_to_dvobj(padapter), target_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, tar… in rtw_tdls_process_vht_op_mode_notify()
646 && (target_bw <= pmlmeext->chandef.bw)) in rtw_tdls_process_vht_op_mode_notify()
647 ptdls_sta->phl_sta->chandef.bw = target_bw; in rtw_tdls_process_vht_op_mode_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_vht.c894 u8 target_bw; in rtw_process_vht_op_mode_notify() local
902 target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); in rtw_process_vht_op_mode_notify()
906 if (target_bw != psta->phl_sta->chandef.bw) { in rtw_process_vht_op_mode_notify()
907 if (rtw_hw_is_bw_support(adapter_to_dvobj(padapter), target_bw) in rtw_process_vht_op_mode_notify()
908 && REGSTY_IS_BW_5G_SUPPORT(regsty, target_bw) in rtw_process_vht_op_mode_notify()
911 psta->phl_sta->chandef.bw = target_bw; in rtw_process_vht_op_mode_notify()

123