Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h209 __le16 max_mpdu_len; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_vht.c334 pvhtpriv->max_mpdu_len = dft_proto_cap->max_amsdu_len; in rtw_vht_get_dft_setting()
489 pvhtpriv->max_mpdu_len = proto_cap->max_amsdu_len; in rtw_vht_get_real_setting()
857 pvhtpriv->max_mpdu_len = GET_VHT_CAPABILITY_ELE_MAX_MPDU_LENGTH(pIE->data); in VHT_caps_handler()
1018 SET_VHT_CAPABILITY_ELE_MAX_MPDU_LENGTH(pcap, pvhtpriv->max_mpdu_len); in rtw_build_vht_cap_ie()
H A Drtw_phl.c1669 if (cap->max_amsdu_len < vht->max_mpdu_len) in update_phl_sta_cap_vht()
1670 cap->max_amsdu_len = vht->max_mpdu_len; in update_phl_sta_cap_vht()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_vht.c334 pvhtpriv->max_mpdu_len = dft_proto_cap->max_amsdu_len; in rtw_vht_get_dft_setting()
489 pvhtpriv->max_mpdu_len = proto_cap->max_amsdu_len; in rtw_vht_get_real_setting()
857 pvhtpriv->max_mpdu_len = GET_VHT_CAPABILITY_ELE_MAX_MPDU_LENGTH(pIE->data); in VHT_caps_handler()
1018 SET_VHT_CAPABILITY_ELE_MAX_MPDU_LENGTH(pcap, pvhtpriv->max_mpdu_len); in rtw_build_vht_cap_ie()
H A Drtw_phl.c1673 if (cap->max_amsdu_len < vht->max_mpdu_len) in update_phl_sta_cap_vht()
1674 cap->max_amsdu_len = vht->max_mpdu_len; in update_phl_sta_cap_vht()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_vht.h152 u8 max_mpdu_len; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_vht.h155 u8 max_mpdu_len; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c467 .max_mpdu_len = cpu_to_le16(max_amsdu_len), in rs_fw_rate_init()