]> git.baikalelectronics.ru Git - kernel.git/commit
brcmsmac: remove PCI suspend/resume from bcma driver
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Jan 2012 22:58:42 +0000 (23:58 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 17 Jan 2012 14:54:08 +0000 (09:54 -0500)
commit5327755ec74ed6427302b872c2f46138adec5058
tree912d69316649f04bcf4b142bdec0ac353ea9fcf8
parent2acc113b6bc04dd8c1a316de48d71c37ab6ba6a9
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