aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ucc_geth.h')
-rw-r--r--drivers/net/ucc_geth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h
index 602764799df0..dca628a922ba 100644
--- a/drivers/net/ucc_geth.h
+++ b/drivers/net/ucc_geth.h
@@ -1099,7 +1099,7 @@ struct ucc_geth_info {
1099 u32 eventRegMask; 1099 u32 eventRegMask;
1100 u16 pausePeriod; 1100 u16 pausePeriod;
1101 u16 extensionField; 1101 u16 extensionField;
1102 char phy_bus_id[BUS_ID_SIZE]; 1102 struct device_node *phy_node;
1103 u8 weightfactor[NUM_TX_QUEUES]; 1103 u8 weightfactor[NUM_TX_QUEUES];
1104 u8 interruptcoalescingmaxvalue[NUM_RX_QUEUES]; 1104 u8 interruptcoalescingmaxvalue[NUM_RX_QUEUES];
1105 u8 l2qt[UCC_GETH_VLAN_PRIORITY_MAX]; 1105 u8 l2qt[UCC_GETH_VLAN_PRIORITY_MAX];