From: Bruce Allan Date: Wed, 16 Jan 2013 08:54:35 +0000 (+0000) Subject: e1000e: use generic IEEE MII definitions X-Git-Tag: v3.9-rc1~139^2~197^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ade1a41d69b8b734dd9947bf7ec25bb2fd2f33;p=pandora-kernel.git e1000e: use generic IEEE MII definitions For standard IEEE MII-compatible transceivers, the kernel has generic register and bit definitions. Use those instead of redundant local defines. Do not replace references of MII_CR_SPEED_10 with BMCR_SPEED10 (0x0000) when it is not necessary (i.e. when it is bitwise OR'ed with another value). Some whitespace issues in the surrounding context of the above changes are also cleaned up. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed