From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mms3.broadcom.com ([216.31.210.19]:4980 "EHLO MMS3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750708Ab2BXJrV convert rfc822-to-8bit (ORCPT ); Fri, 24 Feb 2012 04:47:21 -0500 Message-ID: <4F475C99.2040802@broadcom.com> (sfid-20120224_104725_513812_C2C83576) Date: Fri, 24 Feb 2012 10:47:05 +0100 From: "Arend van Spriel" MIME-Version: 1.0 To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= cc: "linville@tuxdriver.com" , "linux-wireless@vger.kernel.org" , "M. Lambert" Subject: Re: [PATCH 14/15] brcm80211: fmac: add USB support for bcm43235/6/8 chipsets References: <1328818149-4826-1-git-send-email-arend@broadcom.com> <1328818149-4826-15-git-send-email-arend@broadcom.com> <4F46AD93.6010508@broadcom.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 02/24/2012 07:16 AM, Rafał Miłecki wrote: > W dniu 23 lutego 2012 22:20 użytkownik Arend van Spriel > napisał: >> On 02/23/2012 07:46 PM, Rafał Miłecki wrote: >>> >>> W dniu 23 lutego 2012 19:10 użytkownik Rafał Miłecki >>> napisał: >>>> >>>> 2012/2/9 Arend van Spriel: >>>>> >>>>> This patch extends the use of the brcmfmac driver with support for >>>>> chipsets with a USB host interface. The first chipsets supported are >>>>> the bcm43235, bcm43236, and bcm43238 for which firmware has been >>>>> submitted. >>>> >>>> >>>> Can you say something more about the firmware? AFAICS brcm directory >>>> in linux-firmware.git contains: >>>> brcmfmac43236b.bin >>>> brcmfmac4329.bin >>>> brcmfmac4330.bin >>>> >>>> >>>>> +#define BRCMF_USB_FW_NAME "brcm/brcmfmac-usb.bin" >>>> >>>> >>>> However your driver seems to require *only* brcmfmac-usb.bin firmware >>>> file... >>> >>> >>> The only file passing usb.c::check_file test seems to be >>> brcmfmac43236b.bin. I guess you meant this file name in usb.c. >>> >> >> Yes. bcm4329 and bcm4330 are SDIO cards. I will update the information on >> linuxwireless. > > I'm afraid we don't understand each other. The problem is that > filename of firmware submitted to the linux-firmware.git doesn't match > filename requested by brcmfmac/usb.c. > > brcmfmac43236b.bin != brcmfmac-usb.bin > I do understand and the instruction on linux-wireless says: cp brcm/brcmfmac43236b.bin /lib/firmware/brcm/brcmfmac/brcmfmac-usb.bin et voila, they match. However, I can follow the reasoning you gave in your patch albeit unlikely that someone inserts two wireless dongles in system. Gr. AvS