Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
channel.c File Reference
#include <linux/kernel.h>
#include "country.h"
#include "channel.h"
#include "rf.h"

Go to the source code of this file.

Functions

BOOL ChannelValid (unsigned int CountryCode, unsigned int ChannelIndex)
 
BOOL CHvChannelGetList (unsigned int uCountryCodeIdx, PBYTE pbyChannelTable)
 
void CHvInitChannelTable (void *pDeviceHandler)
 
BYTE CHbyGetChannelMapping (BYTE byChannelNumber)
 

Function Documentation

BOOL ChannelValid ( unsigned int  CountryCode,
unsigned int  ChannelIndex 
)

Definition at line 391 of file channel.c.

BYTE CHbyGetChannelMapping ( BYTE  byChannelNumber)

Definition at line 512 of file channel.c.

BOOL CHvChannelGetList ( unsigned int  uCountryCodeIdx,
PBYTE  pbyChannelTable 
)

Definition at line 426 of file channel.c.

void CHvInitChannelTable ( void pDeviceHandler)

Definition at line 439 of file channel.c.

Variable Documentation

BYTE bChannelIdxList[CB_MAX_CHANNEL]

Definition at line 121 of file channel.c.

BYTE byChannelCountryCode

Definition at line 119 of file channel.c.

BYTE byPower[CB_MAX_CHANNEL]

Definition at line 122 of file channel.c.

char chCountryCode[2]

Definition at line 120 of file channel.c.