commit | 5a8887d39e1ba5ee2d4ccb94b14d6f2dce5ddfca | [log] [tgz] |
---|---|---|
author | Gerard Lledo <gerard.lledo@gmail.com> | Sat Apr 28 08:52:37 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 03 01:42:55 2012 -0400 |
tree | 5d3c23ec08162d5ccee13d82923b58e143d74adf | |
parent | b49960a05e32121d29316cfdf653894b88ac9190 [diff] |
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>