[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

[PATCH v3] ath10k: management tx ack rssi capability check

2018-09-09 Thread Balaji Pothunoori
Adding WMI service check for management tx ack rssi support; this is done to maintain common avg ack signal in user level for both data and management tx ack packet. Tested on QCA4019(fw version-10.4-3.2.1-00063). Signed-off-by: Balaji Pothunoori --- v3: modified ack rssi support check to newly