summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2014-10-10 17:51:54 (GMT)
committerDavid S. Miller <davem@davemloft.net>2014-10-10 19:39:15 (GMT)
commit61b423a8a0bd9aeaa046f9a24bed42e3a953a936 (patch)
tree755e1ac9da55cb85cdf1af2dbad21379019a1b03 /net
parent083731a8fbe71d83fc908adf137dc98ee352f280 (diff)
downloadlinux-61b423a8a0bd9aeaa046f9a24bed42e3a953a936.tar.xz
net: systemport: avoid unbalanced enable_irq_wake calls
Multiple enable_irq_wake() calls will keep increasing the IRQ wake_depth, which ultimately leads to the following types of situation: 1) enable Wake-on-LAN interrupt w/o password 2) enable Wake-on-LAN interrupt w/ password 3) enable Wake-on-LAN interrupt w/o password 4) disable Wake-on-LAN interrupt After step 4), SYSTEMPORT would always wake-up the system no matter what wake-up device we use, which is not what we want. Fix this by making sure there are no unbalanced enable_irq_wake() calls. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions