]> git.baikalelectronics.ru Git - kernel.git/commit
[TG3]: Add parameter to tg3_halt
authorMichael Chan <mchan@broadcom.com>
Sun, 29 May 2005 21:57:48 +0000 (14:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 May 2005 21:57:48 +0000 (14:57 -0700)
commit0958c27b4d3bb6ddbbce2b8ed5bb954111fac72a
treea8e1c794fd332c19c739ba663a8d66acaee3d309
parentfc7bab691fc21d18e67f9e53670cd669276873dc
[TG3]: Add parameter to tg3_halt

Add a reset kind parameter to tg3_halt() so that the RESET_KIND_SUSPEND
parameter can be passed to tg3_halt() before doing offline tests.

All other calls to tg3_halt() will use the RESET_KIND_SHUTDOWN
parameter.

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