From: Simon Horman Date: Mon, 8 Jun 2009 14:28:36 +0000 (+0000) Subject: e1000e: Call e1000e_config_collision_dist() after TCTL has been set X-Git-Tag: v2.6.31-rc1~330^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edfea6e641edee07bc69c70dd978088fc1cecd74;p=pandora-kernel.git e1000e: Call e1000e_config_collision_dist() after TCTL has been set e1000e_config_collision_dist() sets tctl, but subsequently tctl is overwritten. It seems to me that as things stand the call to e1000e_config_collision_dist() has no effect and should either be removed or moved down a little bit. This kernel patch takes the latter option. Signed-off-by: Simon Horman Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed