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
此提交包含在:
Jeff Johnson
2019-01-05 19:43:35 -08:00
提交者 nshrivas
父節點 127c953c7f
當前提交 18dd808afa
共有 2 個檔案被更改,包括 13 行新增12 行删除

查看文件

@@ -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