Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dcore.c664 u8 wide_chan = (u8) channel->hw_value; in rtl_op_config() local
707 wide_chan += 2; in rtl_op_config()
712 wide_chan += 6; in rtl_op_config()
721 wide_chan -= 2; in rtl_op_config()
726 wide_chan -= 6; in rtl_op_config()
752 wide_chan -= 2; in rtl_op_config()
765 wide_chan += 2; in rtl_op_config()
777 if (wide_chan <= 0) in rtl_op_config()
778 wide_chan = 1; in rtl_op_config()
793 rtlphy->current_channel = wide_chan; in rtl_op_config()