diff options
Diffstat (limited to 'drivers/net/e1000e/ich8lan.c')
-rw-r--r-- | drivers/net/e1000e/ich8lan.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/e1000e/ich8lan.c b/drivers/net/e1000e/ich8lan.c index e1f244a47807..8efe9a7cbaad 100644 --- a/drivers/net/e1000e/ich8lan.c +++ b/drivers/net/e1000e/ich8lan.c | |||
@@ -503,8 +503,10 @@ static s32 e1000_init_mac_params_ich8lan(struct e1000_adapter *adapter) | |||
503 | mac->rar_entry_count = E1000_ICH_RAR_ENTRIES; | 503 | mac->rar_entry_count = E1000_ICH_RAR_ENTRIES; |
504 | if (mac->type == e1000_ich8lan) | 504 | if (mac->type == e1000_ich8lan) |
505 | mac->rar_entry_count--; | 505 | mac->rar_entry_count--; |
506 | /* Set if manageability features are enabled. */ | 506 | /* FWSM register */ |
507 | mac->arc_subsystem_valid = true; | 507 | mac->has_fwsm = true; |
508 | /* ARC subsystem not supported */ | ||
509 | mac->arc_subsystem_valid = false; | ||
508 | /* Adaptive IFS supported */ | 510 | /* Adaptive IFS supported */ |
509 | mac->adaptive_ifs = true; | 511 | mac->adaptive_ifs = true; |
510 | 512 | ||