Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267829
b: refs/heads/master
c: d1936af
h: refs/heads/master
i:
  267827: b31bd6e
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 4982109 commit c502761
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d2eff5c3bf87256817ad7e2495a4e9226dbec0e8
refs/heads/master: d1936afc52d81f84cb5f2b896094dbd9a0f40479
8 changes: 4 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ enum ht_spec_ver {
HT_SPEC_VER_EWC = 1,
};

typedef enum _HT_AGGRE_MODE_E{
enum ht_aggre_mode {
HT_AGG_AUTO = 0,
HT_AGG_FORCE_ENABLE = 1,
HT_AGG_FORCE_DISABLE = 2,
} HT_AGGRE_MODE_E, *PHT_AGGRE_MODE_E;
};


struct rt_hi_throughput {
Expand Down Expand Up @@ -251,11 +251,11 @@ struct rt_hi_throughput {
u8 MPDU_Density;
u8 CurrentMPDUDensity;

HT_AGGRE_MODE_E ForcedAMPDUMode;
enum ht_aggre_mode ForcedAMPDUMode;
u8 ForcedAMPDUFactor;
u8 ForcedMPDUDensity;

HT_AGGRE_MODE_E ForcedAMSDUMode;
enum ht_aggre_mode ForcedAMSDUMode;
u16 ForcedAMSDUMaxSize;

u8 bForcedShortGI;
Expand Down

0 comments on commit c502761

Please sign in to comment.