Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267858
b: refs/heads/master
c: 4777da7
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 0f831ae commit de12ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 811ad0fdacdc9fe699ad5b524a9b7a3d09799f4d
refs/heads/master: 4777da736e92706639df6c58967ebb7d901174e7
5 changes: 2 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtl_dm.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,16 +186,15 @@ enum dm_dig_dbg {
DIG_DBG_MAX
};

typedef enum _dm_dig_connect_e
{
enum dm_dig_connect {
DIG_STA_DISCONNECT = 0,
DIG_STA_CONNECT = 1,
DIG_STA_BEFORE_CONNECT = 2,
DIG_AP_DISCONNECT = 3,
DIG_AP_CONNECT = 4,
DIG_AP_ADD_STATION = 5,
DIG_CONNECT_MAX
} dm_dig_connect_e;
};

typedef enum _dm_dig_pd_th_e
{
Expand Down

0 comments on commit de12ac9

Please sign in to comment.