Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
r819xU_firmware.c File Reference
#include "r8192U.h"
#include "r8192U_hw.h"
#include "r819xU_firmware_img.h"
#include "r819xU_firmware.h"
#include <linux/firmware.h>

Go to the source code of this file.

Functions

void firmware_init_param (struct net_device *dev)
 
bool fw_download_code (struct net_device *dev, u8 *code_virtual_address, u32 buffer_len)
 
bool fwSendNullPacket (struct net_device *dev, u32 Length)
 
bool CPUcheck_maincodeok_turnonCPU (struct net_device *dev)
 
bool CPUcheck_firmware_ready (struct net_device *dev)
 
bool init_firmware (struct net_device *dev)
 
 MODULE_FIRMWARE ("RTL8192U/boot.img")
 
 MODULE_FIRMWARE ("RTL8192U/main.img")
 
 MODULE_FIRMWARE ("RTL8192U/data.img")
 

Function Documentation

bool CPUcheck_firmware_ready ( struct net_device dev)

Definition at line 212 of file r819xU_firmware.c.

bool CPUcheck_maincodeok_turnonCPU ( struct net_device dev)

Definition at line 163 of file r819xU_firmware.c.

void firmware_init_param ( struct net_device dev)

Definition at line 20 of file r819xU_firmware.c.

bool fw_download_code ( struct net_device dev,
u8 code_virtual_address,
u32  buffer_len 
)

Definition at line 32 of file r819xU_firmware.c.

bool fwSendNullPacket ( struct net_device dev,
u32  Length 
)

Definition at line 111 of file r819xU_firmware.c.

bool init_firmware ( struct net_device dev)

Definition at line 242 of file r819xU_firmware.c.

MODULE_FIRMWARE ( "RTL8192U/boot.img"  )
MODULE_FIRMWARE ( "RTL8192U/main.img"  )
MODULE_FIRMWARE ( "RTL8192U/data.img"  )