commit | 6d7760a88c25057c2c2243e5dfe2d731064bd31d | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Mon Jul 27 11:25:58 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 27 11:25:58 2009 -0700 |
tree | 6bc0eba235e8a4cd3ada1627cffa2ca7c6e60d4d | |
parent | 0cbb0a781a42f131e9c6836554f402cb85f8f38b [diff] |
cnic: Fix ISCSI_KEVENT_IF_DOWN message handling. When a net device goes down or when the bnx2i driver is unloaded, the code was not generating the ISCSI_KEVENT_IF_DOWN message properly and this could cause the userspace driver to crash. This is fixed by sending the message properly in the shutdown path. cnic_uio_stop() is also added to send the message when bnx2i is unregistering. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>