From 987b43a1d722a136a0f0e401f06695acce9daa0d Mon Sep 17 00:00:00 2001 From: Kyle Moffett Date: Mon, 13 Sep 2010 05:52:22 +0000 Subject: e1000: Clean up handling of dual-port NICs and support 82571 Consolidate the test for a dual-port NIC to one location for easy modification, then fix support for the dual-port 82571. Signed-off-by: Kyle Moffett --- drivers/net/e1000.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'drivers/net/e1000.h') diff --git a/drivers/net/e1000.h b/drivers/net/e1000.h index 720d8c67ca..5a02dc358e 100644 --- a/drivers/net/e1000.h +++ b/drivers/net/e1000.h @@ -113,11 +113,6 @@ typedef enum { e1000_100_full = 3 } e1000_speed_duplex_type; -typedef enum { - e1000_lan_a = 0, - e1000_lan_b = 1 -} e1000_lan_loc; - /* Flow Control Settings */ typedef enum { e1000_fc_none = 0, @@ -1059,7 +1054,6 @@ struct e1000_hw { uint32_t phy_init_script; uint32_t txd_cmd; e1000_media_type media_type; - e1000_lan_loc lan_loc; e1000_fc_type fc; e1000_bus_type bus_type; #if 0 -- cgit v1.2.3