Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360826
b: refs/heads/master
c: acac840
h: refs/heads/master
v: v3
  • Loading branch information
Frank Li authored and David S. Miller committed Mar 4, 2013
1 parent 4ef49bb commit e68b7f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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: 3e8b0ac3e41e3c882222a5522d5df7212438ab51
refs/heads/master: acac8406cd523a3afbd6c6db31e9f763644bf6ba
15 changes: 7 additions & 8 deletions trunk/drivers/net/ethernet/freescale/fec.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ struct bufdesc {
unsigned short cbd_sc; /* Control and status info */
unsigned long cbd_bufaddr; /* Buffer address */
};
#else
struct bufdesc {
unsigned short cbd_sc; /* Control and status info */
unsigned short cbd_datlen; /* Data length */
unsigned long cbd_bufaddr; /* Buffer address */
};
#endif

struct bufdesc_ex {
struct bufdesc desc;
Expand All @@ -107,14 +114,6 @@ struct bufdesc_ex {
unsigned short res0[4];
};

#else
struct bufdesc {
unsigned short cbd_sc; /* Control and status info */
unsigned short cbd_datlen; /* Data length */
unsigned long cbd_bufaddr; /* Buffer address */
};
#endif

/*
* The following definitions courtesy of commproc.h, which where
* Copyright (c) 1997 Dan Malek (dmalek@jlc.net).
Expand Down

0 comments on commit e68b7f1

Please sign in to comment.