Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
link.c File Reference
#include "ath9k.h"

Go to the source code of this file.

Functions

void ath_tx_complete_poll_work (struct work_struct *work)
 
void ath_hw_check (struct work_struct *work)
 
void ath_hw_pll_work (struct work_struct *work)
 
void ath_start_rx_poll (struct ath_softc *sc, u8 nbeacon)
 
void ath_rx_poll (unsigned long data)
 
void ath_paprd_calibrate (struct work_struct *work)
 
void ath_ani_calibrate (unsigned long data)
 
void ath_start_ani (struct ath_softc *sc)
 
void ath_stop_ani (struct ath_softc *sc)
 
void ath_check_ani (struct ath_softc *sc)
 
void ath_update_survey_nf (struct ath_softc *sc, int channel)
 
int ath_update_survey_stats (struct ath_softc *sc)
 

Function Documentation

void ath_ani_calibrate ( unsigned long  data)

Definition at line 332 of file link.c.

void ath_check_ani ( struct ath_softc sc)

Definition at line 462 of file link.c.

void ath_hw_check ( struct work_struct work)

Definition at line 64 of file link.c.

void ath_hw_pll_work ( struct work_struct work)

Definition at line 133 of file link.c.

void ath_paprd_calibrate ( struct work_struct work)

Definition at line 244 of file link.c.

void ath_rx_poll ( unsigned long  data)

Definition at line 172 of file link.c.

void ath_start_ani ( struct ath_softc sc)

Definition at line 434 of file link.c.

void ath_start_rx_poll ( struct ath_softc sc,
u8  nbeacon 
)

Definition at line 160 of file link.c.

void ath_stop_ani ( struct ath_softc sc)

Definition at line 454 of file link.c.

void ath_tx_complete_poll_work ( struct work_struct work)

Definition at line 23 of file link.c.

void ath_update_survey_nf ( struct ath_softc sc,
int  channel 
)

Definition at line 500 of file link.c.

int ath_update_survey_stats ( struct ath_softc sc)

Definition at line 517 of file link.c.