qlge: Move firmware event handler.
authorRon Mercer <ron.mercer@qlogic.com>
Thu, 26 Feb 2009 10:08:34 +0000 (10:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 06:28:08 +0000 (22:28 -0800)
This is not a logical change but rather a move of the inbound firmware event
handler into it's own function as it will later be called by the outbound
path.
The addition of the mutex is to create exclusive access to the mailbox
commands between inbound and outbound handling.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found