Skip to content

Commit

Permalink
i40e: Update the Current NVM version Low value
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jesse Brandeburg <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
  • Loading branch information
anjalisinghai1 authored and Jeff Kirsher committed Jan 11, 2014
1 parent c8e3c58 commit 4eb6f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/i40e/i40e.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4eb6f11

Please sign in to comment.