net: cdc_ncm: drop ethtool coalesce support
authorBjørn Mork <bjorn@mork.no>
Fri, 30 May 2014 07:31:07 +0000 (09:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Jun 2014 23:01:30 +0000 (16:01 -0700)
commite368d27ff007f7405cf668679f48ab3174a53922
tree4e36ea6a5988393c8e5bdb56e5c36665bdcd3b38
parent289507d3364f96f4b8814726917d572f71350d87
net: cdc_ncm: drop ethtool coalesce support

The ethtool coalesce API is not applicable for this driver. Forcing
it to fit the NCM aggregation redefined the API in a driver specific
way, which is much worse than defining a clean new API. These ethtool
coalesce functions have therefore been replaced by a new sysfs API.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/cdc_ncm.c