Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
dpc.c File Reference
#include "device.h"
#include "rxtx.h"
#include "tether.h"
#include "card.h"
#include "bssdb.h"
#include "mac.h"
#include "baseband.h"
#include "michael.h"
#include "tkip.h"
#include "tcrc.h"
#include "wctl.h"
#include "wroute.h"
#include "hostap.h"
#include "rf.h"
#include "iowpa.h"
#include "aes_ccmp.h"

Go to the source code of this file.

Functions

void MngWorkItem (void *Context)
 
bool device_receive_frame (PSDevice pDevice, PSRxDesc pCurrRD)
 

Variables

const unsigned char acbyRxRate [MAX_RATE]
 

Function Documentation

bool device_receive_frame ( PSDevice  pDevice,
PSRxDesc  pCurrRD 
)

Definition at line 316 of file dpc.c.

void MngWorkItem ( void Context)

Definition at line 296 of file dpc.c.

Variable Documentation

const unsigned char acbyRxRate[MAX_RATE]
Initial value:
=
{2, 4, 11, 22, 12, 18, 24, 36, 48, 72, 96, 108}

Definition at line 68 of file dpc.c.