On 20 October 2014 14:58, Michal Kazior <michal.kaz...@tieto.com> wrote:
> Latest firmware revision introduced a new WMI ABI
> called wmi-tlv. It is not a tlv strictly speaking
> but something that resembles it because it is
> ordered and may have duplicate id entries.
>
> This will be used by new hardware eventually.
>
> Signed-off-by: Michal Kazior <michal.kaz...@tieto.com>
> ---
[...]
> +static struct sk_buff *
> +ath10k_wmi_tlv_op_gen_pdev_set_wmm(struct ath10k *ar,
> +                                  const struct wmi_pdev_set_wmm_params_arg 
> *arg)
> +{
[...]
> +       ptr = ath10k_wmi_tlv_put_wmm(ptr, &arg->ac_be);
> +       ptr = ath10k_wmi_tlv_put_wmm(ptr, &arg->ac_be);
> +       ptr = ath10k_wmi_tlv_put_wmm(ptr, &arg->ac_be);
> +       ptr = ath10k_wmi_tlv_put_wmm(ptr, &arg->ac_be);

Oops, this should use called for be, bk, vi, vo.


MichaƂ
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to