Skip to content

Commit

Permalink
vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Pylypiv <ipylypiv@silver-peak.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Igor Pylypiv authored and David S. Miller committed Mar 20, 2018
1 parent b5dd0e7 commit 8137a8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/vmxnet3/vmxnet3_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8137a8e

Please sign in to comment.