summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_msgqueue.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: wilc_msgqueue.c : remove goto statementLeo Kim2015-10-291-17/+8Star
* Staging: wilc1000: wilc_msgqueue: Use kmemdup instead of kmalloc and memcpyShraddha Barke2015-10-131-2/+2
* staging: wilc1000: remove wilc_platform.h include fileChaehyun Lim2015-09-291-0/+1
* staging: wilc1000: wilc_msgqueue.c: replace s32RetStatus with resultChaehyun Lim2015-09-211-9/+9
* staging: wilc1000: remove wilc_errorsupport.hLeo Kim2015-09-171-0/+1
* staging: wilc1000: replace wilc error types with the generic error typesLeo Kim2015-09-171-4/+4
* staging: wilc1000: remove the macro WILC_ERRORREPORTLeo Kim2015-09-171-51/+47Star
* staging: wilc1000: remove the macro WILC_ERRORCHECKLeo Kim2015-09-171-1/+4
* staging: wilc1000: remove a macro WILC_NULLCHECKLeo Kim2015-09-171-2/+7
* staging: wilc1000: wilc_msgqueue.c: use kmalloc with GFP_ATOMICChaehyun Lim2015-09-131-1/+1
* staging: wilc1000: rename WILC_MsgQueueDestroy to wilc_mq_destroyChaehyun Lim2015-09-131-1/+1
* staging: wilc1000: rename WILC_MsgQueueRecv to wilc_mq_recvChaehyun Lim2015-09-131-1/+1
* staging: wilc1000: rename WILC_MsgQueueSend to wilc_mq_sendChaehyun Lim2015-09-131-1/+1
* staging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_createChaehyun Lim2015-09-131-1/+1
* staging: wilc1000: replace WILC_ErrNo by int typeChaehyun Lim2015-09-131-6/+6
* staging: wilc1000: wilc_msgqueue.c: fix bool comparison styleChaehyun Lim2015-09-131-2/+2
* staging: wilc1000: wilc_msgqueue.c: remove kfree NULL checkChaehyun Lim2015-09-131-3/+1Star
* staging: wilc1000: wilc_msgqueue.c: use ! operator instead of NULL comparisonChaehyun Lim2015-09-131-9/+9
* staging: wilc1000: wilc_msgqueue.c: remove unnecessary parenthesesChaehyun Lim2015-09-131-2/+2
* staging: wilc1000: wilc_msgqueue.c: remove blank line before a close braceChaehyun Lim2015-09-131-1/+0Star
* staging: wilc1000: wilc_msgqueue.c: remove multiple blank linesChaehyun Lim2015-09-131-3/+0Star
* staging: wilc1000: wilc_msgqueue.c: remove blank line after open braceChaehyun Lim2015-09-131-2/+0Star
* staging: wilc1000: wilc_msgqueue.c: remove braces for single statementChaehyun Lim2015-09-131-4/+4
* staging: wilc1000: add a blank line after declarationChaehyun Lim2015-09-131-0/+3
* staging: wilc1000: use kmalloc instead of WILC_NEWChaehyun Lim2015-08-171-1/+1
* staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman2015-08-171-8/+4Star
* staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim2015-08-151-5/+5
* staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim2015-08-151-2/+2
* staging: wilc1000: rework include wilc_oswrapper.hDean Lee2015-06-171-1/+1
* staging: wilc1000: change WILC_BOOL to boolDean Lee2015-06-121-4/+4
* staging: wilc1000: remove WILC_Uint32Chaehyun Lim2015-06-111-3/+3
* staging: wilc1000: remove semaphore wrapperArnd Bergmann2015-06-021-22/+10Star
* staging: wilc1000: simplify msgqueue codeArnd Bergmann2015-06-021-9/+0Star
* staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim2015-05-241-0/+211