summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: remove WILC_TimerStart()Greg Kroah-Hartman2015-08-171-5/+8
* staging: wilc1000: remove WILC_TimerCreate()Greg Kroah-Hartman2015-08-151-5/+5
* staging: wilc1000: remove WILC_TimerDestroy()Greg Kroah-Hartman2015-08-151-2/+2
* staging: wilc1000: remove WILC_TimerStop()Greg Kroah-Hartman2015-08-151-1/+1
* staging: wilc1000: remove tstrWILC_TimerAttrs typedefGreg Kroah-Hartman2015-08-151-8/+8
* staging: wilc1000: remove WILC_TimerHandle typedefGreg Kroah-Hartman2015-08-151-2/+2
* staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrvJohnny Kim2015-08-151-11/+11
* staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim2015-08-151-18/+18
* staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim2015-08-151-26/+26
* staging: wilc1000: use strncmp instead of WILC_strncmpChaehyun Lim2015-08-151-1/+1
* staging: wilc1000: Remove braces for single statement 'if' and 'else'Chandra S Gorentla2015-08-091-12/+8Star
* staging: wilc1000: Remove ' ' before quoted '\n'Chandra S Gorentla2015-08-091-21/+21
* staging: wilc1000: Remove unused extern declarationsChandra S Gorentla2015-08-091-2/+0Star
* staging: wilc1000: Add space between the bracesChandra S Gorentla2015-08-091-2/+2
* staging: wilc1000: use memcmp instead of WILC_memcmpChaehyun Lim2015-08-081-16/+16
* staging: wilc1000: use memset instead of WILC_memsetChaehyun Lim2015-08-081-8/+8
* wilc1000: wilc_wfi_cfgoperations.c: Fixed initialization of global boolean.Daniel Machon2015-08-061-4/+4
* drivers: staging: wilc1000: remove space after '('Chandra S Gorentla2015-08-051-1/+1
* staging: wilc1000: wilc_cfgoperations.c: Fixed coding styles issues.Daniel Machon2015-08-051-4/+2Star
* staging: wilc1000: remove dead codes related to SIMULATIONTony Cho2015-07-291-13/+0Star
* staging: wilc1000: remove ununsed variable & associated codeHari Prasath Gujulan Elango2015-07-071-12/+0Star
* staging: wilc1000: fix build failureSudip Mukherjee2015-07-071-1/+2
* Staging: wilc1000: Boolean tests don't need comparisonsAbdul Hussain2015-06-171-2/+2
* staging: wilc1000: change WILC_Char to charDean Lee2015-06-161-3/+3
* staging: wilc1000: change WILC_BOOL to boolDean Lee2015-06-121-68/+68
* staging: wilc1000: remove WILC_Sint32Chaehyun Lim2015-06-111-39/+39
* staging: wilc1000: remove WILC_Uint32Chaehyun Lim2015-06-111-27/+27
* staging: wilc1000: remove WILC_Uint16Chaehyun Lim2015-06-111-4/+4
* staging: wilc1000: remove uninitialized warningsJohnny Kim2015-06-111-3/+3
* staging: wilc1000: modify printk formatJohnny Kim2015-06-111-4/+4
* staging: wilc1000: fix build warning related to time_after_eq macroHari Prasath Gujulan Elango2015-06-111-1/+1
* staging: wilc1000: remove commented codeHari Prasath Gujulan Elango2015-06-081-117/+0Star
* staging: wilc1000: remove ununsed functionHari Prasath Gujulan Elango2015-06-081-23/+0Star
* staging: wilc1000: use time_after_eqHari Prasath Gujulan yyElango2015-06-081-1/+1
* staging: wilc1000: fix warning while printingSudip Mukherjee2015-06-081-3/+3
* staging: wilc1000: remove WILC_Uint8Greg Kroah-Hartman2015-06-021-50/+50
* staging: wilc100: remove WILC_NULL usageGreg Kroah-Hartman2015-06-021-23/+23
* staging: wilc1000: fix const cast warningsArnd Bergmann2015-06-021-6/+6
* staging: wilc1000: remove semaphore wrapperArnd Bergmann2015-06-021-25/+10Star
* staging: wilc1000: remove linux version checksArnd Bergmann2015-05-311-483/+3Star
* staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim2015-05-241-0/+4592