diff options
author | shemminger@osdl.org <shemminger@osdl.org> | 2005-11-24 01:00:53 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-12-01 02:22:52 -0500 |
commit | 8f7a17d12a8cfd0ab4a50dded8390f6c44f1f205 (patch) | |
tree | 87f839240bc9271ba9ecceda5938ddf1bc42223a /drivers/net/sk98lin/h/skdrv2nd.h | |
parent | 09f5a214389fe467c2ff15aa2b85349bbde15bce (diff) |
[PATCH] sk98lin: remove redundant fields in device info
Shrink size of per device data by removing redundant fields
or things that are only used at boot up.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/sk98lin/h/skdrv2nd.h')
-rw-r--r-- | drivers/net/sk98lin/h/skdrv2nd.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/sk98lin/h/skdrv2nd.h b/drivers/net/sk98lin/h/skdrv2nd.h index 0ebafc885705..778d9e618ebd 100644 --- a/drivers/net/sk98lin/h/skdrv2nd.h +++ b/drivers/net/sk98lin/h/skdrv2nd.h | |||
@@ -267,8 +267,6 @@ typedef struct s_DevNet DEV_NET; | |||
267 | struct s_DevNet { | 267 | struct s_DevNet { |
268 | int PortNr; | 268 | int PortNr; |
269 | int NetNr; | 269 | int NetNr; |
270 | int Mtu; | ||
271 | int Up; | ||
272 | SK_AC *pAC; | 270 | SK_AC *pAC; |
273 | }; | 271 | }; |
274 | 272 | ||
@@ -390,12 +388,10 @@ struct s_AC { | |||
390 | 388 | ||
391 | SK_IOC IoBase; /* register set of adapter */ | 389 | SK_IOC IoBase; /* register set of adapter */ |
392 | int BoardLevel; /* level of active hw init (0-2) */ | 390 | int BoardLevel; /* level of active hw init (0-2) */ |
393 | char DeviceStr[80]; /* adapter string from vpd */ | 391 | |
394 | SK_U32 AllocFlag; /* flag allocation of resources */ | 392 | SK_U32 AllocFlag; /* flag allocation of resources */ |
395 | struct pci_dev *PciDev; /* for access to pci config space */ | 393 | struct pci_dev *PciDev; /* for access to pci config space */ |
396 | SK_U32 PciDevId; /* pci device id */ | ||
397 | struct SK_NET_DEVICE *dev[2]; /* pointer to device struct */ | 394 | struct SK_NET_DEVICE *dev[2]; /* pointer to device struct */ |
398 | char Name[30]; /* driver name */ | ||
399 | 395 | ||
400 | int RxBufSize; /* length of receive buffers */ | 396 | int RxBufSize; /* length of receive buffers */ |
401 | struct net_device_stats stats; /* linux 'netstat -i' statistics */ | 397 | struct net_device_stats stats; /* linux 'netstat -i' statistics */ |
@@ -430,7 +426,6 @@ struct s_AC { | |||
430 | DIM_INFO DynIrqModInfo; /* all data related to DIM */ | 426 | DIM_INFO DynIrqModInfo; /* all data related to DIM */ |
431 | 427 | ||
432 | /* Only for tests */ | 428 | /* Only for tests */ |
433 | int PortUp; | ||
434 | int PortDown; | 429 | int PortDown; |
435 | int ChipsetType; /* Chipset family type | 430 | int ChipsetType; /* Chipset family type |
436 | * 0 == Genesis family support | 431 | * 0 == Genesis family support |