Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267819
b: refs/heads/master
c: e75c3c4
h: refs/heads/master
i:
  267817: 579071d
  267815: 46a87c6
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 26ee6dc commit fdb97cb
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: 800119e7fa1fd3f9df3396e99aa5d4bba8e24f03
refs/heads/master: e75c3c4a8c53f3ee72e5a696f9792a341744128d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/r8192E_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ u8 rtl8192_phy_SetSwChnlCmdArray(
struct sw_chnl_cmd* CmdTable,
u32 CmdTableIdx,
u32 CmdTableSz,
SwChnlCmdID CmdID,
enum sw_chnl_cmd_id CmdID,
u32 Para1,
u32 Para2,
u32 msDelay
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/r8192E_phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@



typedef enum _SwChnlCmdID {
enum sw_chnl_cmd_id {
CmdID_End,
CmdID_SetTxPowerLevel,
CmdID_BBRegWrite10,
CmdID_WritePortUlong,
CmdID_WritePortUshort,
CmdID_WritePortUchar,
CmdID_RF_WriteReg,
} SwChnlCmdID;
};

/*--------------------------------Define structure--------------------------------*/
struct sw_chnl_cmd {
SwChnlCmdID CmdID;
enum sw_chnl_cmd_id CmdID;
u32 Para1;
u32 Para2;
u32 msDelay;
Expand Down

0 comments on commit fdb97cb

Please sign in to comment.