linux/drivers/net/ethernet/sun
Gerard Lledo 5a8887d39e sungem: Fix WakeOnLan
WakeOnLan was broken in this driver because gp->asleep_wol is a 1-bit
bitfield and it was being assigned WAKE_MAGIC, which is (1 << 5).
gp->asleep_wol remains 0 and the machine never wakes up.  Fixed by casting
gp->wake_on_lan to bool.  Tested on an iBook G4.

Signed-off-by: Gerard Lledo <gerard.lledo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-05-03 01:42:55 -04:00
..
Kconfig drivers/net/ethernet/*: Enabled vendor Kconfig options 2011-08-27 00:58:56 -07:00
Makefile net: Fix sungem_phy sharing. 2011-08-16 00:16:49 -07:00
cassini.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
cassini.h
niu.c ethernet: unify return value of .ndo_set_mac_address if address is invalid 2012-02-23 17:03:20 -05:00
niu.h
sunbmac.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
sunbmac.h sunbmac: use standard #defines from mii.h. 2011-08-25 11:08:21 +02:00
sungem.c sungem: Fix WakeOnLan 2012-05-03 01:42:55 -04:00
sungem.h
sunhme.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
sunhme.h
sunqe.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
sunqe.h
sunvnet.c powerpc+sparc/vio: Modernize driver registration 2012-03-28 11:33:24 +11:00
sunvnet.h