Home
last modified time | relevance | path

Searched refs:aggr_conf (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c295 struct htt_aggr_conf *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg() local
310 len += sizeof(cmd->aggr_conf); in ath10k_htt_h2t_aggr_cfg_msg()
320 aggr_conf = &cmd->aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg()
321 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg()
322 aggr_conf->max_num_amsdu_subframes = max_subfrms_amsdu; in ath10k_htt_h2t_aggr_cfg_msg()
325 aggr_conf->max_num_amsdu_subframes, in ath10k_htt_h2t_aggr_cfg_msg()
326 aggr_conf->max_num_ampdu_subframes); in ath10k_htt_h2t_aggr_cfg_msg()
Dhtt.h1190 struct htt_aggr_conf aggr_conf; member