aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-29staging: wicl1000: remove duplicated operand in OR operationJavier Martinez Canillas1-1/+0
2015-09-29wilc1000 : Remove unused macro definitionsAnish Bhatt1-3/+0
2015-09-29staging: wilc1000: remove variable cif_funcGlen Lee1-8/+5
2015-09-29staging: wilc1000: remove function pointer os_waitGlen Lee5-20/+11
2015-09-29staging: wilc1000: remove mutex txq_cs and it's related codesGlen Lee4-9/+0
2015-09-29staging: wilc1000: remove variable rx_buffer_sizeGlen Lee3-13/+2
2015-09-29staging: wilc1000: remove variable tx_buffer_sizeGlen Lee3-6/+2
2015-09-29staging: wilc1000: remove pointer varialbes of hif_csGlen Lee3-10/+4
2015-09-29staging: wilc1000: remove pointer variables of txq_add_to_head_csGlen Lee3-13/+6
2015-09-29staging: wilc1000: remove pointer varialbe cfg_wait and cfg_wait_eventGlen Lee3-11/+7
2015-09-29staging: wilc1000: remove pointer variable of g_linux_wlan->txq_eventGlen Lee3-9/+3
2015-09-29staging: wilc1000: use g_linux_wlan->rxq_cs for function arguemntGlen Lee3-8/+4
2015-09-29staging: wilc1000: use g_linux_wlan->txq_spinlock not the pointer of itGlen Lee4-23/+18
2015-09-29staging: wilc1000: remove function pointer os_debugGlen Lee4-5/+3
2015-09-29staging: wilc1000: remove function pointer rx_completeGlen Lee4-13/+3
2015-09-29staging: wilc1000: remove function pointer mac_indicateGlen Lee4-13/+4
2015-09-29staging: wilc1000: remove function pointer rx_indicateGlen Lee4-9/+6
2015-09-29staging: wilc1000: remove WILC_OSW_INTERFACE_VER defineChaehyun Lim1-2/+0
2015-09-29staging: wilc1000: move wilc_msgqueue.h include fileChaehyun Lim2-2/+1
2015-09-29staging: wilc1000: remove wilc_platform.h include fileChaehyun Lim2-1/+2
2015-09-29staging: wilc1000: move struct Message and WILC_MsgQueueHandleChaehyun Lim2-14/+15
2015-09-29staging: wilc1000: remove define DISABLE_PWRSAVE_AND_SCAN_DURING_IPGlen Lee4-53/+1
2015-09-29staging: wilc1000: remove ifdef OLD_FPGA_BITFILE lineGlen Lee1-18/+0
2015-09-29staging: wilc1000: parse_network_info: remove s32ErrorChaehyun Lim1-2/+1
2015-09-29staging: wilc1000: rename ParseNetworkInfoChaehyun Lim3-3/+3
2015-09-29staging: wilc1000: remove extern declarationChaehyun Lim2-1/+2
2015-09-29staging: wilc1000: remove useless commentChaehyun Lim2-59/+8
2015-09-29staging: wilc1000: replace kmalloc_array/memset with kcallocChaehyun Lim1-4/+2
2015-09-29staging: wilc1000: replace kmalloc/memcpy with kmemdupChaehyun Lim1-9/+3
2015-09-29staging: wilc1000: replace kmalloc with kzallocChaehyun Lim1-6/+2
2015-09-29staging: wilc1000: rename SendConfigPktChaehyun Lim3-106/+106
2015-09-29staging: wilc1000: remove CoreConfiguratorDeInitChaehyun Lim3-24/+0
2015-09-29staging: wicl1000: fix dereference after free in wilc_wlan_cleanup()Javier Martinez Canillas1-2/+2
2015-09-29staging: wilc1000: host_int_init: remove unnecessary parenthesesChaehyun Lim1-9/+9
2015-09-29staging: wilc1000: host_int_init: remove blank line before a close brace.Chaehyun Lim1-1/+0
2015-09-29staging: wilc1000: host_int_init: replace s32Error with resultChaehyun Lim1-8/+8
2015-09-29staging: wilc1000: host_int_init: remove commented codeChaehyun Lim1-1/+0
2015-09-29staging: wilc1000: host_int_init: remove multiple blank linesChaehyun Lim1-8/+0
2015-09-29staging: wilc1000: host_int_init: fix kzalloc error checkChaehyun Lim1-2/+1
2015-09-29staging: wilc1000: host_int_init: replace kmalloc with kzallocChaehyun Lim1-2/+1
2015-09-29staging: wilc1000: host_int_init: remove meaningless commentChaehyun Lim1-6/+0
2015-09-29staging: wilc1000: remove CoreConfiguratorInitChaehyun Lim3-31/+0
2015-09-29staging: wilc1000: make add_virtual_intf staticChaehyun Lim1-4/+6
2015-09-29staging: wilc1000: make mgmt_tx staticChaehyun Lim1-4/+4
2015-09-29staging: wilc1000: make mgmt_tx_cancel_wait staticChaehyun Lim1-3/+3
2015-09-29staging: wilc1000: make del_virtual_intf staticChaehyun Lim1-1/+1
2015-09-29staging: wilc1000: rename WILC_WFI_set_cqm_rssi_configChaehyun Lim1-4/+4
2015-09-29staging: wilc1000: remove useless commentChaehyun Lim1-14/+5
2015-09-29staging: wilc1000: rename WILC_WFI_set_power_mgmtChaehyun Lim1-4/+4
2015-09-29staging: wilc1000: wilc_wlan_if.h: align define, enum and structureLeo Kim1-290/+290