summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_msgqueue.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-25staging: wilc1000: message_queue: Move code to host interfaceBinoy Jayan1-28/+0
2016-02-03staging: wilc1000: wilc_msgqueue: use standard struct list_headChaehyun Lim1-2/+3
2016-02-03staging: wilc1000: remove over-commentingChaehyun Lim1-66/+0
2016-02-03staging: wilc1000: rename pu32ReceivedLength in wilc_mq_recvChaehyun Lim1-2/+1
2016-02-03staging: wilc1000: rename u32RecvBufferSize in wilc_mq_recvChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pvRecvBuffer in wilc_mq_recvChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pHandle in wilc_mq_recvChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename u32SendBufferSize in wilc_mq_sendChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pvSendBuffer in wilc_mq_sendChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pHandle in wilc_mq_sendChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pHandle in wilc_mq_destroyChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pHandle in wilc_mq_createChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pstrMessageList in struct message_queueChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename u32ReceiversCount in struct message_queueChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename bExiting in struct message_queueChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename strCriticalSection in struct message_queueChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename hSem in struct message_queueChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename struct WILC_MsgQueueHandleChaehyun Lim1-9/+9
2016-02-03staging: wilc1000: rename pstrNext in struct messageChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename u32Length in struct messageChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pvBuffer in struct messageChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename struct __Message_structChaehyun Lim1-4/+4
2015-12-18staging: wilc1000: Fix typo in wilc_msgqueue.hMasanari Iida1-6/+6
2015-09-29staging: wilc1000: remove wilc_platform.h include fileChaehyun Lim1-1/+1
2015-09-29staging: wilc1000: move struct Message and WILC_MsgQueueHandleChaehyun Lim1-0/+15
2015-09-16staging: wilc1000: remove wilc_errorsupport.hLeo Kim1-1/+0
2015-09-12staging: wilc1000: delete wilc_memory.c and wilc_memory.hGlen Lee1-1/+0
2015-09-12staging: wilc1000: rename WILC_MsgQueueDestroy to wilc_mq_destroyChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: rename WILC_MsgQueueRecv to wilc_mq_recvChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: rename WILC_MsgQueueSend to wilc_mq_sendChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_createChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: replace WILC_ErrNo by int typeChaehyun Lim1-4/+4
2015-08-17staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman1-30/+4
2015-08-14staging: wilc1000: remove wilc_strutils.c and wilc_strutils.hChaehyun Lim1-1/+0
2015-06-16staging: wilc1000: rework include wilc_oswrapper.hDean Lee1-0/+5
2015-06-11staging: wilc1000: remove WILC_Uint32Chaehyun Lim1-3/+3
2015-06-02staging: wilc1000: remove WILC_Uint8Greg Kroah-Hartman1-1/+1
2015-06-02staging: wilc1000: simplify msgqueue codeArnd Bergmann1-30/+0
2015-05-24staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim1-0/+133