Searched refs:peer_max_mpdu (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2219 arg->peer_max_mpdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath12k_peer_assoc_h_ht() 2443 arg->peer_max_mpdu = max(arg->peer_max_mpdu, in ath12k_peer_assoc_h_vht() 2521 arsta->addr, arg->peer_max_mpdu, arg->peer_flags, in ath12k_peer_assoc_h_vht() 2706 arg->peer_max_mpdu = (1 << (IEEE80211_HE_VHT_MAX_AMPDU_FACTOR + in ath12k_peer_assoc_h_he() 2709 arg->peer_max_mpdu = (1 << (IEEE80211_HE_HT_MAX_AMPDU_FACTOR + in ath12k_peer_assoc_h_he() 2899 arg->peer_max_mpdu = (1u << (IEEE80211_HE_6GHZ_MAX_AMPDU_FACTOR + in ath12k_peer_assoc_h_he_6ghz()
|
| H A D | wmi.h | 3923 u32 peer_max_mpdu; member 4025 __le32 peer_max_mpdu; member
|
| H A D | wmi.c | 2300 cmd->peer_max_mpdu = cpu_to_le32(arg->peer_max_mpdu); in ath12k_wmi_send_peer_assoc_cmd() 2514 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath12k_wmi_send_peer_assoc_cmd()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 2357 arg->peer_max_mpdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath10k_peer_assoc_h_ht() 2618 arg->peer_max_mpdu = max(arg->peer_max_mpdu, in ath10k_peer_assoc_h_vht() 2679 sta->addr, arg->peer_max_mpdu, in ath10k_peer_assoc_h_vht()
|
| H A D | wmi.c | 7656 cmd->peer_max_mpdu = __cpu_to_le32(arg->peer_max_mpdu); in ath10k_wmi_peer_assoc_fill()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 2030 cmd->peer_max_mpdu = param->peer_max_mpdu; in ath11k_wmi_send_peer_assoc_cmd() 2135 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
|