qcacmn: ADD WMI unified param and APIs for PPEDS
Add WMI unified param and APIs to enable PPE based routing. Change-Id: I32e475dc684938180c837e3c6a4980a9b5a14a21 CRs-Fixed: 3147720
This commit is contained in:

committed by
Madan Koyyalamudi

parent
62706fd667
commit
c903ec29a1
@@ -2947,6 +2947,12 @@ QDF_STATUS (*extract_quiet_offload_event)(
|
||||
wmi_unified_t wmi_handle, void *evt_buf,
|
||||
struct vdev_sta_quiet_event *quiet_event);
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_SUPPORT_PPEDS
|
||||
QDF_STATUS
|
||||
(*peer_ppe_ds_param_send)(wmi_unified_t wmi_handle,
|
||||
struct peer_ppe_ds_param *param);
|
||||
#endif /* WLAN_SUPPORT_PPEDS */
|
||||
};
|
||||
|
||||
/* Forward declartion for psoc*/
|
||||
|
Reference in New Issue
Block a user