summaryrefslogtreecommitdiff
path: root/kmod/igb/e1000_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmod/igb/e1000_hw.h')
-rw-r--r--kmod/igb/e1000_hw.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kmod/igb/e1000_hw.h b/kmod/igb/e1000_hw.h
index 7430e06e..3bcecf19 100644
--- a/kmod/igb/e1000_hw.h
+++ b/kmod/igb/e1000_hw.h
@@ -1,7 +1,7 @@
/*******************************************************************************
Intel(R) Gigabit Ethernet Linux driver
- Copyright(c) 2007-2014 Intel Corporation.
+ Copyright(c) 2007-2015 Intel Corporation.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
@@ -441,7 +441,6 @@ struct e1000_hw_stats {
u64 b2ogprc;
};
-
struct e1000_phy_stats {
u32 idle_errors;
u32 receive_errors;
@@ -618,7 +617,7 @@ struct e1000_mac_info {
u16 uta_reg_count;
/* Maximum size of the MTA register table in all supported adapters */
- #define MAX_MTA_REG 128
+#define MAX_MTA_REG 128
u32 mta_shadow[MAX_MTA_REG];
u16 rar_entry_count;