ath10k-ct: support for management rate control
authorSven Eckelmann <sven@narfation.org>
Fri, 8 Feb 2019 20:20:20 +0000 (21:20 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Mon, 11 Feb 2019 18:02:41 +0000 (19:02 +0100)
commit835fc08ae3fb9e27db0f095a10fbff24f87ee1a9
treeaf5558cc7952bf1e85bf1373f405e4159c4d1110
parent465044d0fdc2c5016766b106a53d492a1bf86b80
ath10k-ct: support for management rate control

By default the firmware uses 1Mbps and 6Mbps rate for management packets
in 2G and 5G bands respectively. But when the user selects different
basic rates from the userspace, we need to send the management
packets at the lowest basic rate selected by the user.

This change makes use of WMI_VDEV_PARAM_MGMT_RATE param for configuring the
management packets rate to the firmware.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
package/kernel/ath10k-ct/Makefile
package/kernel/ath10k-ct/patches/161-ath10k-add-support-for-configuring-management-packet.patch [new file with mode: 0644]
package/kernel/ath10k-ct/patches/162-ath10k-fix-possible-out-of-bound-access-of-ath10k_ra.patch [new file with mode: 0644]