commit | e368d27ff007f7405cf668679f48ab3174a53922 | [log] [tgz] |
---|---|---|
author | Bjørn Mork <bjorn@mork.no> | Fri May 30 09:31:07 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 02 16:01:30 2014 -0700 |
tree | 4e36ea6a5988393c8e5bdb56e5c36665bdcd3b38 | |
parent | 289507d3364f96f4b8814726917d572f71350d87 [diff] |
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>