diff options
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r-- | drivers/net/e1000/e1000_hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index 28cdfe39e39a..fef1f7b4845b 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
@@ -1460,6 +1460,7 @@ struct e1000_hw { | |||
1460 | boolean_t mng_reg_access_disabled; | 1460 | boolean_t mng_reg_access_disabled; |
1461 | boolean_t leave_av_bit_off; | 1461 | boolean_t leave_av_bit_off; |
1462 | boolean_t kmrn_lock_loss_workaround_disabled; | 1462 | boolean_t kmrn_lock_loss_workaround_disabled; |
1463 | boolean_t bad_tx_carr_stats_fd; | ||
1463 | }; | 1464 | }; |
1464 | 1465 | ||
1465 | 1466 | ||