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/+3Star
* | staging: wilc1000: remove void function return statements that are not usefulRaphaël Beamonte2015-08-175-13/+1Star
* | 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/+0Star
* | 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/+0Star
* | 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/+8Star
* | staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman2015-08-173-95/+61Star
* | staging: wilc1000: delete wilc_osconfig.hGreg Kroah-Hartman2015-08-172-10/+0Star
* | staging: wilc1000: delete wilc_log.hGreg Kroah-Hartman2015-08-173-52/+0Star
* | staging: wilc1000: delete wilc_timer.hGreg Kroah-Hartman2015-08-172-53/+0Star
* | staging: wilc1000: remove WILC_TimerStart()Greg Kroah-Hartman2015-08-175-48/+25Star
* | staging: wilc1000: remove WILC_TimerCreate()Greg Kroah-Hartman2015-08-153-44/+17Star
* | staging: wilc1000: remove WILC_TimerDestroy()Greg Kroah-Hartman2015-08-154-39/+10Star
* | staging: wilc1000: remove WILC_TimerStop()Greg Kroah-Hartman2015-08-155-43/+12Star
* | staging: wilc1000: remove tstrWILC_TimerAttrs typedefGreg Kroah-Hartman2015-08-155-67/+45Star
* | staging: wilc1000: remove WILC_TimerHandle typedefGreg Kroah-Hartman2015-08-157-20/+16Star
* | staging: wilc1000: remove WILC_Sleep()Greg Kroah-Hartman2015-08-156-47/+6Star
* | staging: wilc1000: remove commented out WILC_Sleep callsGreg Kroah-Hartman2015-08-152-3/+0Star
* | staging: wilc1000: delete wilc_type.hGreg Kroah-Hartman2015-08-153-36/+2Star
* | staging: wilc1000: remove WILC_MemoryFreeGreg Kroah-Hartman2015-08-152-42/+0Star
* | staging: wilc1000: remove WILC_FREE_IF_TRUE macroGreg Kroah-Hartman2015-08-152-33/+10Star
* | staging: wilc1000: clarify the argument typeJohnny Kim2015-08-152-41/+41
* | staging: wilc1000: change void pointer type to real typeJohnny Kim2015-08-151-1/+1
* | staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrvJohnny Kim2015-08-155-136/+136
* | staging: wilc1000: remove WILC_FREEChaehyun Lim2015-08-151-5/+0Star
* | staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim2015-08-155-86/+86
* | staging: wilc1000: remove unused memory functionsChaehyun Lim2015-08-152-78/+0Star
* | staging: wilc1000: wilc_memory.h: remove unused defineChaehyun Lim2015-08-151-51/+0Star
* | staging: wilc1000: Remove unnecessary externsJoe Perches2015-08-153-18/+18
* | Staging: wilc1000: Remove null check before kfreeShraddha Barke2015-08-151-2/+1Star
* | staging: wilc1000: remove wilc_strutils.c and wilc_strutils.hChaehyun Lim2015-08-155-40/+1Star
* | staging: wilc1000: remove WILC_memcpy_INTERNALChaehyun Lim2015-08-152-20/+0Star
* | staging: wilc1000: remove WILC_memcpy functionChaehyun Lim2015-08-151-30/+0Star
* | staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim2015-08-155-140/+140
* | staging: wilc1000: remove WILC_strncmp functionChaehyun Lim2015-08-152-41/+0Star
* | staging: wilc1000: use strncmp instead of WILC_strncmpChaehyun Lim2015-08-151-1/+1
* | staging: wilc1000: remove WILC_strncpy functionChaehyun Lim2015-08-152-24/+0Star
* | staging: wilc1000: Use strncpy instead of WILC_strncpyChaehyun Lim2015-08-151-1/+1
* | staging: wilc1000: remove WILC_strlen functionChaehyun Lim2015-08-152-19/+0Star
* | staging: wilc1000: use strlen instead of WILC_strlenChaehyun Lim2015-08-151-2/+2
* | staging: wilc1000: remove commented codeChaehyun Lim2015-08-152-3/+0Star
* | Staging: wilc1000: wilc_platform.h: Fixed include guard spelling errorDaniel Machon2015-08-091-2/+2
* | staging: wilc1000: Remove braces for single statement 'if' and 'else'Chandra S Gorentla2015-08-099-77/+52Star
* | staging: wilc1000: Remove ' ' before quoted '\n'Chandra S Gorentla2015-08-094-40/+40