Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197422
b: refs/heads/master
c: 659770d
h: refs/heads/master
v: v3
  • Loading branch information
Andres More authored and Greg Kroah-Hartman committed May 14, 2010
1 parent f0bde85 commit 8b26425
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 138 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: 26233e6e27e890d592708a3cd233667820c40254
refs/heads/master: 659770d4033373340bc24fc125d1f3ba215e4669
8 changes: 4 additions & 4 deletions trunk/drivers/staging/vt6656/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ typedef struct __device_opt {
int short_retry;
int long_retry;
int bbp_type;
U32 flags;
u32 flags;
} OPTIONS, *POPTIONS;


Expand All @@ -453,17 +453,17 @@ typedef struct __device_info {
struct tasklet_struct ReadWorkItem;
struct tasklet_struct RxMngWorkItem;

U32 rx_buf_sz;
u32 rx_buf_sz;
int multicast_limit;
BYTE byRxMode;

spinlock_t lock;

U32 rx_bytes;
u32 rx_bytes;

BYTE byRevId;

U32 flags;
u32 flags;
ULONG Flags;

SCache sDupRxCache;
Expand Down
Loading

0 comments on commit 8b26425

Please sign in to comment.