| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_vht.c | 478 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 D | rtw_vht.c | 526 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 D | rtw_vht.c | 456 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 D | rtw_vht.c | 503 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 D | rtw_tdls.c | 665 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 D | rtw_vht.c | 696 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 D | rtw_tdls.c | 642 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 D | rtw_vht.c | 697 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 D | rtw_vht.c | 697 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 D | rtw_vht.c | 701 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 D | rtw_vht.c | 695 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 D | rtw_tdls.c | 644 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 D | rtw_vht.c | 695 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 D | rtw_vht.c | 689 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 D | rtw_vht.c | 695 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 D | rtw_tdls.c | 644 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 D | rtw_vht.c | 700 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 D | rtw_tdls.c | 641 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 D | rtw_vht.c | 720 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 D | rtw_tdls.c | 641 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 D | rtw_vht.c | 720 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 D | rtw_vht.c | 720 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 D | rtw_vht.c | 894 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 D | rtw_tdls.c | 636 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 D | rtw_vht.c | 894 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()
|