Search Linux Wireless

Re: [PATCH] ath10k: ensure pdev sta kickout threshold is set.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[...]

> +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



[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux