Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Deeprom.c194 phy->mt76->cap.has_2ghz = true; in mt7915_eeprom_parse_band_config()
206 phy->mt76->cap.has_2ghz = true; in mt7915_eeprom_parse_band_config()
209 phy->mt76->cap.has_2ghz = true; in mt7915_eeprom_parse_band_config()
H A Dinit.c358 if (phy->mt76->cap.has_2ghz) in mt7915_init_txpower()
448 if (phy->mt76->cap.has_2ghz) { in mt7915_init_wiphy()
1201 if (phy->mt76->cap.has_2ghz) { in mt7915_set_stream_he_caps()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Deeprom.c175 dev->mphy.cap.has_2ghz = true; in mt7603_eeprom_init()
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dinit.c259 if (dev->mphy.cap.has_2ghz) in mt76x0_register_device()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Deeprom.c287 phy->mt76->cap.has_2ghz = true; in mt7996_eeprom_parse_band_config()
H A Dinit.c386 if (phy->mt76->cap.has_2ghz) in mt7996_init_txpower()
428 if (phy->mt76->cap.has_2ghz) { in mt7996_init_wiphy_band()
1730 if (phy->mt76->cap.has_2ghz) in mt7996_set_stream_he_eht_caps()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c295 if (phy->cap.has_2ghz) in mt76_set_stream_caps()
560 if (phy->cap.has_2ghz) { in mt76_register_phy()
761 if (phy->cap.has_2ghz) { in mt76_register_device()
H A Dmt76.h530 bool has_2ghz; member
H A Dmt76_connac_mcu.c2335 if (phy->cap.has_2ghz) { in mt76_connac_mcu_set_rate_txpower()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c572 dev->phy.cap.has_2ghz = cap->hw_path & BIT(WF0_24G); in mt7921_mcu_parse_phy_cap()
H A Dmain.c202 if (phy->mt76->cap.has_2ghz) { in mt7921_set_stream_he_caps()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1051 mdev->phy.cap.has_2ghz = cap->hw_path & BIT(WF0_24G); in mt7925_mcu_parse_phy_cap()
4055 if (phy->cap.has_2ghz) { in mt7925_mcu_set_rate_txpower()
H A Dmain.c327 if (phy->mt76->cap.has_2ghz) in mt7925_set_stream_he_eht_caps()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c8428 bool has_2ghz; in _run_coex() local
8563 has_2ghz = wl->rf_band_map[RTW89_MAC_0] & BIT(RTW89_BAND_2G) || in _run_coex()
8566 if (!has_2ghz) { in _run_coex()