Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267814
b: refs/heads/master
c: 6bf0400
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent da88fb8 commit ec2f17f
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: cec076954213e2fa72991512d557fb37376055c0
refs/heads/master: 6bf04003c79665119b5bc14aef58e205d3567da1
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 @@ -266,7 +266,7 @@ bool init_firmware(struct net_device *dev)
u32 file_length = 0;
u8 *mapped_file = NULL;
u8 init_step = 0;
opt_rst_type_e rst_opt = OPT_SYSTEM_RESET;
enum opt_rst_type rst_opt = OPT_SYSTEM_RESET;
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 @@ -29,10 +29,10 @@ enum firmware_init_step {
FW_INIT_STEP2_DATA = 2,
};

typedef enum _opt_rst_type_e{
enum opt_rst_type {
OPT_SYSTEM_RESET = 0,
OPT_FIRMWARE_RESET = 1,
} opt_rst_type_e;
};

typedef enum _desc_packet_type_e{
DESC_PACKET_TYPE_INIT = 0,
Expand Down

0 comments on commit ec2f17f

Please sign in to comment.