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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user