qcacmn: Add support for beamforming in mgmt frames

Add support for enable beamforming in mgmt frames to FW.

Change-Id: I0b7f8d13b6fc399d6255b217f5a53cd3c595fa51
CRs-Fixed: 2976861
This commit is contained in:
Surya Prakash Raajen
2021-06-24 22:17:42 +05:30
committed by Madan Koyyalamudi
parent ffcab816e9
commit 61c188189e
2 changed files with 6 additions and 1 deletions

View File

@@ -3586,6 +3586,8 @@ static inline QDF_STATUS populate_tx_send_params(uint8_t *bufp,
param.frame_type);
WMI_TX_SEND_PARAM_CFR_CAPTURE_SET(tx_param->tx_param_dword1,
param.cfr_enable);
WMI_TX_SEND_PARAM_BEAMFORM_SET(tx_param->tx_param_dword1,
param.en_beamforming);
return status;
}