]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter
authorIgor Pylypiv <ipylypiv@silver-peak.com>
Sun, 18 Mar 2018 01:17:58 +0000 (18:17 -0700)
committerDavid 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

index 99387a4a20a8316767aa2018946d6fb305443b37..59ec34052a651ee831bbcbacee467965c5aaba36 100644 (file)
@@ -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;