[PATCH] ath10k: Add support for configuring management packet rate

2018-09-09 Thread Sriram R
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_PARA

Re: [PATCH] ath10k: Add support for configuring management packet rate

2018-09-10 Thread Ben Greear
On 09/09/2018 10:39 PM, Sriram R wrote: 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 use

Re: [PATCH] ath10k: Add support for configuring management packet rate

2018-10-01 Thread Kalle Valo
Sriram R wrote: > 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 cha