summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.c
Commit message (Expand)AuthorAgeFilesLines
...
* staging: wilc1000: remove unnecessary extern function declarationGlen Lee2015-09-171-8/+0Star
* staging: wilc1000: remove unused definesGlen Lee2015-09-171-8/+0Star
* staging: wilc1000: remove unnecessary define FIVE_GHZ_BANDGlen Lee2015-09-171-6/+0Star
* staging: wilc1000: remove useless define PHY_802_11nGlen Lee2015-09-171-5/+0Star
* Staging: wilc1000: Use NULL instead of zeroRonit Halder2015-09-151-7/+7
* staging: wilc1000: coreconfigurator.c: remove unused functionsGlen Lee2015-09-131-1051/+0Star
* staging: wilc1000: remove unused enumGlen Lee2015-09-131-8/+0Star
* staging: wilc1000: add a blank line after declarationChaehyun Lim2015-09-131-0/+8
* staging: wilc1000: coreconfigurator.c: fix kmalloc error checkChaehyun Lim2015-08-171-4/+14
* staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOCChaehyun Lim2015-08-171-5/+6
* staging: wilc1000: remove unused codes of gps8ConfigPacketChaehyun Lim2015-08-171-15/+0Star
* staging: wilc1000: remove unnecessary void pointer castChaehyun Lim2015-08-171-6/+6
* staging: wilc1000: delete wilc_log.hGreg Kroah-Hartman2015-08-171-2/+0Star
* staging: wilc1000: remove commented out WILC_Sleep callsGreg Kroah-Hartman2015-08-151-1/+0Star
* staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim2015-08-151-6/+6
* staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim2015-08-151-11/+11
* staging: wilc1000: Use strncpy instead of WILC_strncpyChaehyun Lim2015-08-151-1/+1
* staging: wilc1000: use strlen instead of WILC_strlenChaehyun Lim2015-08-151-2/+2
* staging: wilc1000: remove commented codeChaehyun Lim2015-08-151-1/+0Star
* staging: wilc1000: Remove braces for single statement 'if' and 'else'Chandra S Gorentla2015-08-091-6/+4Star
* staging: wilc1000: use memset instead of WILC_memsetChaehyun Lim2015-08-081-8/+8
* Staging : wilc1000: Remove braces for single statement blocksShraddha Barke2015-07-291-2/+1Star
* staging: wilc1000: remove dead codes related to SIMULATIONTony Cho2015-07-291-86/+0Star
* staging: wilc1000: remove ununsed if..else.. code blocksHari Prasath Gujulan Elango2015-07-071-22/+0Star
* staging: wilc1000: remove redundant initialization of variableHari Prasath Gujulan Elango2015-07-071-1/+1
* staging: wilc1000: remove ununsed variable and associated lineHari Prasath Gujulan Elango2015-07-071-4/+0Star
* staging: wilc1000: remove commented codeChaehyun Lim2015-06-191-30/+0Star
* Staging: wilc1000: Boolean tests don't need comparisonsAbdul Hussain2015-06-171-4/+4
* staging: wilc1000: change WILC_Char to charDean Lee2015-06-161-12/+12
* staging: wilc1000: remove itypes.hChaehyun Lim2015-06-131-1/+0Star
* staging: wilc1000: change WILC_BOOL to boolDean Lee2015-06-121-13/+13
* staging: wilc1000: remove WILC_Sint32Chaehyun Lim2015-06-111-57/+57
* staging: wilc1000: remove WILC_Sint16Chaehyun Lim2015-06-111-1/+1
* staging: wilc1000: remove WILC_Sint8Chaehyun Lim2015-06-111-9/+9
* staging: wilc1000: remove WILC_Uint64Chaehyun Lim2015-06-111-1/+1
* staging: wilc1000: remove WILC_Uint32Chaehyun Lim2015-06-111-37/+37
* staging: wilc1000: remove WILC_Uint16Chaehyun Lim2015-06-111-49/+49
* staging: wilc1000: remove UWORD32Chaehyun Lim2015-06-111-3/+3
* staging: wilc1000: remove UWORD8Chaehyun Lim2015-06-111-1/+1
* staging: wilc1000: coreconfigurator: Align enums and definesStanislav Kholmanskikh2015-06-111-14/+15
* staging: wilc1000: coreconfigurator: Change return(X) to return XStanislav Kholmanskikh2015-06-111-4/+4
* staging: wilc1000: coreconfigurator: Remove spaces before "\n"Stanislav Kholmanskikh2015-06-111-7/+7
* staging: wilc1000: remove WILC_Uint8Greg Kroah-Hartman2015-06-021-105/+105
* staging: wilc100: remove WILC_NULL usageGreg Kroah-Hartman2015-06-021-11/+11
* staging: wilc1000: remove semaphore wrapperArnd Bergmann2015-06-021-21/+8Star
* staging: wilc1000: remove platform version checksArnd Bergmann2015-05-311-2/+0Star
* staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim2015-05-241-0/+2201