Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267807
b: refs/heads/master
c: 70f9f79
h: refs/heads/master
i:
  267805: 544d537
  267803: 0afbc98
  267799: 4f7866e
  267791: ad29495
  267775: 715bb8c
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 9baa5e2 commit 170f02e
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: d3b2c172518dceed0d1d68f5b90dde5a2f6a438d
refs/heads/master: 70f9f79c481d41f9a18b29aff9859534d6868d4c
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/r8190P_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
#define RX_CMD_QUEUE 1


typedef enum _rtl819x_loopback_e{
enum rtl819x_loopback {
RTL819X_NO_LOOPBACK = 0,
RTL819X_MAC_LOOPBACK = 1,
RTL819X_DMA_LOOPBACK = 2,
RTL819X_CCK_LOOPBACK = 3,
} rtl819x_loopback_e;
};


#define RESET_DELAY_8185 20
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 @@ -601,7 +601,7 @@ struct r8192_priv {
ACM_METHOD AcmMethod;

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

struct timer_list watch_dog_timer;
Expand Down

0 comments on commit 170f02e

Please sign in to comment.