Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
acx.h File Reference
#include "../wlcore/wlcore.h"
#include "../wlcore/acx.h"

Go to the source code of this file.

Data Structures

struct  wl1271_acx_host_config_bitmap
 
struct  wl12xx_acx_tx_statistics
 
struct  wl12xx_acx_rx_statistics
 
struct  wl12xx_acx_dma_statistics
 
struct  wl12xx_acx_isr_statistics
 
struct  wl12xx_acx_wep_statistics
 
struct  wl12xx_acx_pwr_statistics
 
struct  wl12xx_acx_mic_statistics
 
struct  wl12xx_acx_aes_statistics
 
struct  wl12xx_acx_event_statistics
 
struct  wl12xx_acx_ps_statistics
 
struct  wl12xx_acx_rxpipe_statistics
 
struct  wl12xx_acx_statistics
 

Macros

#define WL12XX_ACX_ALL_EVENTS_VECTOR
 
#define WL12XX_INTR_MASK
 
#define ACX_MISSED_BEACONS_SPREAD   10
 

Functions

int wl1271_acx_host_if_cfg_bitmap (struct wl1271 *wl, u32 host_cfg_bitmap)
 

Variables

struct
wl1271_acx_host_config_bitmap 
__packed
 

Macro Definition Documentation

#define ACX_MISSED_BEACONS_SPREAD   10

Definition at line 152 of file acx.h.

#define WL12XX_ACX_ALL_EVENTS_VECTOR
Value:
WL1271_ACX_INTR_INIT_COMPLETE | \
WL1271_ACX_INTR_EVENT_A | \
WL1271_ACX_INTR_EVENT_B | \
WL1271_ACX_INTR_CMD_COMPLETE | \
WL1271_ACX_INTR_HW_AVAILABLE | \
WL1271_ACX_INTR_DATA)

Definition at line 29 of file acx.h.

#define WL12XX_INTR_MASK
Value:
WL1271_ACX_INTR_EVENT_A | \
WL1271_ACX_INTR_EVENT_B | \
WL1271_ACX_INTR_HW_AVAILABLE | \
WL1271_ACX_INTR_DATA)

Definition at line 37 of file acx.h.

Function Documentation

int wl1271_acx_host_if_cfg_bitmap ( struct wl1271 wl,
u32  host_cfg_bitmap 
)

Definition at line 29 of file acx.c.

Variable Documentation