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)
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>

No differences found