linux-stable/drivers/staging/brcm80211
Joe Perches b18aaa1c7c staging: brcm80211: brcmfmac: Fix memset using sizeof(ptr) not sizeof(*ptr)
Found via coccinelle script

@@
type T;
T* ptr;
expression E1;
@@

* memset(E1, 0, sizeof(ptr));

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-05-10 11:14:08 -07:00
..
brcmfmac staging: brcm80211: brcmfmac: Fix memset using sizeof(ptr) not sizeof(*ptr) 2011-05-10 11:14:08 -07:00
brcmsmac staging: brcm80211: fix checkpatch issue introduced in wlc_alloc.c 2011-05-10 11:12:42 -07:00
include staging: brcm80211: move functions only used by brcmsmac out of utils 2011-05-10 11:07:18 -07:00
util staging: brcm80211: move functions only used by brcmsmac out of utils 2011-05-10 11:07:18 -07:00
Kconfig staging: brcm80211: replace hndcrc16 with crc-ccitt function 2011-05-03 12:42:45 -07:00
Makefile staging: brcm80211: allow both driver are created in single build 2011-02-04 13:29:10 -08:00
README staging: brcm80211: revised README 2011-04-04 22:26:18 -07:00
TODO staging: brcm80211: cleaned up TODO file 2011-04-04 22:26:18 -07:00

Broadcom brcmsmac (mac80211-based softmac PCIe) and brcmfmac (SDIO) drivers.

Completely open source host drivers, no binary object files.

Support for the following chips:
===============================

    brcmsmac (PCIe)
    Name        Device ID
    BCM4313     0x4727
    BCM43224    0x4353
    BCM43225    0x4357

    brcmfmac (SDIO)
    Name
    BCM4329

Both brcmsmac and brcmfmac drivers require firmware files that need to be
separately downloaded.

Firmware
======================
Firmware is available from the Linux firmware repository at:

    git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
    http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git
    https://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git


===============================================================
Broadcom brcmsmac driver
===============================================================
- Support for both 32 and 64 bit Linux kernels


Firmware installation
======================
Copy brcm/bcm43xx-0.fw and brcm/bcm43xx_hdr-0.fw to
/lib/firmware/brcm (or wherever firmware is normally installed
on your system).


===============================================================
Broadcom brcmfmac driver
===============================================================
- Support for 32 bit Linux kernel, 64 bit untested


Firmware installation
======================
Copy brcm/bcm4329-fullmac-4.bin and brcm/bcm4329-fullmac-4.txt
to /lib/firmware/brcm (or wherever firmware is normally installed on your
system).


Contact Info:
=============
Brett Rudley		brudley@broadcom.com
Henry Ptasinski		henryp@broadcom.com
Dowan Kim		dowan@broadcom.com
Roland Vossen		rvossen@broadcom.com
Arend van Spriel	arend@broadcom.com

For more info, refer to: http://linuxwireless.org/en/users/Drivers/brcm80211