commit | bb9e44d0d0f45da356c39e485edacff6e14ba961 | [log] [tgz] |
---|---|---|
author | Bruce Allan <bruce.w.allan@intel.com> | Wed Mar 21 00:39:12 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Apr 03 15:25:08 2012 -0700 |
tree | ad4051375ad12407b3fdec34431a7a4da4009b0f | |
parent | aacc1bea190d731755a65cb8ec31dd756f4e263e [diff] |
e1000e: prevent oops when adapter is being closed and reset simultaneously When the adapter is closed while it is simultaneously going through a reset, it can cause a null-pointer dereference when the two different code paths simultaneously cleanup up the Tx/Rx resources. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>