ath5k: Don't fiddle with MSI on suspend/resume.
authorMichael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
Thu, 7 Aug 2008 17:34:01 +0000 (19:34 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 18 Aug 2008 15:05:13 +0000 (11:05 -0400)
commit37465c8a3ec7279e3314623d1e2d2a50c10cf79f
treeca5aa1d8aea8896230e7d198e4a567d1279f4528
parent7f37441c21d3ae9fec47ef418ccafb2823d12a27
ath5k: Don't fiddle with MSI on suspend/resume.

Commit 256b152b005e319f985f50f2a910a75ba0def74f (ath5k: don't enable
MSI, we cannot handle it yet) has removed msi support, but overlooked
the suspend/resume code. This patch completes msi removal.

I don't consider this patch copyrightable, and thus put it into the
public domain. The result is of course a base.c file dual-licensed under
3-clause-BSD and GPL.

Signed-off-by: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath5k/base.c