igb: Update NVM functions to work with i350 devices
This patch adds functions and functions pointers to accommodate differences between NVM interfaces and options for i350 devices, 82580 devices and the rest. Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
committed by
Jeff Kirsher
parent
09b068d457
commit
4322e561a9
@@ -721,7 +721,7 @@ static int igb_set_eeprom(struct net_device *netdev,
|
||||
/* Update the checksum over the first part of the EEPROM if needed
|
||||
* and flush shadow RAM for 82573 controllers */
|
||||
if ((ret_val == 0) && ((first_word <= NVM_CHECKSUM_REG)))
|
||||
igb_update_nvm_checksum(hw);
|
||||
hw->nvm.ops.update(hw);
|
||||
|
||||
kfree(eeprom_buff);
|
||||
return ret_val;
|
||||
|
Reference in New Issue
Block a user