Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dmac.c1038 bool is_5ghz = phy->mt76->chandef.chan->band == NL80211_BAND_5GHZ; in mt7915_mac_set_timing() local
1043 if (is_5ghz) in mt7915_mac_set_timing()
1074 if (phy->slottime < 20 || is_5ghz) in mt7915_mac_set_timing()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c120 bool is_5ghz = phy->mt76->chandef.chan->band == NL80211_BAND_5GHZ; in mt7615_mac_set_timing() local
125 if (is_5ghz) in mt7615_mac_set_timing()
158 if (phy->slottime < 20 || is_5ghz) in mt7615_mac_set_timing()
/kernel/linux/linux-5.10/net/mac80211/
Dmlme.c4963 bool is_5ghz = cbss->channel->band == NL80211_BAND_5GHZ; in ieee80211_prep_channel() local
4982 if (!sband->vht_cap.vht_supported && is_5ghz) { in ieee80211_prep_channel()
5481 bool is_5ghz = req->bss->channel->band == NL80211_BAND_5GHZ; in ieee80211_mgd_assoc() local
5634 else if (is_5ghz) in ieee80211_mgd_assoc()