diff options
author | Ronak Doshi <doshir@vmware.com> | 2021-07-16 15:36:20 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-16 17:32:14 -0700 |
commit | 69dbef0d1c22476c422ee255e99d0e112ddd829d (patch) | |
tree | 5ce4e38389b1a1284c00b99641bf9b4c7b13cd80 /drivers/net/vmxnet3/vmxnet3_defs.h | |
parent | f4919ff59c2828064b4156e3c3600a169909bcf4 (diff) |
vmxnet3: prepare for version 6 changes
vmxnet3 is currently at version 4 and this patch initiates the
preparation to accommodate changes for upto version 6. Introduced
utility macros for vmxnet3 version 6 comparison and update Copyright
information.
Signed-off-by: Ronak Doshi <doshir@vmware.com>
Acked-by: Guolin Yang <gyang@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vmxnet3/vmxnet3_defs.h')
-rw-r--r-- | drivers/net/vmxnet3/vmxnet3_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/vmxnet3/vmxnet3_defs.h b/drivers/net/vmxnet3/vmxnet3_defs.h index a8d5ebd47c71..ce76ebc376da 100644 --- a/drivers/net/vmxnet3/vmxnet3_defs.h +++ b/drivers/net/vmxnet3/vmxnet3_defs.h @@ -1,7 +1,7 @@ /* * Linux driver for VMware's vmxnet3 ethernet NIC. * - * Copyright (C) 2008-2020, VMware, Inc. All Rights Reserved. + * Copyright (C) 2008-2021, VMware, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the |