From: Gerard Lledo Date: Sat, 28 Apr 2012 08:52:37 +0000 (+0000) Subject: sungem: Fix WakeOnLan X-Git-Tag: v3.4-rc6~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a8887d39e1ba5ee2d4ccb94b14d6f2dce5ddfca;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed