Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267828
b: refs/heads/master
c: d2eff5c
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent b31bd6e commit 4982109
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: 11b639c3e23d54be8e909a5d054678d3f2d883d8
refs/heads/master: d2eff5c3bf87256817ad7e2495a4e9226dbec0e8
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 @@ -201,10 +201,10 @@ struct mimops_ctrl {
u8 Reserved:6;
};

typedef enum _HT_SPEC_VER{
enum ht_spec_ver {
HT_SPEC_VER_IEEE = 0,
HT_SPEC_VER_EWC = 1,
} HT_SPEC_VER, *PHT_SPEC_VER;
};

typedef enum _HT_AGGRE_MODE_E{
HT_AGG_AUTO = 0,
Expand All @@ -229,7 +229,7 @@ struct rt_hi_throughput {
u8 bRegSuppCCK;
u8 bCurSuppCCK;

HT_SPEC_VER ePeerHTSpecVer;
enum ht_spec_ver ePeerHTSpecVer;


struct ht_capab_ele SelfHTCap;
Expand Down Expand Up @@ -343,7 +343,7 @@ struct bss_ht {
u8 bdHTInfoBuf[32];
u16 bdHTInfoLen;

HT_SPEC_VER bdHTSpecVer;
enum ht_spec_ver bdHTSpecVer;
enum ht_channel_width bdBandWidth;

u8 bdRT2RTAggregation;
Expand Down

0 comments on commit 4982109

Please sign in to comment.