Linux wireless drivers development
 help / color / mirror / Atom feed
From: "Arend van Spriel" <arend@broadcom.com>
To: "Eugene Krasnikov" <k.eugene.e@gmail.com>,
	"John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
	wcn36xx@lists.infradead.org
Subject: Re: [PATCH] wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware
Date: Fri, 4 Oct 2013 09:48:07 +0200	[thread overview]
Message-ID: <524E72B7.5000102@broadcom.com> (raw)
In-Reply-To: <CAFSJ42ZwJzd46UXE2crzuaMVRLzre9SVm_vFcQ-KAVY6Q9c3QQ@mail.gmail.com>

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 <linville@tuxdriver.com>:
>> 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 <k.eugene.e@gmail.com>:
>>>> 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 <k.eugene.e@gmail.com>
>>>> Kalle Valo <kvalo@qca.qualcomm.com>
>>>> Olof Johansson <dev@skyshaper.net>
>>>> Pontus Fuchs <pontus.fuchs@gmail.com>
>>>> Yanbo Li <yanbol@qti.qualcomm.com>
>>>>
>>>> Signed-off-by: Eugene Krasnikov <k.eugene.e@gmail.com>
>>
>> '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.
>
>
>



  reply	other threads:[~2013-10-04  7:48 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-26 22:21 [PATCH] wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware Eugene Krasnikov
2013-09-26 22:25 ` Eugene Krasnikov
2013-10-03 20:57   ` John W. Linville
2013-10-03 21:22     ` Eugene Krasnikov
2013-10-04  7:48       ` Arend van Spriel [this message]
2013-10-04  7:55         ` Eugene Krasnikov
2013-10-04 11:11           ` Eugene Krasnikov
2013-10-04 20:40             ` Eugene Krasnikov
2013-10-04 20:41             ` Eugene Krasnikov
2013-10-04 20:43               ` Eugene Krasnikov
  -- strict thread matches above, loose matches on Subject: below --
2013-09-26 22:28 Eugene Krasnikov
2013-10-04 23:45 ` Luis R. Rodriguez
2013-10-06 19:30   ` Eugene Krasnikov
2013-10-06 20:39     ` Eugene Krasnikov
2013-10-07 17:50     ` Luis R. Rodriguez
2013-10-07 20:59       ` Eugene Krasnikov
2013-10-07 22:56         ` Luis R. Rodriguez
2013-10-08 20:25           ` Eugene Krasnikov
2013-10-08 20:30             ` Eugene Krasnikov
2013-10-08 20:54             ` Joe Perches
2013-10-09 15:59               ` Eugene Krasnikov
2013-10-09 16:03                 ` Joe Perches
2013-10-09 16:17                   ` Eugene Krasnikov
2013-10-07  7:49   ` Johannes Berg
2013-10-07  7:57     ` Eugene Krasnikov
2013-09-02 10:38 Eugene Krasnikov
2013-09-02 10:40 ` Eugene Krasnikov
2013-09-02 14:34 ` Hauke Mehrtens
2013-09-02 18:54   ` Eugene Krasnikov
2013-09-22 22:47     ` Eugene Krasnikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=524E72B7.5000102@broadcom.com \
    --to=arend@broadcom.com \
    --cc=k.eugene.e@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=wcn36xx@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox