Searched refs:center_freq1 (Results 51 - 57 of 57) sorted by relevance

123

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c871 u32 center_freq1 = arg->channel.band_center_freq1; local
880 chan->band_center_freq1 = center_freq1 + 40;
882 chan->band_center_freq1 = center_freq1 - 40;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1450 int freq1 = chandef->center_freq1, freq2 = chandef->center_freq2;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c1043 arg.channel.band_center_freq1 = chandef->center_freq1;
1495 arg.channel.band_center_freq1 = chandef->center_freq1;
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c1242 if (hw->conf.chandef.center_freq1 >
1372 if (hw->conf.chandef.center_freq1 >
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c892 arg.band_center_freq1 = chandef->center_freq1;
6836 arg.band_center_freq1 = chandef->center_freq1;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c297 center_freq = chandef->center_freq1;
/linux-master/net/wireless/
H A Dnl80211.c3244 chandef->center_freq1 = KHZ_TO_MHZ(control_freq);
3268 chandef->center_freq1 != nla_get_u32(attrs[NL80211_ATTR_CENTER_FREQ1])) {
3302 chandef->center_freq1 =
3821 if (nla_put_u32(msg, NL80211_ATTR_CENTER_FREQ1, chandef->center_freq1))

Completed in 341 milliseconds

123