From: Anjali Singhai Jain Date: Wed, 18 Dec 2013 13:46:06 +0000 (+0000) Subject: i40e: Update the Current NVM version Low value X-Git-Tag: firefly_0821_release~176^2~4570^2~235^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4eb6f11d751f0ea5035a8136009189725aca66f9;p=firefly-linux-kernel-4.4.55.git i40e: Update the Current NVM version Low value The current driver will warn the user if the NVM version is out of date, this raises the bar to a newer version. Change-ID: I5ec21d8efa4e7c3fdacb56f85d310bb2229b1483 Signed-off-by: Anjali Singhai Jain Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/i40e/i40e.h b/drivers/net/ethernet/intel/i40e/i40e.h index 4d4cdbf6fad7..7dab660a8e50 100644 --- a/drivers/net/ethernet/intel/i40e/i40e.h +++ b/drivers/net/ethernet/intel/i40e/i40e.h @@ -88,7 +88,7 @@ /* The values in here are decimal coded as hex as is the case in the NVM map*/ #define I40E_CURRENT_NVM_VERSION_HI 0x2 -#define I40E_CURRENT_NVM_VERSION_LO 0x1 +#define I40E_CURRENT_NVM_VERSION_LO 0x30 /* magic for getting defines into strings */