Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
beacon.c File Reference
#include <linux/dma-mapping.h>
#include "ath9k.h"

Go to the source code of this file.

Macros

#define FUDGE   2
 

Functions

void ath9k_beacon_assign_slot (struct ath_softc *sc, struct ieee80211_vif *vif)
 
void ath9k_beacon_remove_slot (struct ath_softc *sc, struct ieee80211_vif *vif)
 
void ath9k_set_tsfadjust (struct ath_softc *sc, struct ieee80211_vif *vif)
 
void ath9k_beacon_tasklet (unsigned long data)
 
bool ath9k_allow_beacon_config (struct ath_softc *sc, struct ieee80211_vif *vif)
 
void ath9k_beacon_config (struct ath_softc *sc, struct ieee80211_vif *vif, u32 changed)
 
void ath9k_set_beacon (struct ath_softc *sc)
 

Macro Definition Documentation

#define FUDGE   2

Definition at line 20 of file beacon.c.

Function Documentation

bool ath9k_allow_beacon_config ( struct ath_softc sc,
struct ieee80211_vif vif 
)

Definition at line 602 of file beacon.c.

void ath9k_beacon_assign_slot ( struct ath_softc sc,
struct ieee80211_vif vif 
)

Definition at line 215 of file beacon.c.

void ath9k_beacon_config ( struct ath_softc sc,
struct ieee80211_vif vif,
u32  changed 
)

Definition at line 664 of file beacon.c.

void ath9k_beacon_remove_slot ( struct ath_softc sc,
struct ieee80211_vif vif 
)

Definition at line 238 of file beacon.c.

void ath9k_beacon_tasklet ( unsigned long  data)

Definition at line 310 of file beacon.c.

void ath9k_set_beacon ( struct ath_softc sc)

Definition at line 700 of file beacon.c.

void ath9k_set_tsfadjust ( struct ath_softc sc,
struct ieee80211_vif vif 
)

Definition at line 293 of file beacon.c.