qcacmn: Add beacon tx rate code to send to FW

Add a new beacon tx rate code id to send rate code to fw instead of
sending beacon tx rate

Change-Id: I8cfe6024b9adf4b25c8686e837c94b86dddceab5
CRs-Fixed: 2428706
This commit is contained in:
Akshay Kosigi
2019-04-03 11:23:14 +05:30
committed by nshrivas
parent f085b61b59
commit 8ca3339524
3 changed files with 4 additions and 1 deletions

View File

@@ -299,7 +299,7 @@ target_if_vdev_mlme_id_2_wmi(uint32_t cfg_id)
case WLAN_MLME_CFG_UAPSD:
wmi_id = WMI_HOST_STA_PS_PARAM_UAPSD;
break;
case WLAN_MLME_CFG_BCN_TX_RATE:
case WLAN_MLME_CFG_BCN_TX_RATE_CODE:
wmi_id = wmi_vdev_param_beacon_rate;
break;
case WLAN_MLME_CFG_LISTEN_INTERVAL: