brcmsmac: remove PCI suspend/resume from bcma driver
commit7e9e7fa414e47fccc6127f23bc866cbcc7e27dcb
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Jan 2012 22:58:42 +0000 (13 23:58 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 17 Jan 2012 14:54:08 +0000 (17 09:54 -0500)
tree912d69316649f04bcf4b142bdec0ac353ea9fcf8
parent7d5869e78f4c9d32f834dadefbb7dcb3c9d4d85f
brcmsmac: remove PCI suspend/resume from bcma driver

The brcmsmac driver isn't a PCI driver any more, it's a bcma one.  The
PCI device has been resumed by the PCI driver (the generic PCI layer,
really), we should be resuming just our own driver state.

Also add pr_debug() calls to show that we now actually get the
suspend/resume events.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c