net: axienet: let core reject the unsupported coalescing parameters
authorJakub Kicinski <kuba@kernel.org>
Mon, 16 Mar 2020 20:47:11 +0000 (13:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Mar 2020 03:56:58 +0000 (20:56 -0700)
commit329bab6ea945e5d14193e650d5a1283b6d2f6d29
tree23216116e3a09f95064e91150294cf64d057865e
parente62780e600a92b83343cf836654ea4b83193c5f9
net: axienet: let core reject the unsupported coalescing parameters

Set ethtool_ops->supported_coalesce_params to let
the core reject unsupported coalescing parameters.

This driver already correctly rejected all unsupported
parameters. No functional changes.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/xilinx_axienet_main.c