QCA vendor attribute to configure periodic sounding
Add a new QCA vendor attribute to configure the periodic sounding for Tx beamformer functionality. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
6f3efa21c2
commit
b17b86da47
1 changed files with 9 additions and 0 deletions
|
@ -2815,6 +2815,15 @@ enum qca_wlan_vendor_attr_config {
|
|||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_UDP_QOS_UPGRADE_FOR_BE_BK = 84,
|
||||
|
||||
/* 8-bit unsigned value to configure the driver to enable/disable the
|
||||
* periodic sounding for Tx beamformer functionality. The default
|
||||
* behavior uses algorithm to do sounding based on packet stats.
|
||||
*
|
||||
* 0 - Default behavior.
|
||||
* 1 - Enable the periodic sounding for Tx beamformer.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_BEAMFORMER_PERIODIC_SOUNDING = 84,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
|
||||
|
|
Loading…
Reference in a new issue