Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267837
b: refs/heads/master
c: 379a20f
h: refs/heads/master
i:
  267835: bde5175
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 53aeab0 commit dca6f00
Show file tree
Hide file tree
Showing 3 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: f12dfcb016044ec1c08bb8186255bfb58bbd84f4
refs/heads/master: 379a20fb29f9328d132cc1839192153149858940
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 @@ -222,11 +222,11 @@ enum direction_value {
DIR_BI_DIR = 3,
};

typedef enum _ACM_METHOD{
enum acm_method {
eAcmWay0_SwAndHw = 0,
eAcmWay1_HW = 1,
eAcmWay2_SW = 2,
} ACM_METHOD,*PACM_METHOD;
};


struct acm {
Expand Down Expand Up @@ -331,7 +331,7 @@ struct sta_qos {
u8 WMMParamEle[WMM_PARAM_ELEMENT_SIZE];

struct acm acm[4];
ACM_METHOD AcmMethod;
enum acm_method AcmMethod;

struct qos_tstream StaTsArray[MAX_STA_TS_COUNT];
u8 DialogToken;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ struct r8192_priv {

struct txbbgain_struct txbbgain_table[TxBBGainTableLength];

ACM_METHOD AcmMethod;
enum acm_method AcmMethod;

struct rt_firmware *pFirmware;
enum rtl819x_loopback LoopbackMode;
Expand Down

0 comments on commit dca6f00

Please sign in to comment.