Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt76x2/
Dusb_phy.c14 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2u_phy_channel_calibrate() local
25 if (is_5ghz) in mt76x2u_phy_channel_calibrate()
28 mt76x02_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2u_phy_channel_calibrate()
29 mt76x02_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2u_phy_channel_calibrate()
30 mt76x02_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2u_phy_channel_calibrate()
Dpci_phy.c39 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2_phy_channel_calibrate() local
53 if (is_5ghz) in mt76x2_phy_channel_calibrate()
56 mt76x02_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2_phy_channel_calibrate()
57 mt76x02_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2_phy_channel_calibrate()
58 mt76x02_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2_phy_channel_calibrate()
Deeprom.c286 bool is_5ghz; in mt76x2_get_rate_power() local
289 is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2_get_rate_power()
297 if (is_5ghz) in mt76x2_get_rate_power()
304 if (is_5ghz) in mt76x2_get_rate_power()
336 if (!is_5ghz) in mt76x2_get_rate_power()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c862 int is_5ghz = (chan->band == NL80211_BAND_5GHZ) ? 1 : 0; in mt76x0_phy_calibrate() local
890 if (is_5ghz) { in mt76x0_phy_calibrate()
902 mt76x02_mcu_calibrate(dev, MCU_CAL_LC, is_5ghz); in mt76x0_phy_calibrate()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7603/
Dmac.c54 bool is_5ghz = dev->mphy.chandef.chan->band == NL80211_BAND_5GHZ; in mt7603_mac_set_timing() local
58 if (is_5ghz) in mt7603_mac_set_timing()
75 if (dev->slottime < 20 || is_5ghz) in mt7603_mac_set_timing()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c150 bool is_5ghz = phy->mt76->chandef.chan->band == NL80211_BAND_5GHZ; in mt7615_mac_set_timing() local
155 if (is_5ghz) in mt7615_mac_set_timing()
188 if (phy->slottime < 20 || is_5ghz) in mt7615_mac_set_timing()
/Linux-v6.1/net/mac80211/
Dmlme.c4600 bool is_5ghz = cbss->channel->band == NL80211_BAND_5GHZ; in ieee80211_prep_channel() local
4639 if (!sband->vht_cap.vht_supported && is_5ghz) { in ieee80211_prep_channel()
6763 bool is_5ghz, is_6ghz; in ieee80211_setup_assoc_link() local
6779 is_5ghz = cbss->channel->band == NL80211_BAND_5GHZ; in ieee80211_setup_assoc_link()
6808 } else if (is_5ghz) { in ieee80211_setup_assoc_link()