commit | 063a0b38a7e4ade79f00314c473d3c41a2c7eecf | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Wed Apr 02 09:03:23 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 02 09:33:53 2008 -0700 |
tree | ec3e97f8a213864ecce8c167bdaa428f094b2be2 | |
parent | 49115b7cb1483a14c557666b61fe81d3c23780d6 [diff] |
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 <shemminger@vyatta.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>