Can we disable UAPSD for stations?
Janusz Dziedzic
janusz.dziedzic
Sat Jan 24 10:44:30 PST 2015
On 23 January 2015 at 22:33, Ben Greear <greearb at candelatech.com> wrote:
>
> Someone requested that I be able to disable UAPSD on ath10k stations.
>
> So first of all, does wpa_supplicant (and nl80211) have the ability to do this?
>
For sure you can do that from mac80211 debugs, param uapsd_queues, set
to 0 before association.
Or easier you can add
ar->hw->uapsd_queues=0 in mac.c (ath10k) driver, after hw_alloc.
BR
Janusz
More information about the Hostap
mailing list