summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: wilc1000: fix spelling mistake.Aybuke Ozdemir2015-10-081-1/+1
* staging: wilc1000: coreconfigurator.c: remove unused structTony Cho2015-10-021-8/+0Star
* staging: wilc1000: remove typedef from enumTony Cho2015-10-021-9/+9
* staging: wilc1000: remove function pointer wlan_add_mgmt_to_tx_queGlen Lee2015-10-021-6/+0Star
* staging: wilc1000: remove function pointer wlan_cfg_get_valueGlen Lee2015-10-021-2/+3
* staging: wilc1000: remove function pointer wlan_cfg_getGlen Lee2015-10-021-9/+4Star
* staging: wilc1000: remove function pointer wlan_cfg_setGlen Lee2015-10-021-6/+8
* staging: wilc1000: remove define CONNECT_DIRECTGlen Lee2015-09-301-68/+0Star
* staging: wilc1000: remove wilc_platform include fileChaehyun Lim2015-09-301-0/+1
* staging: wilc1000: parse_network_info: remove s32ErrorChaehyun Lim2015-09-291-2/+1Star
* staging: wilc1000: rename ParseNetworkInfoChaehyun Lim2015-09-291-1/+1
* staging: wilc1000: remove extern declarationChaehyun Lim2015-09-291-1/+1
* staging: wilc1000: remove useless commentChaehyun Lim2015-09-291-38/+0Star
* staging: wilc1000: replace kmalloc_array/memset with kcallocChaehyun Lim2015-09-291-4/+2Star
* staging: wilc1000: replace kmalloc/memcpy with kmemdupChaehyun Lim2015-09-291-9/+3Star
* staging: wilc1000: replace kmalloc with kzallocChaehyun Lim2015-09-291-6/+2Star
* staging: wilc1000: rename SendConfigPktChaehyun Lim2015-09-291-2/+2
* staging: wilc1000: remove CoreConfiguratorDeInitChaehyun Lim2015-09-291-20/+0Star
* staging: wilc1000: remove CoreConfiguratorInitChaehyun Lim2015-09-291-19/+0Star
* staging: wilc1000: remove INLINE macroChaehyun Lim2015-09-191-1/+0Star
* staging: wilc1000: replace INLINE with static inlineChaehyun Lim2015-09-171-15/+15
* staging: wilc1000: remove define WILC_P2P and ifdef lineGlen Lee2015-09-171-2/+0Star
* staging: wilc1000: replace wilc error types with the generic error typesLeo Kim2015-09-171-12/+12
* staging: wilc1000: remove the macro WILC_ERRORREPORTLeo Kim2015-09-171-2/+2
* staging: wilc1000: remove unused variablesGlen Lee2015-09-171-127/+0Star
* staging: wilc1000: delete unused global variables.Glen Lee2015-09-171-11/+0Star
* 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