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
This commit is contained in:

committed by
Madan Koyyalamudi

parent
167024240f
commit
1fdfe7456a
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* 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);
|
||||
|
||||
/**
|
||||
* tgt_set_interop_issues_ap_req(): API to set interop issues ap to lmac
|
||||
* @rx_ops: rx ops struct
|
||||
* tgt_set_interop_issues_ap_req() - API to set interop issues ap to lmac
|
||||
* @psoc: the pointer to psoc object manager
|
||||
* @rap: the pointer to interop issues ap info
|
||||
*
|
||||
* Return: status of operation
|
||||
|
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* 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
|
||||
* @pdev: the pointer of pdev object
|
||||
* @cbs: pointer to callback structure
|
||||
*
|
||||
* Return: none
|
||||
|
Reference in New Issue
Block a user