aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmfmac/dhd_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21staging: brcm80211: Removed unnecessary pktsetprio() function.Henry Ptasinski1-4/+0
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman1-5/+3
2010-10-14staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com1-8/+8
2010-10-14staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com1-5/+5
2010-10-14staging: brcm80211: remove osl_malloced()/MALLOCED()mike.rapoport@gmail.com1-4/+0
2010-10-14staging: brcm80211: remove DHD_USE_STATIC_BUFmike.rapoport@gmail.com1-21/+0
2010-10-14staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com1-1/+1
2010-10-14staging: brcm80211: brcmfmac: replace KILL_PROC with send_sig()nohee ko1-3/+3
2010-10-12staging: brcm80211: bug fix- rmmod hang problemnohee ko1-0/+7
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman1-19/+19
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman1-28/+28
2010-10-12staging: brcm80211: fix various checkpatch errors.Jason Cooper1-4/+3
2010-10-10staging: brcm80211: fix 'comparison..cast' compiler warnings.Jason Cooper1-1/+1
2010-10-10staging: brcm80211: remove BLOCKABLE so no one uses it.Jason Cooper1-2/+0
2010-10-10staging: brcm80211: remove kernel_thread() for _dhd_sysioc_thread.Jason Cooper1-24/+20
2010-10-10staging: brcm80211: remove kernel_thread() for dhd_dpc_thread.Jason Cooper1-14/+17
2010-10-10staging: brcm80211: remove kernel_thread() for dhd_watchdog_thread.Jason Cooper1-12/+17
2010-10-09staging: brcm80211: remove unnecessary cflag, CONFIG_CFG80211nohee ko1-31/+1
2010-10-09Staging: brcm80211: make interface name buffer smallerDan Carpenter1-3/+2
2010-10-08Staging: brcm80211: remove broken MIN() implementationGreg Kroah-Hartman1-1/+1
2010-10-08Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman1-1/+1
2010-10-08Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman1-13/+13
2010-10-07Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman1-1/+1
2010-10-07Staging: brcm80211: remove old module macro wrappersGreg Kroah-Hartman1-2/+0
2010-10-07staging: brcm80211: remove ';' after while() in macros.Jason Cooper1-1/+1
2010-10-06staging: brcm80211: fix checkpatch macro errors.Jason Cooper1-3/+6
2010-10-06staging: brcm80211: fix 'do not init statics to 0 or NULL'Jason Cooper1-3/+3
2010-10-06staging: brcm80211: fix 'do not init globals to 0 or NULL'Jason Cooper1-5/+5
2010-10-05staging: brcm80211: bug fix for n_ssids usage and update drv_infonohee ko1-3/+7
2010-10-05Staging: brcm80211: s/ulong/unsigned long/Greg Kroah-Hartman1-5/+5
2010-10-05Staging: brcm80211: s/uchar/unsigned char/Greg Kroah-Hartman1-2/+2
2010-10-05Staging: brcm80211: brcmfmac: s/uint8/u8/Greg Kroah-Hartman1-6/+6
2010-10-05staging: brcm80211: fix checkpatch error 'assignment in if condition'Jason Cooper1-21/+36
2010-09-21staging: brcm80211: add fullmac driverHenry Ptasinski1-0/+2963