sis900: fix sis900_set_mode call parameters.
Leftover of 57d6d456cf
("sis900: stop
using net_device.{base_addr, irq} and convert to __iomem.").
It is needed for suspend / resume to work.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Tested-by: Jan Janssen <medhefgo@web.de>
Cc: Daniele Venzano <venza@brownhat.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
3587b1b097
commit
8495c0da20
@@ -2479,7 +2479,7 @@ static int sis900_resume(struct pci_dev *pci_dev)
|
|||||||
netif_start_queue(net_dev);
|
netif_start_queue(net_dev);
|
||||||
|
|
||||||
/* Workaround for EDB */
|
/* Workaround for EDB */
|
||||||
sis900_set_mode(ioaddr, HW_SPEED_10_MBPS, FDX_CAPABLE_HALF_SELECTED);
|
sis900_set_mode(sis_priv, HW_SPEED_10_MBPS, FDX_CAPABLE_HALF_SELECTED);
|
||||||
|
|
||||||
/* Enable all known interrupts by setting the interrupt mask. */
|
/* Enable all known interrupts by setting the interrupt mask. */
|
||||||
sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxIDLE);
|
sw32(imr, RxSOVR | RxORN | RxERR | RxOK | TxURN | TxERR | TxIDLE);
|
||||||
|
Reference in New Issue
Block a user