Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267742
b: refs/heads/master
c: 95ce5fc
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent c3c6682 commit 3e8cd4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 2ae7ea8cf099f0c68292c5e890dbfcc205a35f3e
refs/heads/master: 95ce5fc94759fe4c17c9c3afb1cf897045736fa1
10 changes: 5 additions & 5 deletions trunk/drivers/staging/rtl8192e/rtl819x_Qos.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ typedef union _TSPEC_BODY{
} f;
}TSPEC_BODY, *PTSPEC_BODY;

typedef struct _WMM_TSPEC{
struct wmm_tspec {
u8 ID;
u8 Length;
u8 OUI[3];
u8 OUI_Type;
u8 OUI_SubType;
u8 Version;
TSPEC_BODY Body;
} WMM_TSPEC, *PWMM_TSPEC;
};

typedef struct _OCTET_STRING{
u8 *Octet;
Expand Down Expand Up @@ -308,8 +308,8 @@ typedef struct _QOS_TSTREAM{
bool bEstablishing;
u8 TimeSlotCount;
u8 DialogToken;
WMM_TSPEC TSpec;
WMM_TSPEC OutStandingTSpec;
struct wmm_tspec TSpec;
struct wmm_tspec OutStandingTSpec;
u8 NominalPhyRate;
} QOS_TSTREAM, *PQOS_TSTREAM;

Expand All @@ -334,7 +334,7 @@ typedef struct _STA_QOS{

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

u8 QBssWirelessMode;

Expand Down

0 comments on commit 3e8cd4f

Please sign in to comment.