Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c474 struct ath12k_band_cap *cap_band; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
553 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext()
554 cap_band->phy_id = le32_to_cpu(mac_caps->phy_id); in ath12k_pull_mac_phy_cap_svc_ready_ext()
555 cap_band->max_bw_supported = le32_to_cpu(mac_caps->max_bw_supported_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
556 cap_band->ht_cap_info = le32_to_cpu(mac_caps->ht_cap_info_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
557 cap_band->he_cap_info[0] = le32_to_cpu(mac_caps->he_cap_info_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
558 cap_band->he_cap_info[1] = le32_to_cpu(mac_caps->he_cap_info_2g_ext); in ath12k_pull_mac_phy_cap_svc_ready_ext()
559 cap_band->he_mcs = le32_to_cpu(mac_caps->he_supp_mcs_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
561 cap_band->he_cap_phy_info[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
564 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet2g.numss_m1); in ath12k_pull_mac_phy_cap_svc_ready_ext()
[all …]
H A Ddebugfs.c403 struct ath12k_band_cap *cap_band; in ath12k_he_supports_extra_mcs() local
407 cap_band = &cap->band[NL80211_BAND_2GHZ]; in ath12k_he_supports_extra_mcs()
409 cap_band = &cap->band[NL80211_BAND_5GHZ]; in ath12k_he_supports_extra_mcs()
411 cap_band = &cap->band[NL80211_BAND_6GHZ]; in ath12k_he_supports_extra_mcs()
413 extra_mcs_supported = u32_get_bits(cap_band->he_cap_info[1], in ath12k_he_supports_extra_mcs()
H A Dmac.c3722 struct ieee80211_sta_he_cap *cap_band; in ath12k_mac_vif_recalc_sta_he_txbf() local
3743 cap_band = &ar->mac.iftype[NL80211_BAND_2GHZ][vif->type].he_cap; in ath12k_mac_vif_recalc_sta_he_txbf()
3745 cap_band = &ar->mac.iftype[NL80211_BAND_5GHZ][vif->type].he_cap; in ath12k_mac_vif_recalc_sta_he_txbf()
3747 memcpy(&he_cap_elem, &cap_band->he_cap_elem, sizeof(he_cap_elem)); in ath12k_mac_vif_recalc_sta_he_txbf()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c378 struct ath11k_band_cap *cap_band; in ath11k_pull_mac_phy_cap_svc_ready_ext() local
453 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; 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()
455 cap_band->max_bw_supported = mac_phy_caps->max_bw_supported_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
456 cap_band->ht_cap_info = mac_phy_caps->ht_cap_info_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
457 cap_band->he_cap_info[0] = mac_phy_caps->he_cap_info_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
458 cap_band->he_cap_info[1] = mac_phy_caps->he_cap_info_2g_ext; in ath11k_pull_mac_phy_cap_svc_ready_ext()
459 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
460 memcpy(cap_band->he_cap_phy_info, &mac_phy_caps->he_cap_phy_info_2g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
462 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet2g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
[all …]