]> Git Repo - linux.git/blob - drivers/net/wireless/intel/iwlwifi/dvm/calib.h
Linux 6.14-rc3
[linux.git] / drivers / net / wireless / intel / iwlwifi / dvm / calib.h
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /*
3  * Copyright (C) 2005-2014 Intel Corporation
4  */
5 #ifndef __iwl_calib_h__
6 #define __iwl_calib_h__
7
8 #include "dev.h"
9 #include "commands.h"
10
11 void iwl_chain_noise_calibration(struct iwl_priv *priv);
12 void iwl_sensitivity_calibration(struct iwl_priv *priv);
13
14 void iwl_init_sensitivity(struct iwl_priv *priv);
15 void iwl_reset_run_time_calib(struct iwl_priv *priv);
16
17 #endif /* __iwl_calib_h__ */
This page took 0.029169 seconds and 4 git commands to generate.