From: Ben Hutchings Date: Mon, 5 Sep 2011 07:43:49 +0000 (+0000) Subject: sfc: Use correct fields of struct ethtool_coalesce X-Git-Tag: v3.2-rc1~129^2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13225977f5429fc5a8c0c1933e3283ab4c7042d8;p=pandora-kernel.git sfc: Use correct fields of struct ethtool_coalesce An earlier developer misunderstood the meaning of the 'irq' fields and the driver did not support the standard fields. To avoid invalidating existing user documentation, we report and accept changes through either the standard or 'irq' fields. If both are changed at the same time, we prefer the standard field. Also explain why we don't currently use the 'max_frames' fields. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed