Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
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_AIROHA   0x03
 
#define RF_UW2451   0x05
 
#define RF_MAXIMG   0x06
 
#define RF_MAXIM2829   0x07
 
#define RF_UW2452   0x08
 
#define RF_AIROHA7230   0x0a
 
#define RF_UW2453   0x0b
 
#define RF_VT3226   0x09
 
#define RF_AL2230S   0x0e
 
#define RF_NOTHING   0x7E
 
#define RF_EMU   0x80
 
#define RF_MASK   0x7F
 
#define ZONE_FCC   0
 
#define ZONE_MKK1   1
 
#define ZONE_ETSI   2
 
#define ZONE_IC   3
 
#define ZONE_SPAIN   4
 
#define ZONE_FRANCE   5
 
#define ZONE_MKK   6
 
#define ZONE_ISRAEL   7
 
#define CB_MAXIM2829_CHANNEL_5G_HIGH   41
 
#define CB_UW2452_CHANNEL_5G_HIGH   41
 

Functions

bool IFRFbWriteEmbedded (unsigned long dwIoBase, unsigned long dwData)
 
bool RFbSelectChannel (unsigned long dwIoBase, unsigned char byRFType, unsigned char byChannel)
 
bool RFbInit (PSDevice pDevice)
 
bool RFvWriteWakeProgSyn (unsigned long dwIoBase, unsigned char byRFType, unsigned int uChannel)
 
bool RFbSetPower (PSDevice pDevice, unsigned int uRATE, unsigned int uCH)
 
bool RFbRawSetPower (PSDevice pDevice, unsigned char byPwr, unsigned int uRATE)
 
void RFvRSSITodBm (PSDevice pDevice, unsigned char byCurrRSSI, long *pldBm)
 
bool RFbAL7230SelectChannelPostProcess (unsigned long dwIoBase, unsigned char byOldChannel, unsigned char byNewChannel)
 

Macro Definition Documentation

#define CB_MAXIM2829_CHANNEL_5G_HIGH   41

Definition at line 68 of file rf.h.

#define CB_UW2452_CHANNEL_5G_HIGH   41

Definition at line 69 of file rf.h.

#define RF_AIROHA   0x03

Definition at line 42 of file rf.h.

#define RF_AIROHA7230   0x0a

Definition at line 48 of file rf.h.

#define RF_AL2230S   0x0e

Definition at line 52 of file rf.h.

#define RF_EMU   0x80

Definition at line 55 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_NOTHING   0x7E

Definition at line 54 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 49 of file rf.h.

#define RF_VT3226   0x09

Definition at line 51 of file rf.h.

#define ZONE_ETSI   2

Definition at line 60 of file rf.h.

#define ZONE_FCC   0

Definition at line 58 of file rf.h.

#define ZONE_FRANCE   5

Definition at line 63 of file rf.h.

#define ZONE_IC   3

Definition at line 61 of file rf.h.

#define ZONE_ISRAEL   7

Definition at line 65 of file rf.h.

#define ZONE_MKK   6

Definition at line 64 of file rf.h.

#define ZONE_MKK1   1

Definition at line 59 of file rf.h.

#define ZONE_SPAIN   4

Definition at line 62 of file rf.h.

Function Documentation

bool IFRFbWriteEmbedded ( unsigned long  dwIoBase,
unsigned long  dwData 
)

Definition at line 589 of file rf.c.

bool RFbAL7230SelectChannelPostProcess ( unsigned long  dwIoBase,
unsigned char  byOldChannel,
unsigned char  byNewChannel 
)

Definition at line 1157 of file rf.c.

bool RFbInit ( PSDevice  pDevice)

Definition at line 774 of file rf.c.

bool RFbRawSetPower ( PSDevice  pDevice,
unsigned char  byPwr,
unsigned int  uRATE 
)

Definition at line 1060 of file rf.c.

bool RFbSelectChannel ( unsigned long  dwIoBase,
unsigned char  byRFType,
unsigned char  byChannel 
)

Definition at line 842 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,
unsigned char  byCurrRSSI,
long pldBm 
)

Definition at line 1127 of file rf.c.

bool RFvWriteWakeProgSyn ( unsigned long  dwIoBase,
unsigned char  byRFType,
unsigned int  uChannel 
)

Definition at line 878 of file rf.c.