qcacld-3.0: Correct the kernel doc of ICMP APIs
Correct the Kernel documentation of ICMP feature APIs. Change-Id: Iec2fe332c24e11835ebd6546dda40603f6f0173d CRs-Fixed: 3055077
This commit is contained in:

committed by
Madan Koyyalamudi

parent
182f4a61c2
commit
25130a97ab
@@ -23,10 +23,11 @@
|
||||
|
||||
#ifdef WLAN_POWER_MANAGEMENT_OFFLOAD
|
||||
|
||||
#include "wlan_pmo_obj_mgmt_public_struct.h"
|
||||
#include "qdf_types.h"
|
||||
#include "wlan_objmgr_psoc_obj.h"
|
||||
|
||||
/**
|
||||
* pmo_core_icmp_check_offload(): API to check if icmp offload is enabled
|
||||
* pmo_core_icmp_check_offload() - API to check if icmp offload is enabled
|
||||
* @psoc: objmgr psoc handle
|
||||
* @vdev_id: vdev id
|
||||
*
|
||||
|
@@ -1287,7 +1287,7 @@ ucfg_pmo_get_disconnect_sap_tdls_in_wow(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
#ifdef WLAN_FEATURE_ICMP_OFFLOAD
|
||||
/**
|
||||
* ucfg_pmo_check_icmp_offload(): API to check if icmp offload is enabled
|
||||
* ucfg_pmo_check_icmp_offload() - API to check if icmp offload is enabled
|
||||
* @psoc: objmgr psoc handle
|
||||
* @vdev_id: vdev_id
|
||||
*
|
||||
@@ -1295,6 +1295,7 @@ ucfg_pmo_get_disconnect_sap_tdls_in_wow(struct wlan_objmgr_psoc *psoc);
|
||||
*/
|
||||
QDF_STATUS ucfg_pmo_check_icmp_offload(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t vdev_id);
|
||||
|
||||
/**
|
||||
* ucfg_pmo_is_icmp_offload_enabled() - Get icmp offload enable or not
|
||||
* @psoc: pointer to psoc object
|
||||
|
Reference in New Issue
Block a user