qcacld-3.0: Fix interop_issues_ap documentation
The kernel-doc script identified several documentation issues in the interop_issues_ap component, so fix them. Change-Id: Ic603071529ead8b6e884b6d7e43eb98186136162 CRs-Fixed: 3340470
Этот коммит содержится в:

коммит произвёл
Madan Koyyalamudi

родитель
167024240f
Коммит
1fdfe7456a
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2019 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2019 The Linux Foundation. All rights reserved.
|
||||||
|
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -58,7 +59,7 @@ struct interop_issues_ap_psoc_priv_obj {
|
|||||||
*
|
*
|
||||||
* Return: QDF_STATUS
|
* Return: QDF_STATUS
|
||||||
*/
|
*/
|
||||||
QDF_STATUS wlan_interop_issues_ap_psoc_enable(struct wlan_objmgr_psoc *soc);
|
QDF_STATUS wlan_interop_issues_ap_psoc_enable(struct wlan_objmgr_psoc *psoc);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* wlan_interop_issues_ap_psoc_disable() - interop issues ap psoc disable
|
* wlan_interop_issues_ap_psoc_disable() - interop issues ap psoc disable
|
||||||
@@ -66,7 +67,7 @@ QDF_STATUS wlan_interop_issues_ap_psoc_enable(struct wlan_objmgr_psoc *soc);
|
|||||||
*
|
*
|
||||||
* Return: QDF_STATUS
|
* Return: QDF_STATUS
|
||||||
*/
|
*/
|
||||||
QDF_STATUS wlan_interop_issues_ap_psoc_disable(struct wlan_objmgr_psoc *soc);
|
QDF_STATUS wlan_interop_issues_ap_psoc_disable(struct wlan_objmgr_psoc *psoc);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* wlan_interop_issues_ap_init() - API to init component
|
* wlan_interop_issues_ap_init() - API to init component
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2019 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2019 The Linux Foundation. All rights reserved.
|
||||||
|
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -37,8 +38,8 @@ tgt_interop_issues_ap_info_callback(struct wlan_objmgr_psoc *psoc,
|
|||||||
struct wlan_interop_issues_ap_event *rap);
|
struct wlan_interop_issues_ap_event *rap);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* tgt_set_interop_issues_ap_req(): API to set interop issues ap to lmac
|
* tgt_set_interop_issues_ap_req() - API to set interop issues ap to lmac
|
||||||
* @rx_ops: rx ops struct
|
* @psoc: the pointer to psoc object manager
|
||||||
* @rap: the pointer to interop issues ap info
|
* @rap: the pointer to interop issues ap info
|
||||||
*
|
*
|
||||||
* Return: status of operation
|
* Return: status of operation
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2019-2020 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2019-2020 The Linux Foundation. All rights reserved.
|
||||||
|
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -62,6 +63,7 @@ QDF_STATUS ucfg_interop_issues_ap_deinit(void);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* ucfg_register_interop_issues_ap_callback() - API to register callback
|
* ucfg_register_interop_issues_ap_callback() - API to register callback
|
||||||
|
* @pdev: the pointer of pdev object
|
||||||
* @cbs: pointer to callback structure
|
* @cbs: pointer to callback structure
|
||||||
*
|
*
|
||||||
* Return: none
|
* Return: none
|
||||||
|
Ссылка в новой задаче
Block a user