qcacld-3.0: Harmonize PMO packet filter APIs

Update the PMO packet filter APIs to make sure the parameter names
in the prototypes match the ones in the implementations and in the
documentation.

Change-Id: I7fd924d17edb54c690e8ef5b85d4829a4a165edc
CRs-Fixed: 2379075
This commit is contained in:
Jeff Johnson
2019-01-05 19:43:35 -08:00
committed by nshrivas
parent decd1dbfe2
commit ab808dda27
2 changed files with 13 additions and 12 deletions

View File

@@ -552,7 +552,7 @@ uint32_t ucfg_pmo_get_num_packet_filters(struct wlan_objmgr_psoc *psoc);
/**
* ucfg_pmo_set_pkt_filter() - Set packet filter
* @psoc: objmgr psoc handle
* @pmo_set_pkt_fltr_req:
* @pmo_set_pkt_fltr_req: packet filter set param
* @vdev_id: vdev id
*
* Return QDF_STATUS_SUCCESS -in case of success else return error
@@ -565,7 +565,7 @@ ucfg_pmo_set_pkt_filter(struct wlan_objmgr_psoc *psoc,
/**
* ucfg_pmo_clear_pkt_filter() - Clear packet filter
* @psoc: objmgr psoc handle
* @pmo_clr_pkt_fltr_req:
* @pmo_clr_pkt_fltr_param: packet filter clear param
* @vdev_id: vdev id
*
* Return QDF_STATUS_SUCCESS -in case of success else return error