qcacmn: Fix dp/wifi3.0/li documentation
The kernel-doc script identified a large number of documentation issues in dp/wifi3.0/li, so fix those issues. In addition, there are a number of instances where public functions have their implementation documented instead of having their interface documented, so move that documentation. Change-Id: I38f98ebaa5373338cdff68dbde5c0d66780413c2 CRs-Fixed: 3373156
This commit is contained in:

کامیت شده توسط
Madan Koyyalamudi

والد
3903f58981
کامیت
4f341433ba
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2023 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
|
||||
@@ -260,12 +260,12 @@ release_tx_desc:
|
||||
}
|
||||
|
||||
#ifdef QCA_OL_TX_MULTIQ_SUPPORT
|
||||
/*
|
||||
* dp_tx_get_rbm_id()- Get the RBM ID for data transmission completion.
|
||||
* @dp_soc - DP soc structure pointer
|
||||
* @ring_id - Transmit Queue/ring_id to be used when XPS is enabled
|
||||
/**
|
||||
* dp_tx_get_rbm_id_li() - Get the RBM ID for data transmission completion.
|
||||
* @soc: DP soc structure pointer
|
||||
* @ring_id: Transmit Queue/ring_id to be used when XPS is enabled
|
||||
*
|
||||
* Return - HAL ring handle
|
||||
* Return: HAL ring handle
|
||||
*/
|
||||
#ifdef IPA_OFFLOAD
|
||||
static inline uint8_t dp_tx_get_rbm_id_li(struct dp_soc *soc,
|
||||
@@ -373,7 +373,8 @@ QDF_STATUS dp_tx_compute_hw_delay_li(struct dp_soc *soc,
|
||||
* dp_sawf_config_li - Configure sawf specific fields in tcl
|
||||
*
|
||||
* @soc: DP soc handle
|
||||
* @hhal_tx_desc_cached: tx descriptor
|
||||
* @hal_tx_desc_cached: tx descriptor
|
||||
* @fw_metadata: firmware metadata
|
||||
* @vdev_id: vdev id
|
||||
* @nbuf: skb buffer
|
||||
*
|
||||
|
مرجع در شماره جدید
Block a user