Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267830
b: refs/heads/master
c: a866534
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent c502761 commit ddb84a1
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: d1936afc52d81f84cb5f2b896094dbd9a0f40479
refs/heads/master: a866534606836d509f3dbf6000352a19ad6f2f6e
5 changes: 2 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,7 @@ typedef enum _HT_AGGRE_SIZE_E{
HT_AGG_SIZE_64K = 3,
} HT_AGGRE_SIZE_E, *PHT_AGGRE_SIZE_E;

typedef enum _HT_IOT_PEER_E
{
enum ht_iot_peer {
HT_IOT_PEER_UNKNOWN = 0,
HT_IOT_PEER_REALTEK = 1,
HT_IOT_PEER_REALTEK_92SE = 2,
Expand All @@ -418,7 +417,7 @@ typedef enum _HT_IOT_PEER_E
HT_IOT_PEER_SELF_SOFTAP = 9,
HT_IOT_PEER_AIRGO = 10,
HT_IOT_PEER_MAX = 11,
} HT_IOT_PEER_E, *PHTIOT_PEER_E;
};

typedef enum _HT_IOT_PEER_SUBTYPE_E
{
Expand Down

0 comments on commit ddb84a1

Please sign in to comment.