aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Rustad <mark.d.rustad@intel.com>2015-08-11 16:11:58 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-09-24 02:09:34 -0400
commit21dd560162d4bbf98cc81b303bfa19740ae5b964 (patch)
treec71fa37e2cd7b19fe1388a413ed31e1215c49515
parentc5846ba44500293d290eb2a31bd344565f237ad3 (diff)
ixgbe: Advance version to 4.2.1
With the addition of X550em_x SFP+ support, the driver is now functionally equivalent to what will be the 4.2.1 driver when released, so change the version to match. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Krishneil Singh <krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r--drivers/net/ethernet/intel/ixgbe/ixgbe_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
index 9b70595b3f22..191003901adb 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
@@ -79,7 +79,7 @@ char ixgbe_default_device_descr[] =
79static char ixgbe_default_device_descr[] = 79static char ixgbe_default_device_descr[] =
80 "Intel(R) 10 Gigabit Network Connection"; 80 "Intel(R) 10 Gigabit Network Connection";
81#endif 81#endif
82#define DRV_VERSION "4.0.1-k" 82#define DRV_VERSION "4.2.1-k"
83const char ixgbe_driver_version[] = DRV_VERSION; 83const char ixgbe_driver_version[] = DRV_VERSION;
84static const char ixgbe_copyright[] = 84static const char ixgbe_copyright[] =
85 "Copyright (c) 1999-2015 Intel Corporation."; 85 "Copyright (c) 1999-2015 Intel Corporation.";