aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGerard Lledo <gerard.lledo@gmail.com>2012-04-28 08:52:37 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-21 09:40:00 -0700
commit0acfc3c427fadb1b714940c56c194f97e72fda7a (patch)
tree76fb6b0a1df810c549e2c008b7dece8378c2ebb0 /Documentation
parentbdffb470b07b026cf8d1e83d07085f335dae8eac (diff)
downloadkernel_samsung_smdk4412-0acfc3c427fadb1b714940c56c194f97e72fda7a.zip
kernel_samsung_smdk4412-0acfc3c427fadb1b714940c56c194f97e72fda7a.tar.gz
kernel_samsung_smdk4412-0acfc3c427fadb1b714940c56c194f97e72fda7a.tar.bz2
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 <gerard.lledo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions