qcacld-3.0: Fix Pre-CAC Documentation

The kernel-doc script identified a few documentation issues in
components/pre_cac, so fix them.

Change-Id: Ie2a9be0c410e32c8e7ca5a86ed0dec7df5b62d25
CRs-Fixed: 3359794
此提交包含在:
Jeff Johnson
2023-01-04 12:44:44 -08:00
提交者 Madan Koyyalamudi
父節點 3d43f1c6fe
當前提交 7909bafb0f
共有 4 個檔案被更改,包括 36 行新增17 行删除

查看文件

@@ -1,5 +1,5 @@
/*
* 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
@@ -68,7 +68,7 @@ void wlan_pre_cac_complete_set(struct wlan_objmgr_vdev *vdev,
bool wlan_pre_cac_complete_get(struct wlan_objmgr_vdev *vdev);
/**
* pre_cac_set_freq_before_pre_cac() - Set frequency before pre cac
* wlan_pre_cac_set_freq_before_pre_cac() - Set frequency before pre cac
* @vdev: vdev object manager
* @freq: frequency
*
@@ -78,7 +78,7 @@ void wlan_pre_cac_set_freq_before_pre_cac(struct wlan_objmgr_vdev *vdev,
qdf_freq_t freq);
/**
* pre_cac_get_freq_before_pre_cac() - Get frequency before pre cac
* wlan_pre_cac_get_freq_before_pre_cac() - Get frequency before pre cac
* @vdev: vdev object manager
*
* Return: Frequency before pre cac

查看文件

@@ -1,5 +1,5 @@
/*
* 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
@@ -20,9 +20,8 @@
#include "wlan_objmgr_psoc_obj.h"
/**
* pre_cac_ops: pre cac osif callbacks
* @pre_cac_send_conditional_freq_switch_status: send conditional frequency
* switch status
* struct pre_cac_ops - pre cac osif callbacks
* @pre_cac_conditional_csa_ind_cb: send conditional frequency switch status
* @pre_cac_complete_cb: Pre cac complete callback
*/
struct pre_cac_ops {

查看文件

@@ -1,5 +1,5 @@
/*
* 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
@@ -135,7 +135,7 @@ bool ucfg_pre_cac_adapter_is_active(struct wlan_objmgr_vdev *vdev);
#if defined(FEATURE_SAP_COND_CHAN_SWITCH)
/**
* pre_cac_set_freq_before_pre_cac() - Set frequency before pre cac
* ucfg_pre_cac_set_freq_before_pre_cac() - Set frequency before pre cac
* @vdev: vdev object manager
* @freq: frequency
*