i40e: fix clearing link masks in i40e_get_link_ksettings
authorAlan Brady <alan.brady@intel.com>
Thu, 5 Oct 2017 21:53:34 +0000 (14:53 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 17 Oct 2017 17:48:51 +0000 (10:48 -0700)
commit5f434994ba94f7f02c1f47a9dd13204d1fbc9686
tree5b38e06c6c35e07089ce0e95695fb75d372eeedd
parent21675bdc214b34d2ce4e30396e9ff36f0e61ae93
i40e: fix clearing link masks in i40e_get_link_ksettings

This fixes two issues in i40e_get_link_ksettings.  It adds calls to
ethtool_link_ksettings_zero_link_mode to make sure advertising and
supported link masks are cleared before we start setting bits in them.

This also replaces some funky bit manipulations with a much nicer call
to ethtool_link_ksettings_del_link_mode when removing link modes.

Signed-off-by: Alan Brady <alan.brady@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_ethtool.c