summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-1/+1
|\
| * staging: wilc1000: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-1/+1
* | staging: wilc1000: fix build warning with setup_timer()Greg Kroah-Hartman2015-08-171-1/+2
* | staging: wilc1000: remove DECLARE_WILC_BUFFER()Raphaël Beamonte2015-08-171-6/+3
* | staging: wilc1000: remove void function return statements that are not usefulRaphaël Beamonte2015-08-175-13/+1
* | staging: wilc1000: coreconfigurator.c: fix kmalloc error checkChaehyun Lim2015-08-171-4/+14
* | staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOCChaehyun Lim2015-08-171-5/+6
* | staging: wilc1000: remove unused codes of gps8ConfigPacketChaehyun Lim2015-08-171-15/+0
* | staging: wilc1000: remove unnecessary void pointer castChaehyun Lim2015-08-174-55/+55
* | staging: wilc1000: remove WILC_NEW and WILC_NEW_EXChaehyun Lim2015-08-171-15/+0
* | staging: wilc1000: use kmalloc instead of WILC_NEWChaehyun Lim2015-08-171-1/+1
* | staging: wilc1000: Process WARN, INFO options of debug levels from userChandra S Gorentla2015-08-171-16/+8
* | staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman2015-08-173-95/+61
* | staging: wilc1000: delete wilc_osconfig.hGreg Kroah-Hartman2015-08-172-10/+0
* | staging: wilc1000: delete wilc_log.hGreg Kroah-Hartman2015-08-173-52/+0
* | staging: wilc1000: delete wilc_timer.hGreg Kroah-Hartman2015-08-172-53/+0
* | staging: wilc1000: remove WILC_TimerStart()Greg Kroah-Hartman2015-08-175-48/+25
* | staging: wilc1000: remove WILC_TimerCreate()Greg Kroah-Hartman2015-08-143-44/+17
* | staging: wilc1000: remove WILC_TimerDestroy()Greg Kroah-Hartman2015-08-144-39/+10
* | staging: wilc1000: remove WILC_TimerStop()Greg Kroah-Hartman2015-08-145-43/+12
* | staging: wilc1000: remove tstrWILC_TimerAttrs typedefGreg Kroah-Hartman2015-08-145-67/+45
* | staging: wilc1000: remove WILC_TimerHandle typedefGreg Kroah-Hartman2015-08-147-20/+16
* | staging: wilc1000: remove WILC_Sleep()Greg Kroah-Hartman2015-08-146-47/+6
* | staging: wilc1000: remove commented out WILC_Sleep callsGreg Kroah-Hartman2015-08-142-3/+0
* | staging: wilc1000: delete wilc_type.hGreg Kroah-Hartman2015-08-143-36/+2
* | staging: wilc1000: remove WILC_MemoryFreeGreg Kroah-Hartman2015-08-142-42/+0
* | staging: wilc1000: remove WILC_FREE_IF_TRUE macroGreg Kroah-Hartman2015-08-142-33/+10
* | staging: wilc1000: clarify the argument typeJohnny Kim2015-08-142-41/+41
* | staging: wilc1000: change void pointer type to real typeJohnny Kim2015-08-141-1/+1
* | staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrvJohnny Kim2015-08-145-136/+136
* | staging: wilc1000: remove WILC_FREEChaehyun Lim2015-08-141-5/+0
* | staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim2015-08-145-86/+86
* | staging: wilc1000: remove unused memory functionsChaehyun Lim2015-08-142-78/+0
* | staging: wilc1000: wilc_memory.h: remove unused defineChaehyun Lim2015-08-141-51/+0
* | staging: wilc1000: Remove unnecessary externsJoe Perches2015-08-143-18/+18
* | Staging: wilc1000: Remove null check before kfreeShraddha Barke2015-08-141-2/+1
* | staging: wilc1000: remove wilc_strutils.c and wilc_strutils.hChaehyun Lim2015-08-145-40/+1
* | staging: wilc1000: remove WILC_memcpy_INTERNALChaehyun Lim2015-08-142-20/+0
* | staging: wilc1000: remove WILC_memcpy functionChaehyun Lim2015-08-141-30/+0
* | staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim2015-08-145-140/+140
* | staging: wilc1000: remove WILC_strncmp functionChaehyun Lim2015-08-142-41/+0
* | staging: wilc1000: use strncmp instead of WILC_strncmpChaehyun Lim2015-08-141-1/+1
* | staging: wilc1000: remove WILC_strncpy functionChaehyun Lim2015-08-142-24/+0
* | staging: wilc1000: Use strncpy instead of WILC_strncpyChaehyun Lim2015-08-141-1/+1
* | staging: wilc1000: remove WILC_strlen functionChaehyun Lim2015-08-142-19/+0
* | staging: wilc1000: use strlen instead of WILC_strlenChaehyun Lim2015-08-141-2/+2
* | staging: wilc1000: remove commented codeChaehyun Lim2015-08-142-3/+0
* | Staging: wilc1000: wilc_platform.h: Fixed include guard spelling errorDaniel Machon2015-08-081-2/+2
* | staging: wilc1000: Remove braces for single statement 'if' and 'else'Chandra S Gorentla2015-08-089-77/+52
* | staging: wilc1000: Remove ' ' before quoted '\n'Chandra S Gorentla2015-08-084-40/+40