From: Gerard Lledo Date: Sat, 28 Apr 2012 08:52:37 +0000 (+0000) Subject: sungem: Fix WakeOnLan X-Git-Tag: v3.2.18~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd8816dbc51731902518c28e08e3f279e4f0731;p=pandora-kernel.git sungem: Fix WakeOnLan [ Upstream commit 5a8887d39e1ba5ee2d4ccb94b14d6f2dce5ddfca ] 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed