Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dmac.c2313 arg->peer_max_mpdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath10k_peer_assoc_h_ht()
2548 arg->peer_max_mpdu = max(arg->peer_max_mpdu, in ath10k_peer_assoc_h_vht()
2580 sta->addr, arg->peer_max_mpdu, arg->peer_flags); in ath10k_peer_assoc_h_vht()
Dwmi.h6447 __le32 peer_max_mpdu; member
6497 u32 peer_max_mpdu; member
Dwmi.c7483 cmd->peer_max_mpdu = __cpu_to_le32(arg->peer_max_mpdu); in ath10k_wmi_peer_assoc_fill()
Dwmi-tlv.c2538 cmd->max_mpdu = __cpu_to_le32(arg->peer_max_mpdu); in ath10k_wmi_tlv_op_gen_peer_assoc()