Return-path: Received: from mail-yw0-f51.google.com ([209.85.213.51]:39951 "EHLO mail-yw0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752904Ab2FYPlo (ORCPT ); Mon, 25 Jun 2012 11:41:44 -0400 Received: by yhnn12 with SMTP id n12so3472394yhn.10 for ; Mon, 25 Jun 2012 08:41:44 -0700 (PDT) Message-ID: <4FE886B3.7020202@lwfinger.net> (sfid-20120625_174150_593774_CCF36035) Date: Mon, 25 Jun 2012 10:41:39 -0500 From: Larry Finger MIME-Version: 1.0 To: Brett Rudley , Arend van Spriel , "Franky (Zhenhui) Lin" , Kan Yan CC: wireless , brcm80211-dev-list@broadcom.com Subject: Question about BCM43228 and outdated description in MAINTAINERS Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi, I recently received a donated BCM43228 (14e4:4359) mini-PCIe card. At the moment, neither b43 nor brcmsmac support it. Although, grepping the proprietary driver wl shows that it would recognize that PCI ID, that driver does not load as it requires routine lockdep_init_map(), which is exported only for GPL modules. As a result, owners of this device can only use it with Linux if they can find a suitable Windows driver for use with ndiswrapper. In my experience, that means that 64-bit users are out of luck. Reverse engineering this device to be able to drive it with b43 would involve a lot of effort. If your group is planning on adding it to brcmsmac, then I would not undertake this project. To the fullest extent that you can, please advise me regarding this matter. When getting your addresses from file MAINTAINERS, I noticed that it was not updated for the name change from brcm80211 to brcmsmac. The current info is as follows: BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER M: M: Roland Vossen M: Arend van Spriel M: Franky (Zhenhui) Lin M: Kan Yan L: linux-wireless@vger.kernel.org L: brcm80211-dev-list@broadcom.com S: Supported F: drivers/net/wireless/brcm80211/ Thanks, Larry