aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac/stmmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/stmmac/stmmac.h')
-rw-r--r--drivers/net/stmmac/stmmac.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/stmmac/stmmac.h b/drivers/net/stmmac/stmmac.h
index 12d1cb00c0d..92154ff7d70 100644
--- a/drivers/net/stmmac/stmmac.h
+++ b/drivers/net/stmmac/stmmac.h
@@ -51,7 +51,6 @@ struct stmmac_priv {
51 int is_gmac; 51 int is_gmac;
52 dma_addr_t dma_rx_phy; 52 dma_addr_t dma_rx_phy;
53 unsigned int dma_rx_size; 53 unsigned int dma_rx_size;
54 int rx_csum;
55 unsigned int dma_buf_sz; 54 unsigned int dma_buf_sz;
56 struct device *device; 55 struct device *device;
57 struct mac_device_info *hw; 56 struct mac_device_info *hw;
@@ -92,6 +91,9 @@ struct stmmac_priv {
92 struct vlan_group *vlgrp; 91 struct vlan_group *vlgrp;
93#endif 92#endif
94 int enh_desc; 93 int enh_desc;
94 int rx_coe;
95 int bugged_jumbo;
96 int no_csum_insertion;
95}; 97};
96 98
97#ifdef CONFIG_STM_DRIVERS 99#ifdef CONFIG_STM_DRIVERS