qcacmn: Fix sending of txbf caps to FW
Add change to avoid resetting txbf caps by setting SU_BFEE param. Change-Id: Ib0de197829454923ef349a020c8ef515658e6e56 CRs-Fixed: 2410130
This commit is contained in:
@@ -540,13 +540,6 @@ static QDF_STATUS target_if_vdev_mgr_up_send(
|
||||
if (QDF_IS_STATUS_ERROR(status))
|
||||
mlme_err("VDEV_%d: Failed to set beacon interval!", vdev_id);
|
||||
|
||||
sparam.param_id = WLAN_MLME_CFG_SUBFEE;
|
||||
wlan_util_vdev_get_param(vdev, WLAN_MLME_CFG_SUBFEE,
|
||||
&sparam.param_value);
|
||||
status = target_if_vdev_mgr_set_param_send(vdev, &sparam);
|
||||
if (QDF_IS_STATUS_ERROR(status))
|
||||
mlme_err("VDEV_%d: Failed to set SU beam formee!", vdev_id);
|
||||
|
||||
ucfg_wlan_vdev_mgr_get_param_bssid(vdev, bssid);
|
||||
|
||||
status = wmi_unified_vdev_up_send(wmi_handle, bssid, param);
|
||||
|
Reference in New Issue
Block a user