aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/ich8lan.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000e/ich8lan.c')
-rw-r--r--drivers/net/e1000e/ich8lan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000e/ich8lan.c b/drivers/net/e1000e/ich8lan.c
index ad08cf3f40c0..061cd100aac2 100644
--- a/drivers/net/e1000e/ich8lan.c
+++ b/drivers/net/e1000e/ich8lan.c
@@ -3302,6 +3302,7 @@ static struct e1000_mac_operations ich8_mac_ops = {
3302 /* cleanup_led dependent on mac type */ 3302 /* cleanup_led dependent on mac type */
3303 .clear_hw_cntrs = e1000_clear_hw_cntrs_ich8lan, 3303 .clear_hw_cntrs = e1000_clear_hw_cntrs_ich8lan,
3304 .get_bus_info = e1000_get_bus_info_ich8lan, 3304 .get_bus_info = e1000_get_bus_info_ich8lan,
3305 .set_lan_id = e1000_set_lan_id_single_port,
3305 .get_link_up_info = e1000_get_link_up_info_ich8lan, 3306 .get_link_up_info = e1000_get_link_up_info_ich8lan,
3306 /* led_on dependent on mac type */ 3307 /* led_on dependent on mac type */
3307 /* led_off dependent on mac type */ 3308 /* led_off dependent on mac type */