Home
last modified time | relevance | path

Searched refs:new_ch_offset (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_wlan_util.c641 unsigned char new_ch_offset; in bwmode_update_check() local
665 new_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in bwmode_update_check()
668 new_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in bwmode_update_check()
671 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
676 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
680 (new_ch_offset != pmlmeext->cur_ch_offset)) { in bwmode_update_check()
684 pmlmeext->cur_ch_offset = new_ch_offset; in bwmode_update_check()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c876 unsigned char new_ch_offset; in bwmode_update_check() local
909 new_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in bwmode_update_check()
913 new_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in bwmode_update_check()
918 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
923 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
926 if ((new_bwmode != pmlmeext->cur_bwmode) || (new_ch_offset != pmlmeext->cur_ch_offset)) { in bwmode_update_check()
930 pmlmeext->cur_ch_offset = new_ch_offset; in bwmode_update_check()