Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267875
b: refs/heads/master
c: 3c093c2
h: refs/heads/master
i:
  267873: b5de955
  267871: 56d54e0
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 4c25240 commit 5f04d15
Show file tree
Hide file tree
Showing 2 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: 3b45eb8309ab7e31c31ca046e36033ff9b90a336
refs/heads/master: 3c093c2ba168ec4a4bfd638c4c35cf748ea329a9
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1793,11 +1793,11 @@ struct rx_reorder_entry {
u16 SeqNum;
struct rtllib_rxb* prxb;
};
typedef enum _Fsync_State{
enum fsync_state {
Default_Fsync,
HW_Fsync,
SW_Fsync
} Fsync_State;
};

typedef enum _RT_PS_MODE
{
Expand Down Expand Up @@ -2377,7 +2377,7 @@ struct rtllib_device {
u8 fsync_multiple_timeinterval;
u32 fsync_firstdiff_ratethreshold;
u32 fsync_seconddiff_ratethreshold;
Fsync_State fsync_state;
enum fsync_state fsync_state;
bool bis_any_nonbepkts;
struct bandwidth_autoswitch bandwidth_auto_switch;
bool FwRWRF;
Expand Down

0 comments on commit 5f04d15

Please sign in to comment.