Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267885
b: refs/heads/master
c: e660594
h: refs/heads/master
i:
  267883: b2fdc4d
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 11681cf commit ee57dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d0df281309e40f21f7a9d9633c2dd78f55edd5f4
refs/heads/master: e6605947508968e4020702f8dbe4d0bcad2028ae
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,12 @@ extern u8 MCS_FILTER_1SS[16];

#define IS_11N_MCS_RATE(rate) (rate&0x80)

typedef enum _HT_AGGRE_SIZE_E{
enum ht_aggre_size {
HT_AGG_SIZE_8K = 0,
HT_AGG_SIZE_16K = 1,
HT_AGG_SIZE_32K = 2,
HT_AGG_SIZE_64K = 3,
} HT_AGGRE_SIZE_E, *PHT_AGGRE_SIZE_E;
};

enum ht_iot_peer {
HT_IOT_PEER_UNKNOWN = 0,
Expand Down

0 comments on commit ee57dd9

Please sign in to comment.