netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter
@ 2018-03-18  1:17 Igor Pylypiv
  0 siblings, 0 replies; only message in thread
From: Igor Pylypiv @ 2018-03-18  1:17 UTC (permalink / raw)
  To: David Miller; +Cc: Shrikrishna Khare, VMware, Inc., netdev, ipylypiv

Signed-off-by: Igor Pylypiv <ipylypiv@silver-peak.com>
---
 drivers/net/vmxnet3/vmxnet3_int.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/vmxnet3/vmxnet3_int.h b/drivers/net/vmxnet3/vmxnet3_int.h
index 018375f5d108..3de4cecda35a 100644
--- a/drivers/net/vmxnet3/vmxnet3_int.h
+++ b/drivers/net/vmxnet3/vmxnet3_int.h
@@ -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;
-- 
2.16.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-18  1:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-18  1:17 [PATCH] vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter Igor Pylypiv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).