Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
zd_rf.c File Reference
#include <linux/errno.h>
#include <linux/string.h>
#include "zd_def.h"
#include "zd_rf.h"
#include "zd_mac.h"
#include "zd_chip.h"

Go to the source code of this file.

Functions

const charzd_rf_name (u8 type)
 
void zd_rf_init (struct zd_rf *rf)
 
void zd_rf_clear (struct zd_rf *rf)
 
int zd_rf_init_hw (struct zd_rf *rf, u8 type)
 
int zd_rf_scnprint_id (struct zd_rf *rf, char *buffer, size_t size)
 
int zd_rf_set_channel (struct zd_rf *rf, u8 channel)
 
int zd_switch_radio_on (struct zd_rf *rf)
 
int zd_switch_radio_off (struct zd_rf *rf)
 
int zd_rf_patch_6m_band_edge (struct zd_rf *rf, u8 channel)
 
int zd_rf_generic_patch_6m (struct zd_rf *rf, u8 channel)
 

Function Documentation

void zd_rf_clear ( struct zd_rf rf)

Definition at line 64 of file zd_rf.c.

int zd_rf_generic_patch_6m ( struct zd_rf rf,
u8  channel 
)

Definition at line 178 of file zd_rf.c.

void zd_rf_init ( struct zd_rf rf)

Definition at line 55 of file zd_rf.c.

int zd_rf_init_hw ( struct zd_rf rf,
u8  type 
)

Definition at line 71 of file zd_rf.c.

const char* zd_rf_name ( u8  type)

Definition at line 48 of file zd_rf.c.

int zd_rf_patch_6m_band_edge ( struct zd_rf rf,
u8  channel 
)

Definition at line 170 of file zd_rf.c.

int zd_rf_scnprint_id ( struct zd_rf rf,
char buffer,
size_t  size 
)

Definition at line 115 of file zd_rf.c.

int zd_rf_set_channel ( struct zd_rf rf,
u8  channel 
)

Definition at line 120 of file zd_rf.c.

int zd_switch_radio_off ( struct zd_rf rf)

Definition at line 153 of file zd_rf.c.

int zd_switch_radio_on ( struct zd_rf rf)

Definition at line 137 of file zd_rf.c.