qcacmn: Fix WMI documentation
The kernel-doc script identified many documentation issues in the wmi folder, so fix them. Note that in quite a few cases there is duplicate documentation in .h and .c files, and in those cases remove the documentation from the .c files since the interface should be documented, not the implementation. Change-Id: I097d5b8e8f0ba09046b7b8abe338d05a00f8cc7e CRs-Fixed: 3372831
This commit is contained in:

committed by
Madan Koyyalamudi

parent
f75a30225c
commit
213581ab0b
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2017-2019, 2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 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
|
||||
@@ -29,7 +30,7 @@
|
||||
/**
|
||||
* wmi_extract_dfs_cac_complete_event() - function to handle cac complete event
|
||||
* @wmi_handle: wmi handle
|
||||
* @event_buf: event buffer
|
||||
* @evt_buf: event buffer
|
||||
* @vdev_id: vdev id
|
||||
* @len: length of buffer
|
||||
*
|
||||
@@ -45,7 +46,7 @@ QDF_STATUS wmi_extract_dfs_cac_complete_event(
|
||||
* wmi_extract_dfs_ocac_complete_event() - function to handle off channel
|
||||
* CAC complete event
|
||||
* @wmi_handle: wmi handle
|
||||
* @event_buf: event buffer
|
||||
* @evt_buf: event buffer
|
||||
* @param: off channel cac complete params
|
||||
*
|
||||
* Return: 0 for success or error code
|
||||
@@ -57,7 +58,7 @@ wmi_extract_dfs_ocac_complete_event(wmi_unified_t wmi_handle, uint8_t *evt_buf,
|
||||
/**
|
||||
* wmi_extract_dfs_radar_detection_event() - function to handle radar event
|
||||
* @wmi_handle: wmi handle
|
||||
* @event_buf: event buffer
|
||||
* @evt_buf: event buffer
|
||||
* @radar_found: radar found event info
|
||||
* @len: length of buffer
|
||||
*
|
||||
|
Reference in New Issue
Block a user