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

Go to the source code of this file.

Data Structures

struct  wl1271_static_data
 

Macros

#define WL1271_NO_SUBBANDS   8
 
#define WL1271_NO_POWER_LEVELS   4
 
#define WL1271_FW_VERSION_MAX_LEN   20
 
#define INIT_LOOP   20000
 
#define INIT_LOOP_DELAY   50
 
#define WU_COUNTER_PAUSE_VAL   0x3FF
 
#define WELP_ARM_COMMAND_VAL   0x4
 

Functions

int wlcore_boot_upload_firmware (struct wl1271 *wl)
 
int wlcore_boot_upload_nvs (struct wl1271 *wl)
 
int wlcore_boot_run_firmware (struct wl1271 *wl)
 

Macro Definition Documentation

#define INIT_LOOP   20000

Definition at line 47 of file boot.h.

#define INIT_LOOP_DELAY   50

Definition at line 50 of file boot.h.

#define WELP_ARM_COMMAND_VAL   0x4

Definition at line 53 of file boot.h.

#define WL1271_FW_VERSION_MAX_LEN   20

Definition at line 35 of file boot.h.

#define WL1271_NO_POWER_LEVELS   4

Definition at line 34 of file boot.h.

#define WL1271_NO_SUBBANDS   8

Definition at line 33 of file boot.h.

#define WU_COUNTER_PAUSE_VAL   0x3FF

Definition at line 52 of file boot.h.

Function Documentation

int wlcore_boot_run_firmware ( struct wl1271 wl)

Definition at line 428 of file boot.c.

int wlcore_boot_upload_firmware ( struct wl1271 wl)

Definition at line 240 of file boot.c.

int wlcore_boot_upload_nvs ( struct wl1271 wl)

Definition at line 274 of file boot.c.