summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmfmac/dhd_common.c
Commit message (Expand)AuthorAgeFilesLines
* staging: brcm80211: Remove NULL check before kfreeIlia Mirkin2011-03-141-6/+3
* staging: brcm80211: remove osl source files from driverArend van Spriel2011-03-021-1/+0
* staging: brcm80211: remove counting of allocated sk_buff packetsArend van Spriel2011-03-021-1/+1
* staging: brcm80211: replace broadcom specific auth related definesStanislav Fomichev2011-02-281-3/+3
* staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev2011-02-231-1/+0
* staging: brcm80211: replace htod/dtoh broadcom definesStanislav Fomichev2011-02-231-54/+43
* staging: brcm80211: replace broadcom specific unaligned byte swapping routinesStanislav Fomichev2011-02-231-6/+6
* staging: brcm80211: replace broadcom specific byte swapping routinesStanislav Fomichev2011-02-231-16/+16
* staging: brcm80211: replace bcopy with memcpyStanislav Fomichev2011-02-181-8/+8
* staging: brcm80211: remove usage of printf (macro) from driverArend van Spriel2011-02-181-8/+9
* staging: brcm80211: fix build with BCMDBG unset.Hauke Mehrtens2011-02-091-1/+1
* staging: brcm80211: remove unused function from dhd_common.cArend van Spriel2011-01-211-51/+0
* staging: brcm80211: last nail into proto/ethernet.hArend van Spriel2011-01-201-4/+4
* staging: brcm80211: remove usage of struct ether_headerArend van Spriel2011-01-201-1/+1
* staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches2010-12-161-4/+4
* staging: brcm80211: remove macro usage for sk_buff releaseArend van Spriel2010-12-061-1/+1
* staging: brcm80211: bcmp => memcmpBrett Rudley2010-12-011-1/+1
* staging: brcm80211: change packet buffer type to native struct sk_buffArend van Spriel2010-11-291-2/+3
* staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley2010-11-091-0/+1
* Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-211-2/+2
* Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman2010-10-211-9/+6
* staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com2010-10-141-5/+5
* staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com2010-10-141-4/+4
* Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman2010-10-121-3/+3
* Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman2010-10-121-6/+6
* staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko2010-10-121-12/+3
* staging: brcm80211: remove custom string library againAndy Shevchenko2010-10-111-12/+12
* staging: brcm80211: remove duplicated file, bcmutils.cnohee ko2010-10-091-1/+1
* Staging: brcm80211: remove ARRAYSIZE macroGreg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman2010-10-081-6/+6
* Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman2010-10-081-14/+14
* Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman2010-10-071-2/+2
* staging: brcm80211: fix 'do not init statics to 0 or NULL'Jason Cooper2010-10-061-1/+1
* staging: brcm80211: fix 'do not init globals to 0 or NULL'Jason Cooper2010-10-061-1/+1
* staging: brcm80211: brcmfmac/*: fix remaining 'assignment in if condition'Jason Cooper2010-10-061-22/+23
* Staging: brcm80211: s/uchar/unsigned char/Greg Kroah-Hartman2010-10-051-11/+11
* Staging: brcm80211: brcmfmac: s/uint8/u8/Greg Kroah-Hartman2010-10-051-1/+1
* staging: brcm80211: fix checkpatch error 'assignment in if condition'Jason Cooper2010-10-051-4/+6
* staging: brcm80211: add fullmac driverHenry Ptasinski2010-09-211-0/+1919