Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
rf.h File Reference
#include "ttype.h"
#include "device.h"

Go to the source code of this file.

Macros

#define RF_RFMD2959   0x01
 
#define RF_MAXIMAG   0x02
 
#define RF_AL2230   0x03
 
#define RF_GCT5103   0x04
 
#define RF_UW2451   0x05
 
#define RF_MAXIMG   0x06
 
#define RF_MAXIM2829   0x07
 
#define RF_UW2452   0x08
 
#define RF_VT3226   0x09
 
#define RF_AIROHA7230   0x0a
 
#define RF_UW2453   0x0b
 
#define RF_VT3226D0   0x0c
 
#define RF_VT3342A0   0x0d
 
#define RF_AL2230S   0x0e
 
#define RF_EMU   0x80
 
#define RF_MASK   0x7F
 

Functions

BOOL IFRFbWriteEmbedded (PSDevice pDevice, DWORD dwData)
 
BOOL RFbSetPower (PSDevice pDevice, unsigned int uRATE, unsigned int uCH)
 
BOOL RFbRawSetPower (PSDevice pDevice, BYTE byPwr, unsigned int uRATE)
 
void RFvRSSITodBm (PSDevice pDevice, BYTE byCurrRSSI, long *pldBm)
 
void RFbRFTableDownload (PSDevice pDevice)
 
BOOL s_bVT3226D0_11bLoCurrentAdjust (PSDevice pDevice, BYTE byChannel, BOOL b11bMode)
 

Variables

const BYTE RFaby11aChannelIndex [200]
 

Macro Definition Documentation

#define RF_AIROHA7230   0x0a

Definition at line 49 of file rf.h.

#define RF_AL2230   0x03

Definition at line 42 of file rf.h.

#define RF_AL2230S   0x0e

Definition at line 53 of file rf.h.

#define RF_EMU   0x80

Definition at line 55 of file rf.h.

#define RF_GCT5103   0x04

Definition at line 43 of file rf.h.

#define RF_MASK   0x7F

Definition at line 56 of file rf.h.

#define RF_MAXIM2829   0x07

Definition at line 46 of file rf.h.

#define RF_MAXIMAG   0x02

Definition at line 41 of file rf.h.

#define RF_MAXIMG   0x06

Definition at line 45 of file rf.h.

#define RF_RFMD2959   0x01

Definition at line 40 of file rf.h.

#define RF_UW2451   0x05

Definition at line 44 of file rf.h.

#define RF_UW2452   0x08

Definition at line 47 of file rf.h.

#define RF_UW2453   0x0b

Definition at line 50 of file rf.h.

#define RF_VT3226   0x09

Definition at line 48 of file rf.h.

#define RF_VT3226D0   0x0c

Definition at line 51 of file rf.h.

#define RF_VT3342A0   0x0d

Definition at line 52 of file rf.h.

Function Documentation

BOOL IFRFbWriteEmbedded ( PSDevice  pDevice,
DWORD  dwData 
)

Definition at line 725 of file rf.c.

BOOL RFbRawSetPower ( PSDevice  pDevice,
BYTE  byPwr,
unsigned int  uRATE 
)

Definition at line 1060 of file rf.c.

void RFbRFTableDownload ( PSDevice  pDevice)

Definition at line 988 of file rf.c.

BOOL RFbSetPower ( PSDevice  pDevice,
unsigned int  uRATE,
unsigned int  uCH 
)

Definition at line 963 of file rf.c.

void RFvRSSITodBm ( PSDevice  pDevice,
BYTE  byCurrRSSI,
long pldBm 
)

Definition at line 1127 of file rf.c.

BOOL s_bVT3226D0_11bLoCurrentAdjust ( PSDevice  pDevice,
BYTE  byChannel,
BOOL  b11bMode 
)

Definition at line 1135 of file rf.c.

Variable Documentation

const BYTE RFaby11aChannelIndex[200]

Definition at line 685 of file rf.c.