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

Go to the source code of this file.

Functions

struct ampdu_infobrcms_c_ampdu_attach (struct brcms_c_info *wlc)
 
void brcms_c_ampdu_detach (struct ampdu_info *ampdu)
 
int brcms_c_sendampdu (struct ampdu_info *ampdu, struct brcms_txq_info *qi, struct sk_buff **aggp, int prec)
 
void brcms_c_ampdu_dotxstatus (struct ampdu_info *ampdu, struct scb *scb, struct sk_buff *p, struct tx_status *txs)
 
void brcms_c_ampdu_macaddr_upd (struct brcms_c_info *wlc)
 
void brcms_c_ampdu_shm_upd (struct ampdu_info *ampdu)
 

Function Documentation

struct ampdu_info* brcms_c_ampdu_attach ( struct brcms_c_info wlc)
read

Definition at line 220 of file ampdu.c.

void brcms_c_ampdu_detach ( struct ampdu_info ampdu)

Definition at line 276 of file ampdu.c.

void brcms_c_ampdu_dotxstatus ( struct ampdu_info ampdu,
struct scb scb,
struct sk_buff p,
struct tx_status txs 
)

Definition at line 1088 of file ampdu.c.

void brcms_c_ampdu_macaddr_upd ( struct brcms_c_info wlc)

Definition at line 1145 of file ampdu.c.

void brcms_c_ampdu_shm_upd ( struct ampdu_info ampdu)

Definition at line 1162 of file ampdu.c.

int brcms_c_sendampdu ( struct ampdu_info ampdu,
struct brcms_txq_info qi,
struct sk_buff **  aggp,
int  prec 
)

Definition at line 498 of file ampdu.c.