Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_build_chan_list.c517 enum phy_ch_width max_width = CH_WIDTH_INVALID; in reg_get_active_6ghz_freq_range_with_fcc_set() local
535 max_width = QDF_MAX(conn_chan_sta->ch_width, in reg_get_active_6ghz_freq_range_with_fcc_set()
538 max_width = conn_chan_sta->ch_width; in reg_get_active_6ghz_freq_range_with_fcc_set()
540 max_width = conn_chan_cli->ch_width; in reg_get_active_6ghz_freq_range_with_fcc_set()
542 if (max_width < CH_WIDTH_INVALID) { in reg_get_active_6ghz_freq_range_with_fcc_set()
547 if (conn_chan && max_width < conn_chan->ch_width) in reg_get_active_6ghz_freq_range_with_fcc_set()
548 max_width = conn_chan->ch_width; in reg_get_active_6ghz_freq_range_with_fcc_set()
555 if (conn_chan && max_width < conn_chan->ch_width) in reg_get_active_6ghz_freq_range_with_fcc_set()
556 max_width = conn_chan->ch_width; in reg_get_active_6ghz_freq_range_with_fcc_set()
563 if (max_width == CH_WIDTH_20MHZ) { in reg_get_active_6ghz_freq_range_with_fcc_set()
[all …]