commit | 5572a95b4b5768187652a346356e39e7542ca6e0 | [log] [tgz] |
---|---|---|
author | Ben Greear <greearb@candelatech.com> | Mon Nov 24 16:22:10 2014 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Nov 26 08:24:03 2014 +0200 |
tree | 878b5412274181a65dfb42e1e5454da3e16559e3 | |
parent | 3be004c3aa4341c7c2461b37612a3a7a3323579d [diff] |
ath10k: apply chainmask settings to vdev on creation It appears it takes more than just setting the hardware's chainmask to make things work well. Without this patch, a vdev would only use 1x1 rates when chainmask was set to 0x3. Setting the 'nss' (number of spatial streams) on the vdev helps the firmware's rate-control algorithm work properly. Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>