aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmfmac/dhd_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman1-2/+2
2010-10-21Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman1-9/+6
2010-10-14staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com1-5/+5
2010-10-14staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com1-4/+4
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman1-3/+3
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman1-6/+6
2010-10-12staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko1-12/+3
2010-10-11staging: brcm80211: remove custom string library againAndy Shevchenko1-12/+12
2010-10-09staging: brcm80211: remove duplicated file, bcmutils.cnohee ko1-1/+1
2010-10-08Staging: brcm80211: remove ARRAYSIZE macroGreg Kroah-Hartman1-1/+1
2010-10-08Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman1-6/+6
2010-10-08Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman1-14/+14
2010-10-07Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman1-2/+2
2010-10-06staging: brcm80211: fix 'do not init statics to 0 or NULL'Jason Cooper1-1/+1
2010-10-06staging: brcm80211: fix 'do not init globals to 0 or NULL'Jason Cooper1-1/+1
2010-10-06staging: brcm80211: brcmfmac/*: fix remaining 'assignment in if condition'Jason Cooper1-22/+23
2010-10-05Staging: brcm80211: s/uchar/unsigned char/Greg Kroah-Hartman1-11/+11
2010-10-05Staging: brcm80211: brcmfmac: s/uint8/u8/Greg Kroah-Hartman1-1/+1
2010-10-05staging: brcm80211: fix checkpatch error 'assignment in if condition'Jason Cooper1-4/+6
2010-09-21staging: brcm80211: add fullmac driverHenry Ptasinski1-0/+1919