diff options
Diffstat (limited to 'drivers/net/cxgb3/common.h')
-rw-r--r-- | drivers/net/cxgb3/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h index ada5e4b89cd8..7e9e43d1074e 100644 --- a/drivers/net/cxgb3/common.h +++ b/drivers/net/cxgb3/common.h | |||
@@ -513,6 +513,7 @@ struct cmac { | |||
513 | u64 rx_mcnt; | 513 | u64 rx_mcnt; |
514 | unsigned int toggle_cnt; | 514 | unsigned int toggle_cnt; |
515 | unsigned int txen; | 515 | unsigned int txen; |
516 | u64 rx_pause; | ||
516 | struct mac_stats stats; | 517 | struct mac_stats stats; |
517 | }; | 518 | }; |
518 | 519 | ||