Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/core/
A Drtw_wlan_util.c620 unsigned char new_ch_offset; in bwmode_update_check() local
644 new_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in bwmode_update_check()
647 new_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in bwmode_update_check()
650 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
655 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
659 (new_ch_offset != pmlmeext->cur_ch_offset)) { in bwmode_update_check()
663 pmlmeext->cur_ch_offset = new_ch_offset; in bwmode_update_check()
/linux/drivers/staging/rtl8723bs/core/
A 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()

Completed in 10 milliseconds