qcacmn: Fix OSIF Documentation
The kernel-doc script identified some documentation issues in the os_if folder, so fix most of them. However do not modify the file qca_vendor.h since most of the issues there are present upstream, and the downstream file should match the upstream file. Change-Id: I71948fb497c1ea2d1dd46308277d99beefde18b8 CRs-Fixed: 3390428
This commit is contained in:

committed by
Madan Koyyalamudi

parent
3388a6e5a2
commit
7bc9ad4d74
@@ -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
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* DOC : osif_twt_req.h
|
||||
* DOC: osif_twt_req.h
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -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
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* DOC : osif_twt_rsp.h
|
||||
* DOC: osif_twt_rsp.h
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -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
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* DOC : osif_twt_util.h
|
||||
* DOC: osif_twt_util.h
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
#if defined(WLAN_SUPPORT_TWT) && defined(WLAN_TWT_CONV_SUPPORTED)
|
||||
/**
|
||||
* struct twt_en_dis_priv - twt enable/disable private context
|
||||
* @vdev_id: vdev id
|
||||
* @pdev_id: pdev id
|
||||
* @status: TWT status
|
||||
*/
|
||||
struct twt_en_dis_priv {
|
||||
uint32_t pdev_id;
|
||||
|
Reference in New Issue
Block a user