Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
calib.c File Reference
#include "hw.h"
#include "hw-ops.h"
#include <linux/export.h>

Go to the source code of this file.

Functions

s16 ath9k_hw_getchan_noise (struct ath_hw *ah, struct ath9k_channel *chan)
 
 EXPORT_SYMBOL (ath9k_hw_getchan_noise)
 
void ath9k_hw_reset_calibration (struct ath_hw *ah, struct ath9k_cal_list *currCal)
 
bool ath9k_hw_reset_calvalid (struct ath_hw *ah)
 
 EXPORT_SYMBOL (ath9k_hw_reset_calvalid)
 
void ath9k_hw_start_nfcal (struct ath_hw *ah, bool update)
 
void ath9k_hw_loadnf (struct ath_hw *ah, struct ath9k_channel *chan)
 
bool ath9k_hw_getnf (struct ath_hw *ah, struct ath9k_channel *chan)
 
 EXPORT_SYMBOL (ath9k_hw_getnf)
 
void ath9k_init_nfcal_hist_buffer (struct ath_hw *ah, struct ath9k_channel *chan)
 
void ath9k_hw_bstuck_nfcal (struct ath_hw *ah)
 
 EXPORT_SYMBOL (ath9k_hw_bstuck_nfcal)
 

Function Documentation

void ath9k_hw_bstuck_nfcal ( struct ath_hw ah)

Definition at line 426 of file calib.c.

s16 ath9k_hw_getchan_noise ( struct ath_hw ah,
struct ath9k_channel chan 
)

Definition at line 66 of file calib.c.

bool ath9k_hw_getnf ( struct ath_hw ah,
struct ath9k_channel chan 
)

Definition at line 362 of file calib.c.

void ath9k_hw_loadnf ( struct ath_hw ah,
struct ath9k_channel chan 
)

Definition at line 237 of file calib.c.

void ath9k_hw_reset_calibration ( struct ath_hw ah,
struct ath9k_cal_list currCal 
)

Definition at line 165 of file calib.c.

bool ath9k_hw_reset_calvalid ( struct ath_hw ah)

Definition at line 185 of file calib.c.

void ath9k_hw_start_nfcal ( struct ath_hw ah,
bool  update 
)

Definition at line 219 of file calib.c.

void ath9k_init_nfcal_hist_buffer ( struct ath_hw ah,
struct ath9k_channel chan 
)

Definition at line 404 of file calib.c.

EXPORT_SYMBOL ( ath9k_hw_getchan_noise  )
EXPORT_SYMBOL ( ath9k_hw_reset_calvalid  )
EXPORT_SYMBOL ( ath9k_hw_getnf  )
EXPORT_SYMBOL ( ath9k_hw_bstuck_nfcal  )