summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/brcmfmac/bcmsdh.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old staging driver for Broadcom bcm4329 wifiTapani2013-07-171-631/+0
* staging: brcm80211: moved ASSERT logic to fullmac driverRoland Vossen2011-05-031-0/+2
* staging: brcm80211: made fullmac error codes more consistentRoland Vossen2011-05-031-7/+7
* staging: brcm80211: replace error codes part 2Roland Vossen2011-05-031-12/+12
* staging: brcm80211: replace error codes part 1Roland Vossen2011-05-031-4/+4
* staging: brcm80211: made error codes in bcmutils.h positiveRoland Vossen2011-05-031-16/+16
* staging: brcm80211: Remove si sb utils from brcmfmacFranky Lin2011-04-261-1/+0
* brcm80211: replace VENDOR_BROADCOM with PCI_VENDOR_ID_BROADCOMStanislav Fomichev2011-04-041-1/+2
* staging: brcm80211: remove osl source files from driverArend van Spriel2011-03-021-1/+0
* staging: brcm80211: remove struct osl_info from driver sourcesArend van Spriel2011-03-021-5/+2
* staging: brcm80211: removed struct osl_info usage from fullmac driverArend van Spriel2011-03-021-3/+3
* staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev2011-02-231-1/+0
* staging: brcm80211: replace bcopy with memcpyStanislav Fomichev2011-02-181-1/+1
* staging: brcm80211: change packet buffer type to native struct sk_buffArend van Spriel2010-11-291-1/+1
* staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley2010-11-171-3/+4
* staging: brcm80211: Move #include from bcmutils.h out to .c filesBrett Rudley2010-11-091-1/+1
* staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley2010-11-091-0/+1
* Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-211-1/+2
* staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com2010-10-141-2/+2
* staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com2010-10-141-3/+2
* staging: brcm80211: remove osl_malloced()/MALLOCED()mike.rapoport@gmail.com2010-10-141-2/+1
* staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com2010-10-141-2/+2
* Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman2010-10-121-2/+2
* Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman2010-10-121-3/+3
* Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman2010-10-081-2/+2
* Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman2010-10-081-22/+22
* Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman2010-10-071-1/+1
* staging: brcm80211: fix 'do not init globals to 0 or NULL'Jason Cooper2010-10-061-1/+1
* Staging: brcm80211: brcmfmac: s/uint8/u8/Greg Kroah-Hartman2010-10-051-15/+15
* staging: brcm80211: fix checkpatch errors 'assignment in if condition'Jason Cooper2010-10-051-7/+12
* staging: brcm80211: add fullmac driverHenry Ptasinski2010-09-211-0/+628