diff options
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/common.h')
| -rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/common.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h index 6b5d96bced47..4ad692c4116c 100644 --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h @@ -242,7 +242,7 @@ struct stmmac_safety_stats {  #define SF_DMA_MODE 1		/* DMA STORE-AND-FORWARD Operation Mode */ -/* DAM HW feature register fields */ +/* DMA HW feature register fields */  #define DMA_HW_FEAT_MIISEL	0x00000001	/* 10/100 Mbps Support */  #define DMA_HW_FEAT_GMIISEL	0x00000002	/* 1000 Mbps Support */  #define DMA_HW_FEAT_HDSEL	0x00000004	/* Half-Duplex Support */ @@ -418,6 +418,7 @@ struct dma_features {  	unsigned int frpbs;  	unsigned int frpes;  	unsigned int addr64; +	unsigned int host_dma_width;  	unsigned int rssen;  	unsigned int vlhash;  	unsigned int sphen; @@ -531,7 +532,6 @@ struct mac_device_info {  	unsigned int xlgmac;  	unsigned int num_vlan;  	u32 vlan_filter[32]; -	unsigned int promisc;  	bool vlan_fail_q_en;  	u8 vlan_fail_q;  };  |