Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/
Dcore.c656 u8 wide_chan = (u8) channel->hw_value; in rtl_op_config() local
699 wide_chan += 2; in rtl_op_config()
704 wide_chan += 6; in rtl_op_config()
713 wide_chan -= 2; in rtl_op_config()
718 wide_chan -= 6; in rtl_op_config()
744 wide_chan -= 2; in rtl_op_config()
757 wide_chan += 2; in rtl_op_config()
769 if (wide_chan <= 0) in rtl_op_config()
770 wide_chan = 1; in rtl_op_config()
785 rtlphy->current_channel = wide_chan; in rtl_op_config()