Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ath5k_ani_state Struct Reference

#include <ani.h>

Data Fields

enum ath5k_ani_mode ani_mode
 
int noise_imm_level
 
int spur_level
 
int firstep_level
 
bool ofdm_weak_sig
 
bool cck_weak_sig
 
int max_spur_level
 
unsigned int listen_time
 
unsigned int ofdm_errors
 
unsigned int cck_errors
 
struct ath_cycle_counters last_cc
 
unsigned int last_listen
 
unsigned int last_ofdm_errors
 
unsigned int last_cck_errors
 
unsigned int sum_ofdm_errors
 
unsigned int sum_cck_errors
 

Detailed Description

struct ath5k_ani_state - ANI state and associated counters : One of enum ath5k_ani_mode : Noise immunity level : Spur immunity level : FIRstep level : OFDM weak signal detection state (on/off) : CCK weak signal detection state (on/off) : Max spur immunity level (chip specific) : Listen time : OFDM timing error count : CCK timing error count : The &struct ath_cycle_counters (for stats) : Listen time from previous run (for stats) : OFDM timing error count from previous run (for tats) : CCK timing error count from previous run (for stats) : Sum of OFDM timing errors (for stats) : Sum of all CCK timing errors (for stats)

Definition at line 78 of file ani.h.

Field Documentation

enum ath5k_ani_mode ani_mode

Definition at line 79 of file ani.h.

unsigned int cck_errors

Definition at line 93 of file ani.h.

bool cck_weak_sig

Definition at line 86 of file ani.h.

int firstep_level

Definition at line 84 of file ani.h.

Definition at line 96 of file ani.h.

unsigned int last_cck_errors

Definition at line 99 of file ani.h.

unsigned int last_listen

Definition at line 97 of file ani.h.

unsigned int last_ofdm_errors

Definition at line 98 of file ani.h.

unsigned int listen_time

Definition at line 91 of file ani.h.

int max_spur_level

Definition at line 88 of file ani.h.

int noise_imm_level

Definition at line 82 of file ani.h.

unsigned int ofdm_errors

Definition at line 92 of file ani.h.

bool ofdm_weak_sig

Definition at line 85 of file ani.h.

int spur_level

Definition at line 83 of file ani.h.

unsigned int sum_cck_errors

Definition at line 101 of file ani.h.

unsigned int sum_ofdm_errors

Definition at line 100 of file ani.h.


The documentation for this struct was generated from the following file: