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

Go to the source code of this file.

Data Structures

struct  wl1271_general_parms_cmd
 
struct  wl128x_general_parms_cmd
 
struct  wl1271_radio_parms_cmd
 
struct  wl128x_radio_parms_cmd
 
struct  wl1271_ext_radio_parms_cmd
 

Macros

#define TEST_CMD_INI_FILE_RADIO_PARAM   0x19
 
#define TEST_CMD_INI_FILE_GENERAL_PARAM   0x1E
 
#define TEST_CMD_INI_FILE_RF_EXTENDED_PARAM   0x26
 

Functions

int wl1271_cmd_general_parms (struct wl1271 *wl)
 
int wl128x_cmd_general_parms (struct wl1271 *wl)
 
int wl1271_cmd_radio_parms (struct wl1271 *wl)
 
int wl128x_cmd_radio_parms (struct wl1271 *wl)
 
int wl1271_cmd_ext_radio_parms (struct wl1271 *wl)
 

Variables

struct wl1271_general_parms_cmd __packed
 

Macro Definition Documentation

#define TEST_CMD_INI_FILE_GENERAL_PARAM   0x1E

Definition at line 29 of file cmd.h.

#define TEST_CMD_INI_FILE_RADIO_PARAM   0x19

Definition at line 28 of file cmd.h.

#define TEST_CMD_INI_FILE_RF_EXTENDED_PARAM   0x26

Definition at line 94 of file cmd.h.

Function Documentation

int wl1271_cmd_ext_radio_parms ( struct wl1271 wl)

Definition at line 29 of file cmd.c.

int wl1271_cmd_general_parms ( struct wl1271 wl)

Definition at line 63 of file cmd.c.

int wl1271_cmd_radio_parms ( struct wl1271 wl)

Definition at line 198 of file cmd.c.

int wl128x_cmd_general_parms ( struct wl1271 wl)

Definition at line 130 of file cmd.c.

int wl128x_cmd_radio_parms ( struct wl1271 wl)

Definition at line 242 of file cmd.c.

Variable Documentation