Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267831
b: refs/heads/master
c: dd8f8ba
h: refs/heads/master
i:
  267829: c502761
  267827: b31bd6e
  267823: 16ef712
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent ddb84a1 commit 16f603c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: a866534606836d509f3dbf6000352a19ad6f2f6e
refs/heads/master: dd8f8ba26223d2b0c28835ae390dcc2c77a8c8fe
9 changes: 4 additions & 5 deletions trunk/drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,11 @@ enum ht_iot_peer {
HT_IOT_PEER_MAX = 11,
};

typedef enum _HT_IOT_PEER_SUBTYPE_E
{
enum ht_iot_peer_subtype {
HT_IOT_PEER_ATHEROS_DIR635 = 0,
} HT_IOT_PEER_SUBTYPE_E, *PHTIOT_PEER_SUBTYPE_E;
};

typedef enum _HT_IOT_ACTION_E{
enum ht_iot_action {
HT_IOT_ACT_TX_USE_AMSDU_4K = 0x00000001,
HT_IOT_ACT_TX_USE_AMSDU_8K = 0x00000002,
HT_IOT_ACT_DISABLE_MCS14 = 0x00000004,
Expand Down Expand Up @@ -457,7 +456,7 @@ typedef enum _HT_IOT_ACTION_E{

HT_IOT_ACT_DISABLE_RX_40MHZ_SHORT_GI = 0x08000000,

} HT_IOT_ACTION_E, *PHT_IOT_ACTION_E;
};

typedef enum _HT_IOT_RAFUNC{
HT_IOT_RAFUNC_DISABLE_ALL = 0x00,
Expand Down

0 comments on commit 16f603c

Please sign in to comment.