commit | 111820b0515a30c11b37531d0c29bc07f00511f3 | [log] [tgz] |
---|---|---|
author | Brett Creeley <brett.creeley@intel.com> | Thu Feb 27 10:14:56 2020 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Mar 10 13:10:15 2020 -0700 |
tree | df7ed32af38e3ec1d937973f4d693284ce7d2634 | |
parent | f844d5212cb0207334e75bdb94a2add6fb9c8c0b [diff] |
ice: Display Link detected via Ethtool in safe mode Currently the "Link detected" field is not shown when the device goes into safe mode. This is because the safe mode Ethtool ops does not set the get_link function. Fix this by setting the safe mode Ethtool op get_link function. Signed-off-by: Brett Creeley <brett.creeley@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>