From: Francois Romieu Date: Fri, 2 Sep 2005 22:56:16 +0000 (+0200) Subject: [PATCH] sis190: make 10Mbps the default when handling the StationControl register X-Git-Tag: v2.6.14-rc1~748^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6614a6dc6ebba4d3ca0ba5ea023b61a7d22ab00b;p=pandora-kernel.git [PATCH] sis190: make 10Mbps the default when handling the StationControl register This patch does three things: - widen the access to the StationControl register (note the SIS_W16 versus SIS_W32 change); - default to 10Mbps half duplex when the LPA can not be evaluated (reg31->ctl is identical for both). It can be argued that it makes sense as the lowest common denominator when everything else failed. Btw it works better than the current code. :o) - remove some enums: they do not document anymore. Signed-off-by: Francois Romieu Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed