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
此提交包含在:
@@ -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
|
||||
|
新增問題並參考
封鎖使用者