Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c400 struct htt_aggr_conf *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg() local
415 len += sizeof(cmd->aggr_conf); in ath10k_htt_h2t_aggr_cfg_msg()
425 aggr_conf = &cmd->aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg()
426 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg()
427 aggr_conf->max_num_amsdu_subframes = max_subfrms_amsdu; in ath10k_htt_h2t_aggr_cfg_msg()
430 aggr_conf->max_num_amsdu_subframes, in ath10k_htt_h2t_aggr_cfg_msg()
431 aggr_conf->max_num_ampdu_subframes); in ath10k_htt_h2t_aggr_cfg_msg()
Dhtt.h1336 struct htt_aggr_conf aggr_conf; member