diff options
Diffstat (limited to 'drivers/net/vmxnet3/vmxnet3_int.h')
-rw-r--r-- | drivers/net/vmxnet3/vmxnet3_int.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/vmxnet3/vmxnet3_int.h b/drivers/net/vmxnet3/vmxnet3_int.h index a9cb3fabb17f..b18eac1dccaa 100644 --- a/drivers/net/vmxnet3/vmxnet3_int.h +++ b/drivers/net/vmxnet3/vmxnet3_int.h | |||
@@ -56,6 +56,7 @@ | |||
56 | #include <linux/if_vlan.h> | 56 | #include <linux/if_vlan.h> |
57 | #include <linux/if_arp.h> | 57 | #include <linux/if_arp.h> |
58 | #include <linux/inetdevice.h> | 58 | #include <linux/inetdevice.h> |
59 | #include <linux/log2.h> | ||
59 | 60 | ||
60 | #include "vmxnet3_defs.h" | 61 | #include "vmxnet3_defs.h" |
61 | 62 | ||
@@ -69,10 +70,10 @@ | |||
69 | /* | 70 | /* |
70 | * Version numbers | 71 | * Version numbers |
71 | */ | 72 | */ |
72 | #define VMXNET3_DRIVER_VERSION_STRING "1.1.14.0-k" | 73 | #define VMXNET3_DRIVER_VERSION_STRING "1.1.18.0-k" |
73 | 74 | ||
74 | /* a 32-bit int, each byte encode a verion number in VMXNET3_DRIVER_VERSION */ | 75 | /* a 32-bit int, each byte encode a verion number in VMXNET3_DRIVER_VERSION */ |
75 | #define VMXNET3_DRIVER_VERSION_NUM 0x01010E00 | 76 | #define VMXNET3_DRIVER_VERSION_NUM 0x01011200 |
76 | 77 | ||
77 | #if defined(CONFIG_PCI_MSI) | 78 | #if defined(CONFIG_PCI_MSI) |
78 | /* RSS only makes sense if MSI-X is supported. */ | 79 | /* RSS only makes sense if MSI-X is supported. */ |