qcacmn: Fix hal/wifi3.0/qca8074v2 documentation
The kernel-doc script identified some documentation issues in the hal/wifi3.0/qca8074v2 folder, so fix them. Change-Id: I03e263a2a8ae4cf256d143d772c3a32ed11dfe48 CRs-Fixed: 3411714
此提交包含在:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-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
|
||||
@@ -59,7 +59,6 @@ static void hal_tx_desc_set_dscp_tid_table_id_8074v2(void *desc, uint8_t id)
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
|
||||
static void hal_tx_set_dscp_tid_map_8074v2(struct hal_soc *soc,
|
||||
uint8_t *map,
|
||||
uint8_t id)
|
||||
@@ -118,11 +117,11 @@ static void hal_tx_set_dscp_tid_map_8074v2(struct hal_soc *soc,
|
||||
|
||||
/**
|
||||
* hal_tx_update_dscp_tid_8074v2() - Update the dscp tid map table as
|
||||
updated by user
|
||||
* updated by user
|
||||
* @soc: HAL SoC context
|
||||
* @map: DSCP-TID mapping table
|
||||
* @tid: TID
|
||||
* @id : MAP ID
|
||||
* @dscp: DSCP_TID map index
|
||||
* @dscp: DSCP
|
||||
*
|
||||
* Return: void
|
||||
*/
|
||||
@@ -196,7 +195,7 @@ static void hal_tx_update_dscp_tid_8074v2(struct hal_soc *soc, uint8_t tid,
|
||||
}
|
||||
|
||||
/**
|
||||
* hal_tx_desc_set_lmac_id - Set the lmac_id value
|
||||
* hal_tx_desc_set_lmac_id_8074v2() - Set the lmac_id value
|
||||
* @desc: Handle to Tx Descriptor
|
||||
* @lmac_id: mac Id to ast matching
|
||||
* b00 – mac 0
|
||||
@@ -215,7 +214,7 @@ static void hal_tx_desc_set_lmac_id_8074v2(void *desc, uint8_t lmac_id)
|
||||
/**
|
||||
* hal_tx_init_cmd_credit_ring_8074v2() - Initialize command/credit SRNG
|
||||
* @hal_soc_hdl: Handle to HAL SoC structure
|
||||
* @hal_srng: Handle to HAL SRNG structure
|
||||
* @hal_ring_hdl: Handle to HAL SRNG structure
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
|
新增問題並參考
封鎖使用者