qcacmn: Fix hal/wifi3.0/qca6290 documentation

The kernel-doc script identified some documentation issues in the
hal/wifi3.0/qca6290 folder, so fix them.

Change-Id: I5b5943039d62a60f71faf322cf66fe411c11b3de
CRs-Fixed: 3406597
This commit is contained in:
Jeff Johnson
2023-02-14 20:01:01 -08:00
committed by Madan Koyyalamudi
orang tua 0faa9d7218
melakukan de5b0b9a2f
3 mengubah file dengan 133 tambahan dan 141 penghapusan

Melihat File

@@ -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
@@ -170,9 +170,9 @@ static void hal_tx_set_dscp_tid_map_6290(struct hal_soc *soc,
#ifdef QCA_WIFI_QCA6290_11AX
/**
* hal_tx_update_dscp_tid_6290() - Update the dscp tid map table as updated
* by the user
* by the user
* @soc: HAL SoC context
* @map: DSCP-TID mapping table
* @tid: TID
* @id : MAP ID
* @dscp: DSCP_TID map index
*
@@ -235,7 +235,7 @@ static void hal_tx_update_dscp_tid_6290(struct hal_soc *soc, uint8_t tid,
#ifdef QCA_WIFI_QCA6290_11AX
/**
* hal_tx_desc_set_lmac_id - Set the lmac_id value
* hal_tx_desc_set_lmac_id_6290() - Set the lmac_id value
* @desc: Handle to Tx Descriptor
* @lmac_id: mac Id to ast matching
* b00 mac 0
@@ -259,7 +259,7 @@ static void hal_tx_desc_set_lmac_id_6290(void *desc, uint8_t lmac_id)
/**
* hal_tx_init_cmd_credit_ring_6290() - 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
*/