]> Pileus Git - ~andy/linux/commit
i40e: call clear_pxe after adminq is initialized
authorShannon Nelson <shannon.nelson@intel.com>
Sat, 21 Dec 2013 05:44:49 +0000 (05:44 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 11 Jan 2014 00:30:35 +0000 (16:30 -0800)
commit6ff4ef86be2043b24e89dd9b1e4b4e92fc7fc0fd
tree464cae3d4038ccf5c7fc69b3bc34c6e035e04ee3
parentc5c9eb9e78b2237ef81ef8cd83ba63206e266fc8
i40e: call clear_pxe after adminq is initialized

In the latest firmware the clear_pxe_mode function will use the
AdminQ request, so call this after AdminQ is set up rather than
relying on i40e_pf_reset() to clear the PXE mode.

Change-ID: Ice8cba2e9cbc3c7bde0a0bcf8eaf5009abef040b
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c