@qosmio
I'm testing NAPI threading branch with all the latest (amazing!) commits compiled with GCC14.
I have two questions.
First one is about
qca-nss-drv: add missing gmac patch
Add in missing gmac. Meant for IPQ806X
What is this commit (for IPQ806X) for?
How do we use it on IPQ806X?
And the second one to you and all testers.
With committing - ath11k_nss: Add mac80211 based AQL support and the older popular thread
On IPQ806X I used below commands in rc.local
for ac in 0 1 2 3; do echo $ac 2000 2000 > /sys/kernel/debug/ieee80211/phy0/aql_txq_limit; done
for ac in 0 1 2 3; do echo $ac 2000 2000 > /sys/kernel/debug/ieee80211/phy1/aql_txq_limit; done
to change the AQL txq limits dynamically.
What commands do you guys use on IPQ807X?