Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267835
b: refs/heads/master
c: f58a1cd
h: refs/heads/master
i:
  267833: c8a098d
  267831: 16f603c
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent cd5ef56 commit bde5175
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: 4164e4de6c90e06dafe07d6390b591d886a0c080
refs/heads/master: f58a1cd97e727317ff316f7783592019606b4bc7
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 @@ -165,13 +165,13 @@ enum ack_policy {
#define GET_WMM_QOS_INFO_FIELD_STA_MAX_SP_LEN(_pStart) LE_BITS_TO_1BYTE(_pStart, 5, 2)
#define SET_WMM_QOS_INFO_FIELD_STA_MAX_SP_LEN(_pStart, _val) SET_BITS_TO_LE_1BYTE(_pStart, 5, 2, _val)

typedef enum _QOSIE_SOURCE{
enum qos_ie_source {
QOSIE_SRC_ADDTSREQ,
QOSIE_SRC_ADDTSRSP,
QOSIE_SRC_REASOCREQ,
QOSIE_SRC_REASOCRSP,
QOSIE_SRC_DELTS,
} QOSIE_SOURCE;
};


typedef u32 AC_CODING;
Expand Down Expand Up @@ -209,10 +209,10 @@ typedef u32 AC_CODING;

#define WMM_PARAM_ELEMENT_SIZE (8+(4*AC_PARAM_SIZE))

typedef enum _QOS_ELE_SUBTYPE{
enum qos_ele_subtype {
QOSELE_TYPE_INFO = 0x00,
QOSELE_TYPE_PARAM = 0x01,
} QOS_ELE_SUBTYPE,*PQOS_ELE_SUBTYPE;
};


typedef enum _DIRECTION_VALUE{
Expand Down Expand Up @@ -359,7 +359,7 @@ struct bss_qos {
u8 bdWMMIEBuf[MAX_WMMELE_LENGTH];
struct octet_string bdWMMIE;

QOS_ELE_SUBTYPE EleSubType;
enum qos_ele_subtype EleSubType;

u8* pWMMInfoEle;
u8* pWMMParamEle;
Expand Down

0 comments on commit bde5175

Please sign in to comment.