]> Git Repo - linux.git/commit
sky2: fix suspend/resume races
authorStephen Hemminger <[email protected]>
Wed, 2 Apr 2008 16:03:23 +0000 (09:03 -0700)
committerLinus Torvalds <[email protected]>
Wed, 2 Apr 2008 16:33:53 +0000 (09:33 -0700)
commit063a0b38a7e4ade79f00314c473d3c41a2c7eecf
treeec3e97f8a213864ecce8c167bdaa428f094b2be2
parent49115b7cb1483a14c557666b61fe81d3c23780d6
sky2: fix suspend/resume races

There are a couple of possible races on suspend/resume.
First the driver needs to block new packets from being queued for Tx.
The other less likely problem is the watchdog timer going off
during resume.

Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/net/sky2.c
This page took 0.04928 seconds and 4 git commands to generate.