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.c641 u8 wide_chan = (u8) channel->hw_value; in rtl_op_config() local
677 wide_chan += 2; in rtl_op_config()
682 wide_chan += 6; in rtl_op_config()
691 wide_chan -= 2; in rtl_op_config()
696 wide_chan -= 6; in rtl_op_config()
722 wide_chan -= 2; in rtl_op_config()
735 wide_chan += 2; in rtl_op_config()
747 if (wide_chan <= 0) in rtl_op_config()
748 wide_chan = 1; in rtl_op_config()
763 rtlphy->current_channel = wide_chan; in rtl_op_config()