mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
b5dd0e792f
commit
8137a8e219
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue