[TG3]: Save MSI state before suspend.
authorMichael Chan <mchan@broadcom.com>
Tue, 13 Feb 2007 20:16:45 +0000 (12:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2007 20:16:45 +0000 (12:16 -0800)
commit436f137975507b0baab0859a253c3c9332c22f62
tree482799400e745c518ee32ad9fa22b02bb4d20ed1
parente2e01bfef8399c8f39c9fdf4a5576039069e760c
[TG3]: Save MSI state before suspend.

This fixes the following problem:

http://bugzilla.kernel.org/show_bug.cgi?id=7969

The MSI state needs to be saved during suspend.  PCI state saved
during tg3_init_one() does not contain valid MSI state because
MSI hasn't been enabled.

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