Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c630 u8 wide_chan = (u8) channel->hw_value; in rtl_op_config() local
666 wide_chan += 2; in rtl_op_config()
671 wide_chan += 6; in rtl_op_config()
680 wide_chan -= 2; in rtl_op_config()
685 wide_chan -= 6; in rtl_op_config()
711 wide_chan -= 2; in rtl_op_config()
724 wide_chan += 2; in rtl_op_config()
736 if (wide_chan <= 0) in rtl_op_config()
737 wide_chan = 1; in rtl_op_config()
752 rtlphy->current_channel = wide_chan; in rtl_op_config()