projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5dd0e7
)
vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter
author
Igor Pylypiv
<ipylypiv@silver-peak.com>
Sun, 18 Mar 2018 01:17:58 +0000
(18:17 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 20 Mar 2018 14:56:25 +0000
(10:56 -0400)
Signed-off-by: Igor Pylypiv <ipylypiv@silver-peak.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vmxnet3/vmxnet3_int.h
patch
|
blob
|
history
diff --git
a/drivers/net/vmxnet3/vmxnet3_int.h
b/drivers/net/vmxnet3/vmxnet3_int.h
index 99387a4a20a8316767aa2018946d6fb305443b37..59ec34052a651ee831bbcbacee467965c5aaba36 100644
(file)
--- 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;