Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
mac.c File Reference
#include <linux/delay.h>
#include <linux/firmware.h>
#include <linux/slab.h>
#include <linux/uwb.h>
#include "i1480-dfu.h"

Go to the source code of this file.

Data Structures

struct  fw_hdr
 

Functions

int i1480_pre_fw_upload (struct i1480 *i1480)
 
int i1480_mac_fw_upload (struct i1480 *i1480)
 

Variables

struct fw_hdr __attribute__
 

Function Documentation

int i1480_mac_fw_upload ( struct i1480 i1480)

Upload MAC firmware, wait for it to start

: Device instance : Name of the file that contains the firmware

This has to be called after the pre fw has been uploaded (if there is any).

Definition at line 451 of file mac.c.

int i1480_pre_fw_upload ( struct i1480 i1480)

Upload a pre-PHY firmware

Definition at line 364 of file mac.c.

Variable Documentation