wifi: iwlwifi: dvm: fix kernel-doc warnings
Mostly the docs just aren't kernel-doc anyway, and one is a typo. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20240625194805.8b12f56bf8c0.I64fa9df72ca0e862b96647c062b8c9464318e649@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
c0b047fd24
commit
7b24e0b8a1
@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
||||
/*
|
||||
* Copyright (C) 2005-2014, 2023 Intel Corporation
|
||||
* Copyright (C) 2005-2014, 2023-2024 Intel Corporation
|
||||
*/
|
||||
/*
|
||||
* Please use this file (commands.h) only for uCode API definitions.
|
||||
@ -177,7 +177,7 @@ enum {
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
/**
|
||||
/*
|
||||
* iwlagn rate_n_flags bit fields
|
||||
*
|
||||
* rate_n_flags format is used in following iwlagn commands:
|
||||
@ -251,7 +251,7 @@ enum {
|
||||
#define RATE_MCS_SGI_POS 13
|
||||
#define RATE_MCS_SGI_MSK 0x2000
|
||||
|
||||
/**
|
||||
/*
|
||||
* rate_n_flags Tx antenna masks
|
||||
* bit14:16
|
||||
*/
|
||||
@ -2767,7 +2767,7 @@ struct iwl_missed_beacon_notif {
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
/**
|
||||
/*
|
||||
* SENSITIVITY_CMD = 0xa8 (command, has simple generic response)
|
||||
*
|
||||
* This command sets up the Rx signal detector for a sensitivity level that
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/******************************************************************************
|
||||
*
|
||||
* Copyright(c) 2007 - 2014, 2023 Intel Corporation. All rights reserved.
|
||||
* Copyright(c) 2007 - 2014, 2023-2024 Intel Corporation. All rights reserved.
|
||||
*
|
||||
* Portions of this file are derived from the ipw3945 project, as well
|
||||
* as portions of the ieee80211 subsystem header files.
|
||||
@ -64,7 +64,7 @@ struct iwl_tt_trans {
|
||||
};
|
||||
|
||||
/**
|
||||
* struct iwl_tt_mgnt - Thermal Throttling Management structure
|
||||
* struct iwl_tt_mgmt - Thermal Throttling Management structure
|
||||
* @advanced_tt: advanced thermal throttle required
|
||||
* @state: current Thermal Throttling state
|
||||
* @tt_power_mode: Thermal Throttling power mode index
|
||||
|
Loading…
x
Reference in New Issue
Block a user