commit | 3b20b2dc5f713aa7eca20a8ff942292974a1cc94 | [log] [tgz] |
---|---|---|
author | Jon Mason <mason@myri.com> | Mon Jun 27 05:05:00 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 29 06:02:04 2011 -0700 |
tree | 90cf504467ec9b5b1af7748704a966d8f06008be | |
parent | 81399ec683632b85863b093f4fffe2b4511e49e6 [diff] |
myri10ge: ensure tx queues remain stopped Ensure that our tx queues remain stopped when we stop them in myri10ge_close(). Not doing so can potentially lead to traffic being transmitted when the interface is removed, which can lead to NULL pointer dereferences. Signed-off-by: Jon Mason <mason@myri.com> Signed-off-by: David S. Miller <davem@davemloft.net>