From: Giuseppe CAVALLARO Date: Wed, 3 Dec 2014 11:32:58 +0000 (+0100) Subject: stmmac: fix max coal timer parameter X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~10^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8d16cf81f9d5f7284aee55050fa6753535101b;p=pandora-kernel.git stmmac: fix max coal timer parameter This patch is to fix the max coalesce timer setting that can be provided by ethtool. The default value (STMMAC_COAL_TX_TIMER) was used in the set_coalesce helper instead of the max one (STMMAC_MAX_COAL_TX_TICK, so defined but not used). Signed-off-by: Giuseppe Cavallaro Signed-off-by: David S. Miller --- Reading git-diff-tree failed