commit | 1dbf53a28262aa89ecbe653e8a9127c0baef9bc4 | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@emulex.com> | Thu May 12 19:32:16 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 13 14:41:35 2011 -0400 |
tree | 39936f2646f43f242b920c35eed1286bd18f7069 | |
parent | 6ed35eea3b96977d76d61b5862a3209044cb4b1f [diff] |
be2net: fix mbox polling for signal reception Sending mbox cmds require multiple steps of writing to the DB register and polling for an ack. Gettting interrupted in the middle by a signal breaks the mbox protocol. Use msleep() to not get interrupted. Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>