Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267803
b: refs/heads/master
c: a33be1e
h: refs/heads/master
i:
  267801: 9e6a6e2
  267799: 4f7866e
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 19cd505 commit 0afbc98
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 44a4004670a47135fa4dcc0473d3d28c8fb3e922
refs/heads/master: a33be1e842d6fef31cc5e88bc92541552a448286
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtl819x_Qos.h
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,14 @@ union aci_aifsn {
}f;
};

typedef union _ECW{
union ecw {
u8 charData;
struct
{
u8 ECWmin:4;
u8 ECWmax:4;
}f;
}ECW, *PECW;
};

typedef union _AC_PARAM{
u32 longData;
Expand All @@ -403,7 +403,7 @@ typedef union _AC_PARAM{
struct
{
union aci_aifsn AciAifsn;
ECW Ecw;
union ecw Ecw;
u16 TXOPLimit;
}f;
}AC_PARAM, *PAC_PARAM;
Expand Down

0 comments on commit 0afbc98

Please sign in to comment.