2020-12-10 00:06:03 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2005-2014 Intel Corporation
|
|
|
|
*/
|
2008-04-16 16:34:47 -07:00
|
|
|
#ifndef __iwl_calib_h__
|
|
|
|
#define __iwl_calib_h__
|
|
|
|
|
2012-05-15 12:16:34 +02:00
|
|
|
#include "dev.h"
|
|
|
|
#include "commands.h"
|
2008-04-16 16:34:47 -07:00
|
|
|
|
2011-04-08 08:14:56 -07:00
|
|
|
void iwl_chain_noise_calibration(struct iwl_priv *priv);
|
|
|
|
void iwl_sensitivity_calibration(struct iwl_priv *priv);
|
2008-04-16 16:34:47 -07:00
|
|
|
|
|
|
|
void iwl_init_sensitivity(struct iwl_priv *priv);
|
2008-05-29 16:34:54 +08:00
|
|
|
void iwl_reset_run_time_calib(struct iwl_priv *priv);
|
2008-04-16 16:34:47 -07:00
|
|
|
|
|
|
|
#endif /* __iwl_calib_h__ */
|