calib.h (445B)
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 11void iwl_chain_noise_calibration(struct iwl_priv *priv); 12void iwl_sensitivity_calibration(struct iwl_priv *priv); 13 14void iwl_init_sensitivity(struct iwl_priv *priv); 15void iwl_reset_run_time_calib(struct iwl_priv *priv); 16 17#endif /* __iwl_calib_h__ */