diff options
Diffstat (limited to 'drivers/net/bnx2x_link.h')
-rw-r--r-- | drivers/net/bnx2x_link.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/bnx2x_link.h b/drivers/net/bnx2x_link.h index 714d37ac95de..b222552b868d 100644 --- a/drivers/net/bnx2x_link.h +++ b/drivers/net/bnx2x_link.h | |||
@@ -58,11 +58,13 @@ struct link_params { | |||
58 | 58 | ||
59 | u16 req_duplex; | 59 | u16 req_duplex; |
60 | u16 req_flow_ctrl; | 60 | u16 req_flow_ctrl; |
61 | u16 req_fc_auto_adv; /* Should be set to TX / BOTH when | ||
62 | req_flow_ctrl is set to AUTO */ | ||
61 | u16 req_line_speed; /* Also determine AutoNeg */ | 63 | u16 req_line_speed; /* Also determine AutoNeg */ |
62 | 64 | ||
63 | /* Device parameters */ | 65 | /* Device parameters */ |
64 | u8 mac_addr[6]; | 66 | u8 mac_addr[6]; |
65 | u16 mtu; | 67 | |
66 | 68 | ||
67 | 69 | ||
68 | /* shmem parameters */ | 70 | /* shmem parameters */ |