Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tx.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include "wl1251.h"
#include "reg.h"
#include "tx.h"
#include "ps.h"
#include "io.h"

Go to the source code of this file.

Macros

#define MAX_MSDU_SECURITY_LENGTH   16
 
#define MAX_MPDU_SECURITY_LENGTH   16
 
#define WLAN_QOS_HDR_LEN   26
 
#define MAX_MPDU_HEADER_AND_SECURITY
 
#define HW_BLOCK_SIZE   252
 

Functions

void wl1251_tx_work (struct work_struct *work)
 
void wl1251_tx_complete (struct wl1251 *wl)
 
void wl1251_tx_flush (struct wl1251 *wl)
 

Macro Definition Documentation

#define HW_BLOCK_SIZE   252

Definition at line 109 of file tx.c.

#define MAX_MPDU_HEADER_AND_SECURITY
Value:
WLAN_QOS_HDR_LEN)

Definition at line 107 of file tx.c.

#define MAX_MPDU_SECURITY_LENGTH   16

Definition at line 105 of file tx.c.

#define MAX_MSDU_SECURITY_LENGTH   16

Definition at line 104 of file tx.c.

#define WLAN_QOS_HDR_LEN   26

Definition at line 106 of file tx.c.

Function Documentation

void wl1251_tx_complete ( struct wl1251 wl)

Definition at line 427 of file tx.c.

void wl1251_tx_flush ( struct wl1251 wl)

Definition at line 529 of file tx.c.

void wl1251_tx_work ( struct work_struct work)

Definition at line 315 of file tx.c.