Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267817
b: refs/heads/master
c: d4b8c17
h: refs/heads/master
i:
  267815: 46a87c6
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent ce24473 commit 579071d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9659e7f527b4e7b768e1f256bc048b676ee42266
refs/heads/master: d4b8c17703418c376b025bc6d45a58a9429330d6
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/r8192E_firmware.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@ enum firmware_source {
FW_SOURCE_HEADER_FILE = 1,
};

typedef enum _firmware_status_e{
enum firmware_status {
FW_STATUS_0_INIT = 0,
FW_STATUS_1_MOVE_BOOT_CODE = 1,
FW_STATUS_2_MOVE_MAIN_CODE = 2,
FW_STATUS_3_TURNON_CPU = 3,
FW_STATUS_4_MOVE_DATA_CODE = 4,
FW_STATUS_5_READY = 5,
} firmware_status_e;
};

struct fw_seg_container {
u16 seg_size;
u8 *seg_ptr;
};

struct rt_firmware {
firmware_status_e firmware_status;
enum firmware_status firmware_status;
u16 cmdpacket_frag_thresold;
#define RTL8190_MAX_FIRMWARE_CODE_SIZE 64000
#define MAX_FW_INIT_STEP 3
Expand Down

0 comments on commit 579071d

Please sign in to comment.