summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-03staging: wilc1000: linux_mon: fix error code of kmallocChaehyun Lim1-2/+2
2016-02-03staging: wilc1000: linux_mon: fix coding style of kmalloc usageChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: linux_mon: add braces on all arms of if statementChaehyun Lim1-1/+2
2016-02-03staging: wilc1000: linux_mon: insert blank line after a functionChaehyun Lim1-0/+1
2016-02-03staging: wilc1000: linux_mon: remove space after a castChaehyun Lim1-3/+3
2016-02-03staging: wilc1000: linux_mon: fix NULL comparison styleChaehyun Lim1-10/+10
2016-02-03staging: wilc1000: linux_mon: remove multiple blank linesChaehyun Lim1-10/+0
2016-02-03staging: wilc1000: linux_mon: remove blank line before a close brace '}'Chaehyun Lim1-6/+0
2016-02-03staging: wilc1000: linux_mon: remove blank lines after open brace '{'Chaehyun Lim1-5/+0
2016-02-03staging: wilc1000: linux_mon: use __packed instead of __attribute__((packed))Chaehyun Lim1-2/+2
2016-02-03staging: wilc1000: wilc_msgqueue: release semaphore in error pathChaehyun Lim1-0/+1
2016-02-03staging: wilc1000: wilc_msgqueue: use standard struct list_headChaehyun Lim2-22/+15
2016-02-03staging: wilc1000: renames u16index variableLeo Kim1-6/+6
2016-02-03staging: wilc1000: renames u16TagParamOffset variableLeo Kim1-2/+2
2016-02-03staging: wilc1000: renames u16RxLen variableLeo Kim1-9/+9
2016-02-03staging: wilc1000: coreconfigurator.c : remove over-commentingLeo Kim1-140/+1
2016-02-03staging: wilc1000: fixes add spaces required aroundLeo Kim1-2/+2
2016-02-03staging: wilc1000: fixes no space is necessary after a castLeo Kim1-1/+1
2016-02-03staging: wilc1000: wilc_frmw_to_linux(): fixes null checkLeo Kim1-6/+3
2016-02-03staging: wilc1000: fix alignment for open parenthesisChaehyun Lim1-45/+45
2016-02-03staging: wilc1000: call power save after changing modeGlen Lee1-4/+6
2016-02-03staging: wilc1000: change_virtual_intf: change codes for unified firmwareGlen Lee1-209/+11
2016-02-03staging: wilc1000: set proper bssid addressGlen Lee1-1/+1
2016-02-03staging: wilc1000: set bssid with modeGlen Lee4-24/+19
2016-02-03staging: wilc1000: remove wilc_set_machw_change_vir_ifGlen Lee4-41/+1
2016-02-03staging: wilc1000: use unified firmwareGlen Lee2-12/+11
2016-02-03staging: wilc1000: get address from wilcGlen Lee1-5/+4
2016-02-03staging: wilc1000: remove sleep and reduce close timeoutGlen Lee1-4/+1
2016-02-03staging: wilc1000: add ops resuem/suspend/wakeup in cfg80211Glen Lee1-0/+39
2016-02-03staging: wilc1000: sdio_init: add resume argumentGlen Lee4-18/+22
2016-02-03staging: wilc1000: add sdio resume/suspendGlen Lee4-5/+82
2016-02-03staging: wilc1000: support suspend/resume functionalityGlen Lee2-13/+22
2016-02-03staging: wilc1000: remove define WILC_OPTIMIZE_SLEEP_INTGlen Lee1-72/+2
2016-02-03staging: wilc1000: fix bug when changing virtual interfaceGlen Lee1-0/+2
2016-02-03staging: wilc1000: remove over-commentingChaehyun Lim1-66/+0
2016-02-03staging: wilc1000: fix logical continuationsChaehyun Lim1-2/+1
2016-02-03staging: wilc1000: fix coding style of kmalloc usageChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pstrMessage in wilc_mq_recvChaehyun Lim1-10/+10
2016-02-03staging: wilc1000: rename pu32ReceivedLength in wilc_mq_recvChaehyun Lim2-6/+4
2016-02-03staging: wilc1000: rename u32RecvBufferSize in wilc_mq_recvChaehyun Lim2-5/+5
2016-02-03staging: wilc1000: rename pvRecvBuffer in wilc_mq_recvChaehyun Lim2-5/+5
2016-02-03staging: wilc1000: rename pHandle in wilc_mq_recvChaehyun Lim2-18/+18
2016-02-03staging: wilc1000: fix return error codeChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: rename pstrTailMsg in wilc_mq_sendChaehyun Lim1-4/+4
2016-02-03staging: wilc1000: rename pstrMessage in wilc_mq_sendChaehyun Lim1-11/+10
2016-02-03staging: wilc1000: rename u32SendBufferSize in wilc_mq_sendChaehyun Lim2-5/+5
2016-02-03staging: wilc1000: rename pvSendBuffer in wilc_mq_sendChaehyun Lim2-5/+5
2016-02-03staging: wilc1000: rename pHandle in wilc_mq_sendChaehyun Lim2-12/+12
2016-02-03staging: wilc1000: rename pstrMessge in wilc_mq_destroyChaehyun Lim1-2/+2
2016-02-03staging: wilc1000: rename pHandle in wilc_mq_destroyChaehyun Lim2-10/+10