]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: fix driver version initialization in firmware
authorJacob Keller <jacob.e.keller@intel.com>
Thu, 8 Sep 2011 03:50:54 +0000 (03:50 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 5 Oct 2011 09:54:05 +0000 (02:54 -0700)
commitae2d34a2fafa8128da2b18be59af012c479c6cab
treec4e86022592354ce06877d5ffebec5433d2a44bf
parent22ec5654cd2f5cc05530d9ced643cabf87ecee61
ixgbe: fix driver version initialization in firmware

This patch fixes an issue with storing the driver version for the
firmware. If the os does not support the particular firmware
management tools, the firmware requires a driver version to be written
as 0xFFFFFFFF rather than the actual driver version.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c