1
0
Fork 0

vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter

Signed-off-by: Igor Pylypiv <ipylypiv@silver-peak.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Igor Pylypiv 2018-03-17 18:17:58 -07:00 committed by David S. Miller
parent b5dd0e792f
commit 8137a8e219
1 changed files with 0 additions and 2 deletions

View File

@ -342,8 +342,6 @@ struct vmxnet3_adapter {
u8 __iomem *hw_addr1; /* for BAR 1 */
u8 version;
bool rxcsum;
#ifdef VMXNET3_RSS
struct UPT1_RSSConf *rss_conf;
bool rss;