summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
AgeCommit message (Expand)Author
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-14staging: brcm80211: fix memory leaksAlexander Beregalov
2011-03-14staging: brcm80211: Remove NULL check before kfreeIlia Mirkin
2011-03-09STAGING: brcm80211 remove dhd_doflowGrant Grundler
2011-03-09STAGING: brcm80211 fix TX Queue overflowGrant Grundler
2011-03-09staging: brcm80211: optimize kmalloc to kzallocAlexander Beregalov
2011-03-02staging: brcm80211: remove osl source files from driverArend van Spriel
2011-03-02staging: brcm80211: remove struct osl_info from driver sourcesArend van Spriel
2011-03-02staging: brcm80211: remove struct osl_info from function prototypesArend van Spriel
2011-03-02staging: brcm80211: remove counting of allocated sk_buff packetsArend van Spriel
2011-03-02staging: brcm80211: removed struct osl_info usage from fullmac driverArend van Spriel
2011-03-01staging: brcm80211: remove usage of struct osl_info from util sourcesArend van Spriel
2011-03-01staging: brcm80211: remove usage of struct osl_info for register accessArend van Spriel
2011-02-28staging: brcm80211: remove osl handle from pkttotlen functionArend van Spriel
2011-02-28staging: brcm80211: remove include file proto/802.1d.hArend van Spriel
2011-02-23staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev
2011-02-23staging: brcm80211: replace broadcom specific unaligned byte swapping routinesStanislav Fomichev
2011-02-23staging: brcm80211: replace broadcom specific byte swapping routinesStanislav Fomichev
2011-02-18staging: brcm80211: replace bcopy with memcpyStanislav Fomichev
2011-02-18staging: brcm80211: remove usage of printf (macro) from driverArend van Spriel
2011-01-20staging: brcm80211: remove usage of struct ether_headerArend van Spriel
2010-12-06staging: brcm80211: remove macro usage for sk_buff releaseArend van Spriel
2010-12-06staging: brcm80211: remove macro usage for sk_buff allocationArend van Spriel
2010-12-01staging: brcm80211: bzero => memsetBrett Rudley
2010-11-29staging: brcm80211: remove some more packet related macrosArend van Spriel
2010-11-29staging: brcm80211: removed packet macros for accessing sk_buff fieldsArend van Spriel
2010-11-29staging: brcm80211: change packet buffer type to native struct sk_buffArend van Spriel
2010-11-19staging: brcm80211: replaced PKTSETLEN macro by native __skb_trim callArend van Spriel
2010-11-19staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff callsArend van Spriel
2010-11-17staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley
2010-11-09staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman
2010-10-21Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman
2010-10-14staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com
2010-10-14staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com
2010-10-14staging: brcm80211: remove DHD_USE_STATIC_BUFmike.rapoport@gmail.com
2010-10-14staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman
2010-10-09staging: brcm80211: remove duplicated file, bcmutils.cnohee ko
2010-10-08Staging: brcm80211: brcmfmac: fix some comparison warningsGreg Kroah-Hartman
2010-10-08Staging: brcm80211: remove ROUNDUP macroGreg Kroah-Hartman
2010-10-08Staging: brcm80211: remove ISALIGNED macroGreg Kroah-Hartman
2010-10-08Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman
2010-10-08Staging: brcm80211: remove broken MAX() implementationGreg Kroah-Hartman
2010-10-08Staging: brcm80211: remove broken MIN() implementationGreg Kroah-Hartman
2010-10-08Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman
2010-10-08Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman
2010-10-07Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman
2010-10-06staging: brcm80211: fix various checkpatch spacing errors.Jason Cooper