aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3
diff options
context:
space:
mode:
authorIgor Pylypiv <ipylypiv@silver-peak.com>2018-03-17 18:17:58 -0700
committerDavid S. Miller <davem@davemloft.net>2018-03-20 10:56:25 -0400
commit8137a8e2190975ed9060111ce13000792360aba3 (patch)
tree5994888383e39c2bf9b70ae7fe5768b79409c246 /drivers/net/vmxnet3
parentMerge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth (diff)
downloadlinux-dev-8137a8e2190975ed9060111ce13000792360aba3.tar.xz
linux-dev-8137a8e2190975ed9060111ce13000792360aba3.zip
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>
Diffstat (limited to 'drivers/net/vmxnet3')
-rw-r--r--drivers/net/vmxnet3/vmxnet3_int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/vmxnet3/vmxnet3_int.h b/drivers/net/vmxnet3/vmxnet3_int.h
index 99387a4a20a8..59ec34052a65 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;