]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita1f5c0a6d403efb10bf8f4d5bce71243c4d4fc6c
tree50bdd69b9661ba9f8f15d9fc39516310097a1612
parent2f74181dad79e5d379f3c467fd3c18b6bc3f80c4
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