aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-08-18staging: wilc1000: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-17staging: wilc1000: fix build warning with setup_timer()Greg Kroah-Hartman1-1/+2
2015-08-17staging: wilc1000: remove DECLARE_WILC_BUFFER()Raphaël Beamonte1-6/+3
2015-08-17staging: wilc1000: remove void function return statements that are not usefulRaphaël Beamonte5-13/+1
2015-08-17staging: wilc1000: coreconfigurator.c: fix kmalloc error checkChaehyun Lim1-4/+14
2015-08-17staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOCChaehyun Lim1-5/+6
2015-08-17staging: wilc1000: remove unused codes of gps8ConfigPacketChaehyun Lim1-15/+0
2015-08-17staging: wilc1000: remove unnecessary void pointer castChaehyun Lim4-55/+55
2015-08-17staging: wilc1000: remove WILC_NEW and WILC_NEW_EXChaehyun Lim1-15/+0
2015-08-17staging: wilc1000: use kmalloc instead of WILC_NEWChaehyun Lim1-1/+1
2015-08-17staging: wilc1000: Process WARN, INFO options of debug levels from userChandra S Gorentla1-16/+8
2015-08-17staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman3-95/+61
2015-08-17staging: wilc1000: delete wilc_osconfig.hGreg Kroah-Hartman2-10/+0
2015-08-17staging: wilc1000: delete wilc_log.hGreg Kroah-Hartman3-52/+0
2015-08-17staging: wilc1000: delete wilc_timer.hGreg Kroah-Hartman2-53/+0
2015-08-17staging: wilc1000: remove WILC_TimerStart()Greg Kroah-Hartman5-48/+25
2015-08-14staging: wilc1000: remove WILC_TimerCreate()Greg Kroah-Hartman3-44/+17
2015-08-14staging: wilc1000: remove WILC_TimerDestroy()Greg Kroah-Hartman4-39/+10
2015-08-14staging: wilc1000: remove WILC_TimerStop()Greg Kroah-Hartman5-43/+12
2015-08-14staging: wilc1000: remove tstrWILC_TimerAttrs typedefGreg Kroah-Hartman5-67/+45
2015-08-14staging: wilc1000: remove WILC_TimerHandle typedefGreg Kroah-Hartman7-20/+16
2015-08-14staging: wilc1000: remove WILC_Sleep()Greg Kroah-Hartman6-47/+6
2015-08-14staging: wilc1000: remove commented out WILC_Sleep callsGreg Kroah-Hartman2-3/+0
2015-08-14staging: wilc1000: delete wilc_type.hGreg Kroah-Hartman3-36/+2
2015-08-14staging: wilc1000: remove WILC_MemoryFreeGreg Kroah-Hartman2-42/+0
2015-08-14staging: wilc1000: remove WILC_FREE_IF_TRUE macroGreg Kroah-Hartman2-33/+10
2015-08-14staging: wilc1000: clarify the argument typeJohnny Kim2-41/+41
2015-08-14staging: wilc1000: change void pointer type to real typeJohnny Kim1-1/+1
2015-08-14staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrvJohnny Kim5-136/+136
2015-08-14staging: wilc1000: remove WILC_FREEChaehyun Lim1-5/+0
2015-08-14staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim5-86/+86
2015-08-14staging: wilc1000: remove unused memory functionsChaehyun Lim2-78/+0
2015-08-14staging: wilc1000: wilc_memory.h: remove unused defineChaehyun Lim1-51/+0
2015-08-14staging: wilc1000: Remove unnecessary externsJoe Perches3-18/+18
2015-08-14Staging: wilc1000: Remove null check before kfreeShraddha Barke1-2/+1
2015-08-14staging: wilc1000: remove wilc_strutils.c and wilc_strutils.hChaehyun Lim5-40/+1
2015-08-14staging: wilc1000: remove WILC_memcpy_INTERNALChaehyun Lim2-20/+0
2015-08-14staging: wilc1000: remove WILC_memcpy functionChaehyun Lim1-30/+0
2015-08-14staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim5-140/+140
2015-08-14staging: wilc1000: remove WILC_strncmp functionChaehyun Lim2-41/+0
2015-08-14staging: wilc1000: use strncmp instead of WILC_strncmpChaehyun Lim1-1/+1
2015-08-14staging: wilc1000: remove WILC_strncpy functionChaehyun Lim2-24/+0
2015-08-14staging: wilc1000: Use strncpy instead of WILC_strncpyChaehyun Lim1-1/+1
2015-08-14staging: wilc1000: remove WILC_strlen functionChaehyun Lim2-19/+0
2015-08-14staging: wilc1000: use strlen instead of WILC_strlenChaehyun Lim1-2/+2
2015-08-14staging: wilc1000: remove commented codeChaehyun Lim2-3/+0
2015-08-08Staging: wilc1000: wilc_platform.h: Fixed include guard spelling errorDaniel Machon1-2/+2
2015-08-08staging: wilc1000: Remove braces for single statement 'if' and 'else'Chandra S Gorentla9-77/+52
2015-08-08staging: wilc1000: Remove ' ' before quoted '\n'Chandra S Gorentla4-40/+40