diff options
Diffstat (limited to 'drivers/net/netxen/netxen_nic.h')
-rw-r--r-- | drivers/net/netxen/netxen_nic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h index 8cb29f5b1038..ec2ed89a0828 100644 --- a/drivers/net/netxen/netxen_nic.h +++ b/drivers/net/netxen/netxen_nic.h | |||
@@ -863,6 +863,7 @@ struct netxen_adapter { | |||
863 | unsigned char mac_addr[ETH_ALEN]; | 863 | unsigned char mac_addr[ETH_ALEN]; |
864 | int mtu; | 864 | int mtu; |
865 | int portnum; | 865 | int portnum; |
866 | u8 physical_port; | ||
866 | 867 | ||
867 | struct work_struct watchdog_task; | 868 | struct work_struct watchdog_task; |
868 | struct timer_list watchdog_timer; | 869 | struct timer_list watchdog_timer; |
@@ -1169,5 +1170,4 @@ extern int netxen_rom_fast_read(struct netxen_adapter *adapter, int addr, | |||
1169 | 1170 | ||
1170 | extern struct ethtool_ops netxen_nic_ethtool_ops; | 1171 | extern struct ethtool_ops netxen_nic_ethtool_ops; |
1171 | 1172 | ||
1172 | extern int physical_port[]; /* physical port # from virtual port.*/ | ||
1173 | #endif /* __NETXEN_NIC_H_ */ | 1173 | #endif /* __NETXEN_NIC_H_ */ |