i40e/i40evf: grab NVM devstarter version not image version
authorShannon Nelson <shannon.nelson@intel.com>
Thu, 26 Feb 2015 16:12:26 +0000 (16:12 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 5 Mar 2015 11:04:33 +0000 (03:04 -0800)
commit4f651a5b0aa561962c97b76bb67ceb57491efabc
treea2655b09e4672780e43abea8e26b98e3a50274e3
parent7589f65b32f4465e38cc1d71490ea6f3e170c08c
i40e/i40evf: grab NVM devstarter version not image version

0x2A is the NVM version so it has useful data but it is per image
version every image can have a different one. 0x18 is the dev starter
version which all the images for release will have the same version.
Of the two 0x18 is more useful and is what should be displayed.

Change-ID: Idf493da13a42ab211e2de0bef287f5de51033cca
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_adminq.c
drivers/net/ethernet/intel/i40e/i40e_type.h
drivers/net/ethernet/intel/i40evf/i40e_type.h