Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267845
b: refs/heads/master
c: ed8eac2
h: refs/heads/master
i:
  267843: d16a3cb
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 59d9f59 commit 8afe956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 0fd44425863d355119b2469f49a66083c1f15cf6
refs/heads/master: ed8eac2f92932cf8e02f98950224c673eceb9b4f
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ enum rt_status {
RT_STATUS_RESOURCE
};

typedef enum _RT_CUSTOMER_ID
{
enum rt_customer_id {
RT_CID_DEFAULT = 0,
RT_CID_8187_ALPHA0 = 1,
RT_CID_8187_SERCOMM_PS = 2,
Expand Down Expand Up @@ -321,7 +320,7 @@ typedef enum _RT_CUSTOMER_ID
RT_CID_819x_Arcadyan_Belkin = 29,
RT_CID_819x_SAMSUNG = 30,
RT_CID_819x_WNC_COREGA = 31,
} RT_CUSTOMER_ID, *PRT_CUSTOMER_ID;
};

typedef enum _RESET_TYPE {
RESET_TYPE_NORESET = 0x00,
Expand Down Expand Up @@ -583,7 +582,7 @@ struct r8192_priv {

struct log_int_8190 InterruptLog;

RT_CUSTOMER_ID CustomerID;
enum rt_customer_id CustomerID;


enum rt_rf_type_819xu rf_chip;
Expand Down

0 comments on commit 8afe956

Please sign in to comment.