diff options
author | 2021-04-06 21:17:30 +0800 | |
---|---|---|
committer | 2021-04-06 16:42:25 -0700 | |
commit | 63cf32389925e234d166fb1a336b46de7f846003 (patch) | |
tree | 9b8dfd66078159ca99d441219b5a42ad5b64af8a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: hns3: clear VF down state bit before request link status (diff) | |
download | wireguard-linux-63cf32389925e234d166fb1a336b46de7f846003.tar.xz wireguard-linux-63cf32389925e234d166fb1a336b46de7f846003.zip |
ethtool: fix incorrect datatype in set_eee ops
The member 'tx_lpi_timer' is defined with __u32 datatype in the ethtool
header file. Hence, we should use ethnl_update_u32() in set_eee ops.
Fixes: fd77be7bd43c ("ethtool: set EEE settings with EEE_SET request")
Cc: <stable@vger.kernel.org> # 5.10.x
Cc: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: Wong Vee Khee <vee.khee.wong@linux.intel.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions