aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/3c523.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/3c523.h')
-rw-r--r--drivers/net/3c523.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/3c523.h b/drivers/net/3c523.h
index 7292f88b48e3..6956441687b9 100644
--- a/drivers/net/3c523.h
+++ b/drivers/net/3c523.h
@@ -130,7 +130,7 @@ struct rfd_struct
130/* 130/*
131 * Receive Buffer Descriptor (RBD) 131 * Receive Buffer Descriptor (RBD)
132 */ 132 */
133struct rbd_struct 133struct rbd_struct
134{ 134{
135 unsigned short status; /* status word,number of used bytes in buff */ 135 unsigned short status; /* status word,number of used bytes in buff */
136 unsigned short next; /* pointeroffset to next RBD */ 136 unsigned short next; /* pointeroffset to next RBD */
@@ -182,7 +182,7 @@ struct nop_cmd_struct
182/* 182/*
183 * IA Setup command 183 * IA Setup command
184 */ 184 */
185struct iasetup_cmd_struct 185struct iasetup_cmd_struct
186{ 186{
187 unsigned short cmd_status; 187 unsigned short cmd_status;
188 unsigned short cmd_cmd; 188 unsigned short cmd_cmd;
@@ -191,7 +191,7 @@ struct iasetup_cmd_struct
191}; 191};
192 192
193/* 193/*
194 * Configure command 194 * Configure command
195 */ 195 */
196struct configure_cmd_struct 196struct configure_cmd_struct
197{ 197{
@@ -213,9 +213,9 @@ struct configure_cmd_struct
213}; 213};
214 214
215/* 215/*
216 * Multicast Setup command 216 * Multicast Setup command
217 */ 217 */
218struct mcsetup_cmd_struct 218struct mcsetup_cmd_struct
219{ 219{
220 unsigned short cmd_status; 220 unsigned short cmd_status;
221 unsigned short cmd_cmd; 221 unsigned short cmd_cmd;
@@ -225,9 +225,9 @@ struct mcsetup_cmd_struct
225}; 225};
226 226
227/* 227/*
228 * transmit command 228 * transmit command
229 */ 229 */
230struct transmit_cmd_struct 230struct transmit_cmd_struct
231{ 231{
232 unsigned short cmd_status; 232 unsigned short cmd_status;
233 unsigned short cmd_cmd; 233 unsigned short cmd_cmd;