bnx2: Add ack parameter to bnx2_fw_sync().
authorMichael Chan <mchan@broadcom.com>
Tue, 15 Jul 2008 05:38:23 +0000 (22:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 05:38:23 +0000 (22:38 -0700)
commita2f138900d5c342742c369293edaf92d2173c92e
tree50bdd69b9661ba9f8f15d9fc39516310097a1612
parent7bb0a04fcd610e5db59690332b2a46b6068c8bc3
bnx2: Add ack parameter to bnx2_fw_sync().

ack=1 means wait for firmware acknowledgement, and ack=0
means don't wait.  All current callers will set it to 1.

In the next patch, new calls will set ack=0.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c