Home
last modified time | relevance | path

Searched refs:cap_band (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c467 struct ath12k_band_cap *cap_band; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
535 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext()
543 cap_band->he_cap_phy_info[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
550 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
555 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext()
557 cap_band->max_bw_supported = in ath12k_pull_mac_phy_cap_svc_ready_ext()
564 cap_band->he_cap_phy_info[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
571 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
575 cap_band->max_bw_supported = in ath12k_pull_mac_phy_cap_svc_ready_ext()
582 cap_band->he_cap_phy_info[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
[all …]
H A Dmac.c5207 struct ath12k_band_cap *cap_band = NULL; in ath12k_mac_prepare_he_mode() local
5212 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath12k_mac_prepare_he_mode()
5214 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath12k_mac_prepare_he_mode()
5216 hecap_phy_ptr = &cap_band->he_cap_phy_info[0]; in ath12k_mac_prepare_he_mode()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c364 struct ath11k_band_cap *cap_band; in ath11k_pull_mac_phy_cap_svc_ready_ext() local
439 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext()
440 cap_band->phy_id = mac_phy_caps->phy_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
445 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
448 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet2g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
453 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext()
454 cap_band->phy_id = mac_phy_caps->phy_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
459 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
462 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
465 cap_band = &pdev_cap->band[NL80211_BAND_6GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext()
[all …]
H A Dmac.c2935 struct ieee80211_sta_he_cap *cap_band = NULL; in ath11k_mac_vif_recalc_sta_he_txbf() local
2951 cap_band = &ar->mac.iftype[NL80211_BAND_2GHZ][vif->type].he_cap; in ath11k_mac_vif_recalc_sta_he_txbf()
2953 cap_band = &ar->mac.iftype[NL80211_BAND_5GHZ][vif->type].he_cap; in ath11k_mac_vif_recalc_sta_he_txbf()
2955 memcpy(&he_cap_elem, &cap_band->he_cap_elem, sizeof(he_cap_elem)); in ath11k_mac_vif_recalc_sta_he_txbf()