[PATCH 4/5] wcn36xx: copy wmm_enabled into v1 config

Pontus Fuchs pontus.fuchs at gmail.com
Tue Mar 4 04:53:46 EST 2014


Hi,

> Also it is not properly initialized - sta->wme is only valid for
> AP mode, but that's for another day.
> ---
>   smd.c |    1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/smd.c b/smd.c
> index 68fece2..1a4ce76 100644
> --- a/smd.c
> +++ b/smd.c
> @@ -968,6 +968,7 @@ static void wcn36xx_smd_convert_sta_to_v1(struct wcn36xx *wcn,
>   	v1->type = orig->type;
>   	v1->listen_interval = orig->listen_interval;
>   	v1->ht_capable = orig->ht_capable;
> +	v1->wmm_enabled = orig->wmm_enabled;

This is already fixed in "wcn36xx: Copy all members in config_sta v1 
conversion"

Cheers,

Pontus




More information about the wcn36xx mailing list