Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
scb.h File Reference
#include <linux/if_ether.h>
#include <brcmu_utils.h>
#include <defs.h>
#include "types.h"

Go to the source code of this file.

Data Structures

struct  scb_ampdu_tid_ini
 
struct  scb_ampdu
 
struct  scb
 

Macros

#define AMPDU_TX_BA_MAX_WSIZE   64 /* max Tx ba window size (in pdu) */
 
#define AMPDU_MAX_SCB_TID   NUMPRIO
 
#define SCB_WMECAP   0x0040
 
#define SCB_HTCAP   0x10000 /* HT (MIMO) capable device */
 
#define SCB_IS40   0x80000 /* 40MHz capable */
 
#define SCB_STBCCAP   0x40000000 /* STBC Capable */
 
#define SCB_MAGIC   0xbeefcafe
 

Macro Definition Documentation

#define AMPDU_MAX_SCB_TID   NUMPRIO

Definition at line 27 of file scb.h.

#define AMPDU_TX_BA_MAX_WSIZE   64 /* max Tx ba window size (in pdu) */

Definition at line 25 of file scb.h.

#define SCB_HTCAP   0x10000 /* HT (MIMO) capable device */

Definition at line 31 of file scb.h.

#define SCB_IS40   0x80000 /* 40MHz capable */

Definition at line 32 of file scb.h.

#define SCB_MAGIC   0xbeefcafe

Definition at line 35 of file scb.h.

#define SCB_STBCCAP   0x40000000 /* STBC Capable */

Definition at line 33 of file scb.h.

#define SCB_WMECAP   0x0040

Definition at line 30 of file scb.h.