summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman2015-08-171-57/+53Star
* staging: wilc1000: remove WILC_TimerStart()Greg Kroah-Hartman2015-08-171-9/+16
* staging: wilc1000: remove WILC_TimerCreate()Greg Kroah-Hartman2015-08-151-30/+12Star
* staging: wilc1000: remove WILC_TimerDestroy()Greg Kroah-Hartman2015-08-151-8/+8
* staging: wilc1000: remove WILC_TimerStop()Greg Kroah-Hartman2015-08-151-10/+10
* staging: wilc1000: remove tstrWILC_TimerAttrs typedefGreg Kroah-Hartman2015-08-151-28/+28
* staging: wilc1000: remove WILC_TimerHandle typedefGreg Kroah-Hartman2015-08-151-2/+2
* staging: wilc1000: remove WILC_Sleep()Greg Kroah-Hartman2015-08-151-2/+2
* staging: wilc1000: remove commented out WILC_Sleep callsGreg Kroah-Hartman2015-08-151-2/+0Star
* staging: wilc1000: remove WILC_FREE_IF_TRUE macroGreg Kroah-Hartman2015-08-151-10/+10
* staging: wilc1000: clarify the argument typeJohnny Kim2015-08-151-39/+39
* staging: wilc1000: change void pointer type to real typeJohnny Kim2015-08-151-1/+1
* staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrvJohnny Kim2015-08-151-63/+63
* staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim2015-08-151-56/+56
* staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim2015-08-151-100/+100
* staging: wilc1000: remove commented codeChaehyun Lim2015-08-151-2/+0Star
* staging: wilc1000: Remove braces for single statement 'if' and 'else'Chandra S Gorentla2015-08-091-11/+8Star
* staging: wilc1000: Remove unused extern declarationsChandra S Gorentla2015-08-091-1/+0Star
* staging: wilc1000: use memcmp instead of WILC_memcmpChaehyun Lim2015-08-081-10/+10
* staging: wilc1000: use memset instead of WILC_memsetChaehyun Lim2015-08-081-67/+67
* staging: wilc1000: remove dead codes related to SIMULATIONTony Cho2015-07-291-23/+0Star
* wilc1000: host_interface.c: global variables do not need to be explicitly ini...Daniel Machon2015-07-071-2/+2
* staging: wilc1000: switch printks to vsprintf IPv4 extensionLuis de Bethencourt2015-07-071-3/+3
* staging: wilc1000: fix typos in PRINT_ERR()Luis de Bethencourt2015-07-071-2/+2
* staging: wilc1000: remove whitespaces before quoted newlinesLuis de Bethencourt2015-07-071-42/+42
* staging: wilc1000: add blank lines after declarationsLuis de Bethencourt2015-07-071-0/+16
* staging: wilc1000: remove unnecessary bracesLuis de Bethencourt2015-07-071-184/+92Star
* staging: wilc1000: host_interface: add spaces around '='Sunil Shahu2015-07-071-2/+2
* staging: wilc1000: remove unnecessary typecast in #define macroChaehyun Lim2015-06-191-39/+39
* staging: wilc1000: align #define macroChaehyun Lim2015-06-191-47/+46Star
* staging: wilc1000: remove commented codeChaehyun Lim2015-06-191-76/+0Star
* Staging: wilc1000: Assign proper boolean valueAbdul Hussain2015-06-171-1/+1
* staging: wilc1000: rework include wilc_oswrapper.hDean Lee2015-06-171-1/+0Star
* staging: wilc1000: change WILC_Char to charDean Lee2015-06-161-44/+44
* staging: wilc1000: remove itypes.hChaehyun Lim2015-06-131-1/+0Star
* staging: wilc1000: remove BOOL_T typedefChaehyun Lim2015-06-131-3/+3
* staging: wilc1000: change WILC_BOOL to boolDean Lee2015-06-121-83/+83
* staging: wilc1000: modify odd print messageDean Lee2015-06-111-2/+1Star
* staging: wilc1000: remove WILC_Sint32Chaehyun Lim2015-06-111-181/+181
* staging: wilc1000: remove WILC_Sint8Chaehyun Lim2015-06-111-74/+74
* staging: wilc1000: remove WILC_Uint32Chaehyun Lim2015-06-111-133/+133
* staging: wilc1000: remove WILC_Uint16Chaehyun Lim2015-06-111-151/+151
* staging: wilc1000: remove UWORD8Chaehyun Lim2015-06-111-1/+1
* staging: wilc1000: modify printk formatJohnny Kim2015-06-111-4/+4
* staging: wilc1000: remove WILC_Uint8Greg Kroah-Hartman2015-06-021-219/+219
* staging: wilc100: remove WILC_NULL usageGreg Kroah-Hartman2015-06-021-149/+149
* staging: wilc1000: fix const cast warningsArnd Bergmann2015-06-021-15/+17
* staging: wilc1000: remove semaphore wrapperArnd Bergmann2015-06-021-101/+70Star
* staging: wilc1000: remove thread wrapperArnd Bergmann2015-05-311-9/+7Star
* staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim2015-05-241-0/+8074