Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c761 int center_ch = ieee80211_frequency_to_channel(chan->center_freq); in mt7921_mcu_set_roc() local
797 .center_chan = center_ch, in mt7921_mcu_set_roc()
798 .center_chan_from_ap = center_ch, in mt7921_mcu_set_roc()
803 if (chan->hw_value < center_ch) in mt7921_mcu_set_roc()
805 else if (chan->hw_value > center_ch) in mt7921_mcu_set_roc()
861 u8 center_ch; in mt7921_mcu_set_chan_info() member
878 .center_ch = ieee80211_frequency_to_channel(freq1), in mt7921_mcu_set_chan_info()
1186 u8 center_ch; in mt7921_mcu_config_sniffer() member
1199 .center_ch = ieee80211_frequency_to_channel(freq1), in mt7921_mcu_config_sniffer()
1211 if (req.tlv.control_ch < req.tlv.center_ch) in mt7921_mcu_config_sniffer()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.h61 u8 center_ch; member
H A Dtestmode.c532 tx_cont->center_ch = freq1; in mt7915_tm_set_tx_cont()
H A Dmcu.c2726 u8 center_ch; in mt7915_mcu_set_chan_info() member
2743 .center_ch = ieee80211_frequency_to_channel(freq1), in mt7915_mcu_set_chan_info()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1141 int center_ch, i = 0; in mt7925_mcu_set_mlo_roc() local
1191 center_ch = ieee80211_frequency_to_channel(chan->center_freq); in mt7925_mcu_set_mlo_roc()
1201 req.roc[i].center_chan = center_ch; in mt7925_mcu_set_mlo_roc()
1202 req.roc[i].center_chan_from_ap = center_ch; in mt7925_mcu_set_mlo_roc()
1209 if (chan->hw_value < center_ch) in mt7925_mcu_set_mlo_roc()
1211 else if (chan->hw_value > center_ch) in mt7925_mcu_set_mlo_roc()
1225 int center_ch = ieee80211_frequency_to_channel(chan->center_freq); in mt7925_mcu_set_roc() local
1243 .center_chan = center_ch, in mt7925_mcu_set_roc()
1244 .center_chan_from_ap = center_ch, in mt7925_mcu_set_roc()
1249 if (chan->hw_value < center_ch) in mt7925_mcu_set_roc()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c3439 u8 center_ch; in mt7996_mcu_set_chan_info() member
3458 .center_ch = ieee80211_frequency_to_channel(freq1), in mt7996_mcu_set_chan_info()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c6270 if (ch[j].center_ch <= 14) { in _chk_dbcc()
6304 if (ch[dbcc_2g_cid2].center_ch > 14) in _chk_dbcc()
7616 r.chdef.center_ch = chan->channel; in rtw89_btc_ntfy_role_info()
H A Dcore.h1409 u8 center_ch; member