summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_msgqueue.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: removes linux_wlan_common.h fileChris Park2016-02-221-1/+0Star
* staging: wilc1000: wilc_msgqueue.c: removes debug print logLeo Kim2016-02-081-14/+4Star
* staging: wilc1000: wilc_msgqueue: release semaphore in error pathChaehyun Lim2016-02-041-0/+1
* staging: wilc1000: wilc_msgqueue: use standard struct list_headChaehyun Lim2016-02-041-20/+12Star
* staging: wilc1000: fix logical continuationsChaehyun Lim2016-02-041-2/+1Star
* staging: wilc1000: fix coding style of kmalloc usageChaehyun Lim2016-02-041-1/+1
* staging: wilc1000: rename pstrMessage in wilc_mq_recvChaehyun Lim2016-02-041-10/+10
* staging: wilc1000: rename pu32ReceivedLength in wilc_mq_recvChaehyun Lim2016-02-041-4/+3Star
* staging: wilc1000: rename u32RecvBufferSize in wilc_mq_recvChaehyun Lim2016-02-041-4/+4
* staging: wilc1000: rename pvRecvBuffer in wilc_mq_recvChaehyun Lim2016-02-041-4/+4
* staging: wilc1000: rename pHandle in wilc_mq_recvChaehyun Lim2016-02-041-17/+17
* staging: wilc1000: fix return error codeChaehyun Lim2016-02-041-1/+1
* staging: wilc1000: rename pstrTailMsg in wilc_mq_sendChaehyun Lim2016-02-041-4/+4
* staging: wilc1000: rename pstrMessage in wilc_mq_sendChaehyun Lim2016-02-041-11/+10Star
* staging: wilc1000: rename u32SendBufferSize in wilc_mq_sendChaehyun Lim2016-02-041-4/+4
* staging: wilc1000: rename pvSendBuffer in wilc_mq_sendChaehyun Lim2016-02-041-4/+4
* staging: wilc1000: rename pHandle in wilc_mq_sendChaehyun Lim2016-02-041-11/+11
* staging: wilc1000: rename pstrMessge in wilc_mq_destroyChaehyun Lim2016-02-041-2/+2
* staging: wilc1000: rename pHandle in wilc_mq_destroyChaehyun Lim2016-02-041-9/+9
* staging: wilc1000: rename pHandle in wilc_mq_createChaehyun Lim2016-02-041-6/+6
* staging: wilc1000: rename pstrMessageList in struct message_queueChaehyun Lim2016-02-041-10/+10
* staging: wilc1000: rename u32ReceiversCount in struct message_queueChaehyun Lim2016-02-041-5/+5
* staging: wilc1000: rename bExiting in struct message_queueChaehyun Lim2016-02-041-4/+4
* staging: wilc1000: rename strCriticalSection in struct message_queueChaehyun Lim2016-02-041-9/+9
* staging: wilc1000: rename hSem in struct message_queueChaehyun Lim2016-02-041-5/+5
* staging: wilc1000: rename struct WILC_MsgQueueHandleChaehyun Lim2016-02-041-7/+7
* staging: wilc1000: rename pstrNext in struct messageChaehyun Lim2016-02-041-6/+6
* staging: wilc1000: rename u32Length in struct messageChaehyun Lim2016-02-041-4/+4
* staging: wilc1000: rename pvBuffer in struct messageChaehyun Lim2016-02-041-5/+5
* staging: wilc1000: rename struct __Message_structChaehyun Lim2016-02-041-5/+5
* staging: wilc1000: remove redundant check in wilc_mq_recvChaehyun Lim2016-02-041-6/+0Star
* staging: wilc1000: Remove 'if' statement, which is always falseChandra S Gorentla2015-12-181-8/+1Star
* 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