iPXE
|
#include <calib.h>
Data Fields | |
const struct ath9k_percal_data * | calData |
enum ath9k_cal_state | calState |
struct ath9k_cal_list * | calNext |
const struct ath9k_percal_data* ath9k_cal_list::calData |
Definition at line 88 of file calib.h.
Referenced by ar9002_hw_per_calibration(), ar9002_hw_setup_calibration(), ar9003_hw_per_calibration(), ar9003_hw_setup_calibration(), and ath9k_hw_reset_calvalid().
enum ath9k_cal_state ath9k_cal_list::calState |
Definition at line 89 of file calib.h.
Referenced by ar9002_hw_calibrate(), ar9002_hw_per_calibration(), ar9003_hw_calibrate(), ar9003_hw_per_calibration(), ath9k_hw_reset_calibration(), and ath9k_hw_reset_calvalid().
struct ath9k_cal_list* ath9k_cal_list::calNext |
Definition at line 90 of file calib.h.
Referenced by ar9002_hw_calibrate(), and ar9003_hw_calibrate().