Return-path: Received: from mail-px0-f174.google.com ([209.85.212.174]:56202 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756292Ab0GMVzK convert rfc822-to-8bit (ORCPT ); Tue, 13 Jul 2010 17:55:10 -0400 Received: by pxi14 with SMTP id 14so2463031pxi.19 for ; Tue, 13 Jul 2010 14:55:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4C3B6AAE.4070204@redfish-solutions.com> References: <1278879791-12646-1-git-send-email-hauke@hauke-m.de> <4C3B6AAE.4070204@redfish-solutions.com> From: "Luis R. Rodriguez" Date: Tue, 13 Jul 2010 14:54:49 -0700 Message-ID: Subject: Re: [PATCH] compat-wireless: fix build of ath5k for CONFIG_PM_SLEEP=n To: "Philip A. Prindeville" Cc: Hauke Mehrtens , linux-wireless@vger.kernel.org, mcgrof@infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, Jul 12, 2010 at 12:19 PM, Philip A. Prindeville wrote: > On 07/12/2010 09:30 AM, Luis R. Rodriguez wrote: >> On Sun, Jul 11, 2010 at 1:23 PM, Hauke Mehrtens wrote: >>> suspend and resume are activated in ath5k if CONFIG_PM_SLEEP is set and >>> not if just CONFIG_PM is set. >>> >>> This should fix the problems reported by Philip Prindeville. >>> >>> Signed-off-by: Hauke Mehrtens >> >> Thanks! Applied and pushed out, at noon we'll have a new tarball with this. >> >>   Luis > > And... > > >  CC [M]  /home/philipp/kernel/build_i586/compat-wireless-2010-07-12/net/bluetooth/l2cap.o > /home/philipp/kernel/build_i586/compat-wireless-2010-07-12/net/bluetooth/l2cap.c: In function 'l2cap_data_channel': > /home/philipp/kernel/build_i586/compat-wireless-2010-07-12/net/bluetooth/l2cap.c:4352: error: void value not ignored as it ought to be > make[4]: *** [/home/philipp/kernel/build_i586/compat-wireless-2010-07-12/net/bluetooth/l2cap.o] Error 1 > make[3]: *** [/home/philipp/kernel/build_i586/compat-wireless-2010-07-12/net/bluetooth] Error 2 > make[2]: *** [_module_/home/philipp/kernel/build_i586/compat-wireless-2010-07-12] Error 2 > make[2]: Leaving directory `/home/philipp/kernel/build_i586/linux-2.6.27.48-astlinux' > make[1]: *** [modules] Error 2 > make[1]: Leaving directory `/home/philipp/kernel/build_i586/compat-wireless-2010-07-12' > make: *** [/home/philipp/kernel/build_i586/compat-wireless-2010-07-12/net/wireless/lib80211.ko] Error 2 Thanks for reporting this, I am working on it now. Luis