#ifndef ANI_H
#define ANI_H
#define BEACON_RSSI(ahp) …
#define ATH9K_ANI_OFDM_TRIG_HIGH …
#define ATH9K_ANI_OFDM_TRIG_HIGH_BELOW_INI …
#define ATH9K_ANI_OFDM_TRIG_HIGH_OLD …
#define ATH9K_ANI_OFDM_TRIG_LOW …
#define ATH9K_ANI_OFDM_TRIG_LOW_ABOVE_INI …
#define ATH9K_ANI_OFDM_TRIG_LOW_OLD …
#define ATH9K_ANI_CCK_TRIG_HIGH …
#define ATH9K_ANI_CCK_TRIG_HIGH_OLD …
#define ATH9K_ANI_CCK_TRIG_LOW …
#define ATH9K_ANI_CCK_TRIG_LOW_OLD …
#define ATH9K_ANI_SPUR_IMMUNE_LVL …
#define ATH9K_ANI_FIRSTEP_LVL …
#define ATH9K_ANI_RSSI_THR_HIGH …
#define ATH9K_ANI_RSSI_THR_LOW …
#define ATH9K_ANI_PERIOD …
#define ATH9K_ANI_POLLINTERVAL …
#define ATH9K_SIG_FIRSTEP_SETTING_MIN …
#define ATH9K_SIG_FIRSTEP_SETTING_MAX …
#define ATH9K_SIG_SPUR_IMM_SETTING_MIN …
#define ATH9K_SIG_SPUR_IMM_SETTING_MAX …
enum ath9k_ani_cmd { … };
struct ath9k_mib_stats { … };
struct ath9k_ani_default { … };
struct ar5416AniState { … };
struct ar5416Stats { … };
#define ah_mibStats …
void ath9k_enable_mib_counters(struct ath_hw *ah);
void ath9k_hw_disable_mib_counters(struct ath_hw *ah);
void ath9k_hw_ani_init(struct ath_hw *ah);
#endif