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