From: Dale Farnsworth Date: Fri, 2 Sep 2005 19:36:48 +0000 (-0700) Subject: [PATCH] mv643xx: Fix promiscuous mode handling X-Git-Tag: v2.6.14-rc1~748^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7342cd810cfd73120687d5323846e5c114cb23bb;p=pandora-kernel.git [PATCH] mv643xx: Fix promiscuous mode handling mv643xx_eth_get_config_reg() was reading the wrong register. mv643xx_eth_set_config_reg() was or'ing instead of setting the register. These functions are trivial and both are called only from mv643xx_eth_set_rx_mode() when changing to/from promiscuous mode. Remove both functions and do the operations directly in mv643xx_eth_set_rx_mode(). Also, maintain promiscuous mode setting across port resets. Signed-off-by: Dale Farnsworth Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed