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 5d8fad3bb203..70cd681fd1ce 100644
--- a/drivers/net/e1000e/ich8lan.c
+++ b/drivers/net/e1000e/ich8lan.c
@@ -3503,6 +3503,7 @@ struct e1000_info e1000_pch_info = {
3503 | FLAG_HAS_JUMBO_FRAMES 3503 | FLAG_HAS_JUMBO_FRAMES
3504 | FLAG_DISABLE_FC_PAUSE_TIME /* errata */ 3504 | FLAG_DISABLE_FC_PAUSE_TIME /* errata */
3505 | FLAG_APME_IN_WUC, 3505 | FLAG_APME_IN_WUC,
3506 .flags2 = FLAG2_HAS_PHY_STATS,
3506 .pba = 26, 3507 .pba = 26,
3507 .max_hw_frame_size = 4096, 3508 .max_hw_frame_size = 4096,
3508 .get_variants = e1000_get_variants_ich8lan, 3509 .get_variants = e1000_get_variants_ich8lan,