From: Julia Lawall <hidden> Date: 2014-01-06 10:09:54
In the function tlan_suspend, I wonder if the following code is correct?
pci_wake_from_d3(pdev, false);
I have only a moderate understanding of the code, but it seems odd that
both the suspend function and the resume function turn off wakeup events.
julia