qcacmn: Fix umac/mlme documentation

The kernel-doc script identified some documentation errors in the
umac/mlme folder, so fix them.

Change-Id: I84617fe2007e51dcb009801ebc6cdf87c0d0a686
CRs-Fixed: 3381478
This commit is contained in:
Jeff Johnson
2023-01-16 17:09:07 -08:00
committed by Madan Koyyalamudi
parent de12add913
commit b4b8c2933f
30 changed files with 519 additions and 329 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2019-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 above
@@ -50,7 +50,7 @@ mlme_psoc_ext_t *wlan_psoc_mlme_get_ext_hdl(struct wlan_objmgr_psoc *psoc);
/**
* wlan_psoc_mlme_set_ext_hdl() - Set legacy handle
* @psoc_mlme: psoc_mlme object
* psoc_ext_hdl: PSOC level legacy handle
* @psoc_ext_hdl: PSOC level legacy handle
*
* Sets legacy handle in psoc mlme component object
*