diff options
author | Greg Rose <gregory.v.rose@intel.com> | 2011-05-19 02:11:45 +0000 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-09 20:40:39 -0700 |
commit | 1057c42747ebf4d1cbaa2ab6125b92914b8ec622 (patch) | |
tree | aa141b4e1ad35469c97cc16a207d73b649f710c1 /drivers/net/ixgbevf | |
parent | c7ac8679bec9397afe8918f788cbcef88c38da54 (diff) | |
download | op-kernel-dev-1057c42747ebf4d1cbaa2ab6125b92914b8ec622.zip op-kernel-dev-1057c42747ebf4d1cbaa2ab6125b92914b8ec622.tar.gz |
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>
Diffstat (limited to 'drivers/net/ixgbevf')
-rw-r--r-- | drivers/net/ixgbevf/ixgbevf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c index 28d3cb2..b2c5ecd 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."; |