commit | c3aec05dfe2cb1bc1fdf3593da82bc987211338a | [log] [tgz] |
---|---|---|
author | Emil Tantilov <emil.s.tantilov@intel.com> | Mon Sep 11 14:21:36 2017 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Oct 09 10:05:19 2017 -0700 |
tree | cbf4cb45f61804087c070d10e1f5ea888cc3fced | |
parent | dcfd6b839c998bc9838e2a47f44f37afbdf3099c [diff] |
ixgbe: fix the FWSM.PT check in ixgbe_mng_present() Bits other than FWSM.PT can be set in IXGBE_SWFW_MODE_MASK making the previous check invalid. Change the check for MNG present to be only based on FWSM.PT bit. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>