[...]

> +int ath10k_mac_set_pdev_kickout(struct ath10k *ar)
> +{
> +       u32 param = ar->wmi.pdev_param->sta_kickout_th;
> +       int rv;
> +
> +       rv = ath10k_wmi_pdev_set_param(ar, param,
> +                                      ar->sta_xretry_kickout_thresh);
> +       if (rv) {
> +               ath10k_warn(ar, "failed to set sta kickout threshold to %d: 
> %d\n",
> +                           ar->sta_xretry_kickout_thresh, rv);
> +       }
> +       return rv;
> +}
>
Ben,

I plan to get rid of setting station kickout threshold from host. Each firmware 
revision (i.e qca988x, qca99x0, ipq4019)  follows different logic based on hw 
capability for station kickout and follows different default paramters. So 
configuring common threshold will affect firmware logic. Better to get rid of 
these configuration from host driver and let firmware to work with default 
parameters.

Also I could not find out sta_xretry_kickout_thresh definition in upstream 
driver. Have you posted any changes for the same?

-Rajkumar
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

Reply via email to