diff options
Diffstat (limited to 'drivers/net/sk_mca.h')
-rw-r--r-- | drivers/net/sk_mca.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sk_mca.h b/drivers/net/sk_mca.h index d6fa1823dfa6..0dae056fed99 100644 --- a/drivers/net/sk_mca.h +++ b/drivers/net/sk_mca.h | |||
@@ -25,11 +25,11 @@ typedef struct { | |||
25 | int nextrx; /* index of next RX descriptor to | 25 | int nextrx; /* index of next RX descriptor to |
26 | be read */ | 26 | be read */ |
27 | int nexttxput; /* index of next free TX descriptor */ | 27 | int nexttxput; /* index of next free TX descriptor */ |
28 | int nexttxdone; /* index of next TX descriptor to | 28 | int nexttxdone; /* index of next TX descriptor to |
29 | be finished */ | 29 | be finished */ |
30 | int txbusy; /* # of busy TX descriptors */ | 30 | int txbusy; /* # of busy TX descriptors */ |
31 | struct net_device_stats stat; /* packet statistics */ | 31 | struct net_device_stats stat; /* packet statistics */ |
32 | int realirq; /* memorizes actual IRQ, even when | 32 | int realirq; /* memorizes actual IRQ, even when |
33 | currently not allocated */ | 33 | currently not allocated */ |
34 | skmca_medium medium; /* physical cannector */ | 34 | skmca_medium medium; /* physical cannector */ |
35 | spinlock_t lock; | 35 | spinlock_t lock; |