qcacmn: Fix hal/wifi3.0/kiwi documentation

The kernel-doc script identified some documentation issues in the
hal/wifi3.0/kiwi folder, so fix them. For one public function make
sure the interface is documented, and not the implementation.

Change-Id: Ie38a909407d5c2a727c0800ef1a39b89b4ee5e61
CRs-Fixed: 3390484
This commit is contained in:
Jeff Johnson
2023-01-27 18:00:56 -08:00
committed by Madan Koyyalamudi
parent 7bc9ad4d74
commit d426f58323
3 changed files with 47 additions and 39 deletions

View File

@@ -1518,11 +1518,19 @@ void hal_qca6490_attach(struct hal_soc *hal_soc);
void hal_qca6390_attach(struct hal_soc *hal_soc);
void hal_qca6290_attach(struct hal_soc *hal_soc);
void hal_qca8074_attach(struct hal_soc *hal_soc);
/**
* hal_kiwi_attach() - Attach kiwi target specific hal_soc ops,
* offset and srng table
* @hal_soc: HAL soc
*/
void hal_kiwi_attach(struct hal_soc *hal_soc);
void hal_qcn9224v1_attach(struct hal_soc *hal_soc);
void hal_qcn9224v2_attach(struct hal_soc *hal_soc);
/*
* hal_soc_to_dp_hal_roc - API to convert hal_soc to opaque
/**
* hal_soc_to_dp_hal_roc() - API to convert hal_soc to opaque
* dp_hal_soc handle type
* @hal_soc - hal_soc type
*