Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/carl9170/
H A Dphy.c413 if (is_2ghz) { in carl9170_def_val()
433 bool is_2ghz, bool is_40mhz) in carl9170_init_phy_from_eeprom() argument
460 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
496 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
504 if (!is_2ghz) in carl9170_init_phy_from_eeprom()
510 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
516 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
523 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
554 if (is_2ghz) in carl9170_init_phy()
559 if (is_2ghz) in carl9170_init_phy()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.c156 bool is_2ghz = chan->band == NL80211_BAND_2GHZ; in mt76x0_get_tx_power_per_rate() local
168 addr = is_2ghz ? MT_EE_TX_POWER_BYRATE_BASE + 2 : 0x120; in mt76x0_get_tx_power_per_rate()
174 addr = is_2ghz ? MT_EE_TX_POWER_BYRATE_BASE + 4 : 0x122; in mt76x0_get_tx_power_per_rate()
180 addr = is_2ghz ? MT_EE_TX_POWER_BYRATE_BASE + 6 : 0x124; in mt76x0_get_tx_power_per_rate()
186 addr = is_2ghz ? MT_EE_TX_POWER_BYRATE_BASE + 8 : 0x126; in mt76x0_get_tx_power_per_rate()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_mac.c44 bool is_2ghz = phy->mt76->chandef.chan->band == NL80211_BAND_2GHZ; in mt792x_mac_set_timeing() local
45 int sifs = is_2ghz ? 10 : 16, offset; in mt792x_mac_set_timeing()
66 if (phy->slottime < 20 || !is_2ghz) in mt792x_mac_set_timeing()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.c654 role->is_2ghz = chan->band_type == RTW89_BAND_2G; in rtw89_mcc_fill_role()
664 role->beacon_interval, role->is_2ghz, role->is_go, role->is_gc); in rtw89_mcc_fill_role()
1225 if (ref->is_2ghz && aux->is_2ghz) { in rtw89_mcc_duration_decision_on_bt()
1233 if (!ref->is_2ghz && !aux->is_2ghz) { in rtw89_mcc_duration_decision_on_bt()
1242 if (ref->is_2ghz) in rtw89_mcc_duration_decision_on_bt()
H A Dcore.h5423 bool is_2ghz; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.h364 u8 *ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is_2ghz);
H A Dxmit.c1186 bool is_2ghz, is_5ghz, use_stbc; in ath_get_rate_txpower() local
1195 is_2ghz = info->band == NL80211_BAND_2GHZ; in ath_get_rate_txpower()
1203 else if (is_2ghz && !is_cck) in ath_get_rate_txpower()
1219 pmodal = &eep->modalHeader[is_2ghz]; in ath_get_rate_txpower()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c951 bool is_2ghz = phy->mt76->chandef.chan->band == NL80211_BAND_2GHZ; in mt7996_mcu_bss_ifs_timing_tlv() local
964 ifs_time->eifs_time = cpu_to_le16(is_2ghz ? 78 : 84); in mt7996_mcu_bss_ifs_timing_tlv()
966 if (is_2ghz) { in mt7996_mcu_bss_ifs_timing_tlv()