Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
ar9002_calib.c File Reference
#include "hw.h"
#include "hw-ops.h"
#include "ar9002_phy.h"

Go to the source code of this file.

Macros

#define AR9285_CLCAL_REDO_THRESH   1
 

Enumerations

enum  ar9002_cal_types { ADC_GAIN_CAL = BIT(0), ADC_DC_CAL = BIT(1), IQ_MISMATCH_CAL = BIT(2) }
 

Functions

void ar9002_hw_attach_calib_ops (struct ath_hw *ah)
 

Macro Definition Documentation

#define AR9285_CLCAL_REDO_THRESH   1

Definition at line 21 of file ar9002_calib.c.

Enumeration Type Documentation

Enumerator:
ADC_GAIN_CAL 
ADC_DC_CAL 
IQ_MISMATCH_CAL 

Definition at line 23 of file ar9002_calib.c.

Function Documentation

void ar9002_hw_attach_calib_ops ( struct ath_hw ah)

Definition at line 979 of file ar9002_calib.c.