Quellcode durchsuchen

qcacld-3.0: Fix kernel doc for TWT

There are function parameters missing in kernel doc for TWT.
Add the parameters to kernel doc and fix mispellings.

Change-Id: Ice88e22fed8fb01760b4ed7981cb6b042f3751d6
CRs-Fixed: 3349940
David Oladunjoye vor 2 Jahren
Ursprung
Commit
5bc44f573e
3 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen
  1. 1 1
      core/mac/src/pe/lim/lim_assoc_utils.c
  2. 1 1
      core/sme/inc/sme_api.h
  3. 5 1
      core/wma/inc/wma_tgt_cfg.h

+ 1 - 1
core/mac/src/pe/lim/lim_assoc_utils.c

@@ -2229,7 +2229,7 @@ static bool lim_is_eht_connection_op_info_present(struct pe_session *pe_session,
 /**
  * lim_update_peer_twt_caps() - Update peer twt caps to add sta params
  * @add_sta_params: pointer to add sta params
- * @@session_entry: pe session entry
+ * @session_entry: pe session entry
  *
  * Return: None
  */

+ 1 - 1
core/sme/inc/sme_api.h

@@ -3366,7 +3366,7 @@ int sme_update_he_capabilities(mac_handle_t mac_handle, uint8_t session_id,
  * sme_update_he_twt_req_support() - Sets twt request capability
  * @mac_handle: Opaque handle to the global MAC context
  * @session_id: SME session id
- * @value: set value
+ * @cfg_val: set value
  *
  * Return: 0 on success else err code
  */

+ 5 - 1
core/wma/inc/wma_tgt_cfg.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-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
@@ -209,6 +209,10 @@ struct board_info {
  * @restricted_80p80_bw_supp: Restricted 80+80MHz(165MHz BW) support
  * @twt_bcast_req_support: twt bcast requestor support
  * @twt_bcast_res_support: twt bcast responder support
+ * @twt_nudge_enabled: twt nudge enable
+ * @all_twt_enabled: all twt enabled
+ * @twt_stats_enabled: twt stats enabled
+ *
  */
 struct wma_tgt_cfg {
 	uint32_t target_fw_version;