Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_wlan_util.c616 unsigned char new_ch_offset; in bwmode_update_check() local
633 new_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in bwmode_update_check()
636 new_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in bwmode_update_check()
639 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
644 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
648 new_ch_offset != pmlmeext->cur_ch_offset) { in bwmode_update_check()
652 pmlmeext->cur_ch_offset = new_ch_offset; in bwmode_update_check()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c640 unsigned char new_ch_offset; in bwmode_update_check() local
664 new_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in bwmode_update_check()
667 new_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in bwmode_update_check()
670 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
675 new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
679 (new_ch_offset != pmlmeext->cur_ch_offset)) { in bwmode_update_check()
683 pmlmeext->cur_ch_offset = new_ch_offset; in bwmode_update_check()