Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267816
b: refs/heads/master
c: 9659e7f
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 46a87c6 commit ce24473
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: 8ce50cf33a6b67843f57f01da3f3c35421310911
refs/heads/master: 9659e7f527b4e7b768e1f256bc048b676ee42266
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 @@ -39,10 +39,10 @@ enum desc_packet_type {
DESC_PACKET_TYPE_NORMAL = 1,
};

typedef enum _firmware_source_e{
enum firmware_source {
FW_SOURCE_IMG_FILE = 0,
FW_SOURCE_HEADER_FILE = 1,
} firmware_source_e, *pfirmware_source_e;
};

typedef enum _firmware_status_e{
FW_STATUS_0_INIT = 0,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ struct r8192_priv {

struct rt_firmware *pFirmware;
enum rtl819x_loopback LoopbackMode;
firmware_source_e firmware_source;
enum firmware_source firmware_source;

struct timer_list watch_dog_timer;
struct timer_list fsync_timer;
Expand Down

0 comments on commit ce24473

Please sign in to comment.