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

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

Completed in 80 milliseconds