aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Rose <gregory.v.rose@intel.com>2011-05-19 02:11:45 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-06-09 20:40:39 -0700
commit1057c42747ebf4d1cbaa2ab6125b92914b8ec622 (patch)
treeaa141b4e1ad35469c97cc16a207d73b649f710c1
parentrtnetlink: Compute and store minimum ifinfo dump size (diff)
downloadlinux-dev-1057c42747ebf4d1cbaa2ab6125b92914b8ec622.tar.xz
linux-dev-1057c42747ebf4d1cbaa2ab6125b92914b8ec622.zip
ixgbevf: Update the driver string
Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Tested-by: Evan Swanson <evan.swanson@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r--drivers/net/ixgbevf/ixgbevf_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c
index 28d3cb21d376..b2c5ecda7977 100644
--- a/drivers/net/ixgbevf/ixgbevf_main.c
+++ b/drivers/net/ixgbevf/ixgbevf_main.c
@@ -52,7 +52,7 @@ char ixgbevf_driver_name[] = "ixgbevf";
static const char ixgbevf_driver_string[] =
"Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver";
-#define DRV_VERSION "2.0.0-k2"
+#define DRV_VERSION "2.1.0-k"
const char ixgbevf_driver_version[] = DRV_VERSION;
static char ixgbevf_copyright[] =
"Copyright (c) 2009 - 2010 Intel Corporation.";