Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267744
b: refs/heads/master
c: 1d2a55f
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 875e53a commit 1d5ac7e
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: 8310b6c05c65dfe699dd62be5d71c246ddaefd96
refs/heads/master: 1d2a55fb6fd806b67cbec191b1a2b5b32c7764a0
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 @@ -301,7 +301,7 @@ typedef union _QOS_TCLAS{
} TYPE2_8021Q;
} QOS_TCLAS, *PQOS_TCLAS;

typedef struct _QOS_TSTREAM{
struct qos_tstream {

bool bUsed;
u16 MsduLifetime;
Expand All @@ -311,7 +311,7 @@ typedef struct _QOS_TSTREAM{
struct wmm_tspec TSpec;
struct wmm_tspec OutStandingTSpec;
u8 NominalPhyRate;
} QOS_TSTREAM, *PQOS_TSTREAM;
};

typedef struct _STA_QOS{
u8 WMMIEBuf[MAX_WMMELE_LENGTH];
Expand All @@ -332,7 +332,7 @@ typedef struct _STA_QOS{
ACM acm[4];
ACM_METHOD AcmMethod;

QOS_TSTREAM StaTsArray[MAX_STA_TS_COUNT];
struct qos_tstream StaTsArray[MAX_STA_TS_COUNT];
u8 DialogToken;
struct wmm_tspec TSpec;

Expand Down

0 comments on commit 1d5ac7e

Please sign in to comment.