mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 07:30:16 +00:00
[PATCH] skge: disable tranmitter on shutdown
Here is a fix for a typo, thanks Eliot Dresselhaus. Since transmitter not active when device is down, it wasn't really noticed. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
acdd80d514
commit
0eedf4ac5b
@ -1819,7 +1819,7 @@ static void yukon_stop(struct skge_port *skge)
|
||||
|
||||
gma_write16(hw, port, GM_GP_CTRL,
|
||||
gma_read16(hw, port, GM_GP_CTRL)
|
||||
& ~(GM_GPCR_RX_ENA|GM_GPCR_RX_ENA));
|
||||
& ~(GM_GPCR_TX_ENA|GM_GPCR_RX_ENA));
|
||||
gma_read16(hw, port, GM_GP_CTRL);
|
||||
|
||||
/* set GPHY Control reset */
|
||||
|
Loading…
x
Reference in New Issue
Block a user