Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267813
b: refs/heads/master
c: cec0769
h: refs/heads/master
i:
  267811: 22e1af7
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 579ccc4 commit da88fb8
Show file tree
Hide file tree
Showing 3 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: 8fa81ed4c99eadf09c112187e9275aacd0ae1836
refs/heads/master: cec076954213e2fa72991512d557fb37376055c0
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/r8192E_firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ bool init_firmware(struct net_device *dev)
u8 *mapped_file = NULL;
u8 init_step = 0;
opt_rst_type_e rst_opt = OPT_SYSTEM_RESET;
firmware_init_step_e starting_state = FW_INIT_STEP0_BOOT;
enum firmware_init_step starting_state = FW_INIT_STEP0_BOOT;

struct rt_firmware *pfirmware = priv->pFirmware;

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/r8192E_firmware.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

#define GET_COMMAND_PACKET_FRAG_THRESHOLD(v) (4*(v/4) - 8 )

typedef enum _firmware_init_step_e{
enum firmware_init_step {
FW_INIT_STEP0_BOOT = 0,
FW_INIT_STEP1_MAIN = 1,
FW_INIT_STEP2_DATA = 2,
} firmware_init_step_e;
};

typedef enum _opt_rst_type_e{
OPT_SYSTEM_RESET = 0,
Expand Down

0 comments on commit da88fb8

Please sign in to comment.