summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: fix build warning with setup_timer()Greg Kroah-Hartman2015-08-171-1/+2
* staging: wilc1000: remove void function return statements that are not usefulRaphaƫl Beamonte2015-08-171-4/+0
* staging: wilc1000: remove unnecessary void pointer castChaehyun Lim2015-08-171-39/+39
* staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman2015-08-171-57/+53
* staging: wilc1000: remove WILC_TimerStart()Greg Kroah-Hartman2015-08-171-9/+16
* staging: wilc1000: remove WILC_TimerCreate()Greg Kroah-Hartman2015-08-141-30/+12
* staging: wilc1000: remove WILC_TimerDestroy()Greg Kroah-Hartman2015-08-141-8/+8
* staging: wilc1000: remove WILC_TimerStop()Greg Kroah-Hartman2015-08-141-10/+10
* staging: wilc1000: remove tstrWILC_TimerAttrs typedefGreg Kroah-Hartman2015-08-141-28/+28
* staging: wilc1000: remove WILC_TimerHandle typedefGreg Kroah-Hartman2015-08-141-2/+2
* staging: wilc1000: remove WILC_Sleep()Greg Kroah-Hartman2015-08-141-2/+2
* staging: wilc1000: remove commented out WILC_Sleep callsGreg Kroah-Hartman2015-08-141-2/+0
* staging: wilc1000: remove WILC_FREE_IF_TRUE macroGreg Kroah-Hartman2015-08-141-10/+10
* staging: wilc1000: clarify the argument typeJohnny Kim2015-08-141-39/+39
* staging: wilc1000: change void pointer type to real typeJohnny Kim2015-08-141-1/+1
* staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrvJohnny Kim2015-08-141-63/+63
* staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim2015-08-141-56/+56
* staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim2015-08-141-100/+100
* staging: wilc1000: remove commented codeChaehyun Lim2015-08-141-2/+0
* staging: wilc1000: Remove braces for single statement 'if' and 'else'Chandra S Gorentla2015-08-081-11/+8
* staging: wilc1000: Remove unused extern declarationsChandra S Gorentla2015-08-081-1/+0
* staging: wilc1000: use memcmp instead of WILC_memcmpChaehyun Lim2015-08-071-10/+10
* staging: wilc1000: use memset instead of WILC_memsetChaehyun Lim2015-08-071-67/+67
* staging: wilc1000: remove dead codes related to SIMULATIONTony Cho2015-07-291-23/+0
* wilc1000: host_interface.c: global variables do not need to be explicitly ini...Daniel Machon2015-07-061-2/+2
* staging: wilc1000: switch printks to vsprintf IPv4 extensionLuis de Bethencourt2015-07-061-3/+3
* staging: wilc1000: fix typos in PRINT_ERR()Luis de Bethencourt2015-07-061-2/+2
* staging: wilc1000: remove whitespaces before quoted newlinesLuis de Bethencourt2015-07-061-42/+42
* staging: wilc1000: add blank lines after declarationsLuis de Bethencourt2015-07-061-0/+16
* staging: wilc1000: remove unnecessary bracesLuis de Bethencourt2015-07-061-184/+92
* staging: wilc1000: host_interface: add spaces around '='Sunil Shahu2015-07-061-2/+2
* staging: wilc1000: remove unnecessary typecast in #define macroChaehyun Lim2015-06-181-39/+39
* staging: wilc1000: align #define macroChaehyun Lim2015-06-181-47/+46
* staging: wilc1000: remove commented codeChaehyun Lim2015-06-181-76/+0
* Staging: wilc1000: Assign proper boolean valueAbdul Hussain2015-06-161-1/+1
* staging: wilc1000: rework include wilc_oswrapper.hDean Lee2015-06-161-1/+0
* staging: wilc1000: change WILC_Char to charDean Lee2015-06-151-44/+44
* staging: wilc1000: remove itypes.hChaehyun Lim2015-06-131-1/+0
* staging: wilc1000: remove BOOL_T typedefChaehyun Lim2015-06-131-3/+3
* staging: wilc1000: change WILC_BOOL to boolDean Lee2015-06-111-83/+83
* staging: wilc1000: modify odd print messageDean Lee2015-06-111-2/+1
* 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-101-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
OpenPOWER on IntegriCloud