Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Variables
conf.h File Reference

Go to the source code of this file.

Data Structures

struct  wl18xx_mac_and_phy_params
 
struct  wl18xx_ht_settings
 
struct  wl18xx_priv_conf
 

Macros

#define WL18XX_CONF_MAGIC   0x10e100ca
 
#define WL18XX_CONF_VERSION   (WLCORE_CONF_VERSION | 0x0003)
 
#define WL18XX_CONF_MASK   0x0000ffff
 
#define WL18XX_CONF_SIZE
 
#define NUM_OF_CHANNELS_11_ABG   150
 
#define NUM_OF_CHANNELS_11_P   7
 
#define WL18XX_NUM_OF_SUB_BANDS   9
 
#define SRF_TABLE_LEN   16
 
#define PIN_MUXING_SIZE   2
 

Enumerations

enum  wl18xx_ht_mode { HT_MODE_DEFAULT = 0, HT_MODE_WIDE = 1, HT_MODE_SISO20 = 2 }
 

Variables

struct wl18xx_mac_and_phy_params __packed
 

Macro Definition Documentation

#define NUM_OF_CHANNELS_11_ABG   150

Definition at line 31 of file conf.h.

#define NUM_OF_CHANNELS_11_P   7

Definition at line 32 of file conf.h.

#define PIN_MUXING_SIZE   2

Definition at line 35 of file conf.h.

#define SRF_TABLE_LEN   16

Definition at line 34 of file conf.h.

#define WL18XX_CONF_MAGIC   0x10e100ca

Definition at line 25 of file conf.h.

#define WL18XX_CONF_MASK   0x0000ffff

Definition at line 27 of file conf.h.

#define WL18XX_CONF_SIZE
Value:
sizeof(struct wl18xx_priv_conf))

Definition at line 28 of file conf.h.

#define WL18XX_CONF_VERSION   (WLCORE_CONF_VERSION | 0x0003)

Definition at line 26 of file conf.h.

#define WL18XX_NUM_OF_SUB_BANDS   9

Definition at line 33 of file conf.h.

Enumeration Type Documentation

Enumerator:
HT_MODE_DEFAULT 
HT_MODE_WIDE 
HT_MODE_SISO20 

Definition at line 87 of file conf.h.

Variable Documentation