qcacmn: Add support to send CP stats req

Add support to send CP stats request for
type TYPE_REQ_CTRL_PATH_RRM_STA_STAT.

Change-Id: Ibf83c71e9a81cfb127ddc187e6f8960f6d04fddb
CRs-Fixed: 3583928
This commit is contained in:
Sheenam Monga
2023-07-28 13:48:10 +05:30
committed by Rahul Choudhary
vanhempi 2ba3bfc4f7
commit cdcfc4efcc
2 muutettua tiedostoa jossa 53 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -46,6 +46,8 @@ static uint32_t get_infra_cp_stats_id(enum infra_cp_stats_id type)
return WMI_REQUEST_CTRL_PATH_BMISS_STAT;
case TYPE_REQ_CTRL_PATH_PMLO_STAT:
return WMI_REQUEST_CTRL_PATH_PMLO_STAT;
case TYPE_REQ_CTRL_PATH_RRM_STA_STAT:
return WMI_REQUEST_CTRL_STA_RRM_STAT;
default:
return -EINVAL;
}