Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267836
b: refs/heads/master
c: f12dfcb
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent bde5175 commit 53aeab0
Show file tree
Hide file tree
Showing 3 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: f58a1cd97e727317ff316f7783592019606b4bc7
refs/heads/master: f12dfcb016044ec1c08bb8186255bfb58bbd84f4
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl819x_Qos.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ enum qos_ele_subtype {
};


typedef enum _DIRECTION_VALUE{
enum direction_value {
DIR_UP = 0,
DIR_DOWN = 1,
DIR_DIRECT = 2,
DIR_BI_DIR = 3,
} DIRECTION_VALUE,*PDIRECTION_VALUE;
};

typedef enum _ACM_METHOD{
eAcmWay0_SwAndHw = 0,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/rtl819x_TSProc.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ bool GetTs(
(&ieee->Tx_TS_Admit_List):
(&ieee->Rx_TS_Admit_List);

DIRECTION_VALUE Dir = (ieee->iw_mode == IW_MODE_MASTER)?
enum direction_value Dir = (ieee->iw_mode == IW_MODE_MASTER)?
((TxRxSelect==TX_DIR)?DIR_DOWN:DIR_UP):
((TxRxSelect==TX_DIR)?DIR_UP:DIR_DOWN);
RTLLIB_DEBUG(RTLLIB_DL_TS, "to add Ts\n");
Expand Down

0 comments on commit 53aeab0

Please sign in to comment.