Return-path: Received: from mail-vc0-f182.google.com ([209.85.220.182]:62740 "EHLO mail-vc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750842Ab3JDHzh (ORCPT ); Fri, 4 Oct 2013 03:55:37 -0400 Received: by mail-vc0-f182.google.com with SMTP id hf12so1616604vcb.13 for ; Fri, 04 Oct 2013 00:55:36 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <524E72B7.5000102@broadcom.com> References: <1380234106-12802-1-git-send-email-k.eugene.e@gmail.com> <20131003205710.GH3142@tuxdriver.com> <524E72B7.5000102@broadcom.com> Date: Fri, 4 Oct 2013 08:55:36 +0100 Message-ID: (sfid-20131004_095541_014295_302D8A78) Subject: Re: [PATCH] wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware From: Eugene Krasnikov To: Arend van Spriel Cc: "John W. Linville" , linux-wireless , wcn36xx@lists.infradead.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi Arend, Yes, i am building it as a module. Let me try to build it into the kernel, may be that is the reason why build fails. 2013/10/4 Arend van Spriel : > On 10/03/2013 11:22 PM, Eugene Krasnikov wrote: >> >> Hm, weird... do not see this problem myself. Let me try to sync latest >> wireless-next and will try to apply latest patch from this mailthread >> on top. > > > Hi Eugene, > > Do you build the driver as module. John is building it built-in then kernel. > > Gr. AvS > > >> P.S. If somebody esle can try to apply this patch and build that would >> be useful to know if problem is visible on others PCs as well. >> >> 2013/10/3 John W. Linville : >>> >>> On Thu, Sep 26, 2013 at 11:25:18PM +0100, Eugene Krasnikov wrote: >>>> >>>> Hi John, >>>> >>>> This is the latest version of wcn36xx driver on top of current >>>> wireless-next tree. Please let me know if you have any problems with >>>> applying it. >>>> >>>> 2013/9/26 Eugene Krasnikov : >>>>> >>>>> This is a mac80211 driver for Qualcomm WCN3660/WCN3680 devices. So >>>>> far WCN3660/WCN3680 is available only on MSM platform. >>>>> >>>>> Firmware can be found here: >>>>> >>>>> https://www.codeaurora.org/cgit/external/hisense/platform/vendor/qcom-opensource/wlan/prima/tree/firmware_bin?h=8130_CS >>>>> >>>>> Wiki page is available here: >>>>> http://wireless.kernel.org/en/users/Drivers/wcn36xx >>>>> >>>>> A lot people made a contribution to this driver. Here is the list in >>>>> alphabetical order: >>>>> >>>>> Eugene Krasnikov >>>>> Kalle Valo >>>>> Olof Johansson >>>>> Pontus Fuchs >>>>> Yanbo Li >>>>> >>>>> Signed-off-by: Eugene Krasnikov >>> >>> >>> 'make allyesconfig' yield this: >>> >>> LD drivers/net/wireless/ath/ath.o >>> LD drivers/net/wireless/ath/built-in.o >>> drivers/net/wireless/ath/wcn36xx/built-in.o: In function >>> `_GLOBAL__sub_I_65535_0_wcn36xx_set_default_rates': >>> >>> /home/linville/git/wireless-next/drivers/net/wireless/ath/wcn36xx/main.c:302: >>> multiple definition of `debug_mask' >>> >>> drivers/net/wireless/ath/ath6kl/built-in.o:/home/linville/git/wireless-next/drivers/net/wireless/ath/ath6kl/cfg80211.c:1208: >>> first defined here >>> make[2]: *** [drivers/net/wireless/ath/built-in.o] Error 1 >>> make[1]: *** [drivers/net/wireless/ath] Error 2 >>> make: *** [drivers/net/wireless/] Error 2 >>> >>> -- >>> John W. Linville Someday the world will need a hero, and >>> you >>> linville@tuxdriver.com might be all we have. Be ready. >> >> >> >> > > -- Best regards, Eugene