[RFC 2/2] ath10k: setup AMSDU subframes to 1

Kalle Valo kvalo at qca.qualcomm.com
Thu May 15 04:26:34 PDT 2014


Janusz Dziedzic <janusz.dziedzic at tieto.com> writes:

> Fore test purpose only.
>
> Signed-off-by: Janusz Dziedzic <janusz.dziedzic at tieto.com>
> ---
>  drivers/net/wireless/ath/ath10k/core.c |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c
> index 75b3dfb..1e492a1 100644
> --- a/drivers/net/wireless/ath/ath10k/core.c
> +++ b/drivers/net/wireless/ath/ath10k/core.c
> @@ -847,6 +847,8 @@ int ath10k_core_start(struct ath10k *ar)
>  	if (status)
>  		goto err_disconnect_htc;
>  
> +	WARN_ON(ath10k_htt_h2t_aggr_cfg_msg(&ar->htt, 64, 1));

I anticipate we will need to change AMSDU values in the future and it
would be good to have some proper interface for this command. Maybe a
debugfs file which takes both values? Or something else?

-- 
Kalle Valo



More information about the ath10k mailing list