Go to the documentation of this file.
19 #ifndef __INC_FIRMWARE_H
20 #define __INC_FIRMWARE_H
22 #define RTL8190_CPU_START_OFFSET 0x80
24 #define GET_COMMAND_PACKET_FRAG_THRESHOLD(v) (4*(v/4) - 8)
26 #define RTL8192E_BOOT_IMG_FW "RTL8192E/boot.img"
27 #define RTL8192E_MAIN_IMG_FW "RTL8192E/main.img"
28 #define RTL8192E_DATA_IMG_FW "RTL8192E/data.img"
68 #define RTL8190_MAX_FIRMWARE_CODE_SIZE 64000
69 #define MAX_FW_INIT_STEP 3