summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
Commit message (Expand)AuthorAgeFilesLines
...
* staging: wilc1000: rename result in handle_set_operation_modeChaehyun Lim2016-04-281-4/+4
* staging: wilc1000: change data type of result in handle_set_operation_modeChaehyun Lim2016-04-281-1/+1
* staging: wilc1000: change handle_set_operation_mode's return type to voidChaehyun Lim2016-04-281-7/+3
* staging: wilc1000: rename result in handle_set_wfi_drv_handlerChaehyun Lim2016-04-281-4/+4
* staging: wilc1000: change data type of result in handle_set_wfi_drv_handlerChaehyun Lim2016-04-281-1/+1
* staging: wilc1000: change handle_set_wfi_drv_handler's return type to voidChaehyun Lim2016-04-281-7/+3
* staging: wilc1000: change return type of ret variable in handle_get_tx_pwrChaehyun Lim2016-04-281-1/+1
* staging: wilc1000: remove unused hif_drv in wilc_add_beaconChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_del_beaconChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_set_pmkid_infoChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in host_int_get_assoc_res_infoChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_set_mac_chnl_numChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_remain_on_channelChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_add_stationChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_del_stationChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_del_allstationChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_edit_stationChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_set_power_mgmtChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_setup_multicast_filterChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in wilc_setup_ipaddressChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: remove unused hif_drv in host_int_get_ipaddressChaehyun Lim2016-04-281-6/+0
* staging: wilc1000: rename pu8Buffer in handle_scanChaehyun Lim2016-04-281-6/+6
* staging: wilc1000: rename u32WidsCount in handle_scanChaehyun Lim2016-04-281-29/+29
* staging: wilc1000: rename strWIDList in handle_scanChaehyun Lim2016-04-281-24/+24
* staging: wilc1000: rename pstrHostIFscanAttr in handle_scanChaehyun Lim2016-04-281-28/+27
* staging: wilc1000: rename Handle_ScanChaehyun Lim2016-04-281-2/+2
* staging: wilc1000: remove block scope braces and fix indentationChaehyun Lim2016-04-281-7/+5
* staging: wilc1000: move Handle_ScanDone function declarationChaehyun Lim2016-04-281-3/+1
* staging: wilc1000: rename goto label in handle_cfg_paramChaehyun Lim2016-04-281-19/+19
* staging: wilc1000: removes duplicate del_timer_syncLeo Kim2016-04-281-1/+0
* staging: wilc1000: changes logic when happened mq_send failLeo Kim2016-04-281-15/+18
* staging: wilc1000: wilc_frame_register: removes unused hif_drvLeo Kim2016-03-281-6/+0
* staging: wilc1000: use completion instead of struct semaphore hif_sema_driverChaehyun Lim2016-03-281-5/+5
* staging: wilc1000: use completion instead of struct semaphore hif_sema_threadChaehyun Lim2016-03-281-4/+4
* staging: wilc1000: use mutex instead of struct semaphore hif_sema_deinitChaehyun Lim2016-03-281-9/+9
* staging: wilc1000: Replaced comparison to NULL statementsRoger H. Newell2016-03-281-1/+1
* staging: wilc1000: replace sem_test_key_block with a completionAlison Schofield2016-03-281-12/+12
* staging: wilc1000: replace sem_test_disconn_block with a completionAlison Schofield2016-03-281-3/+3
* staging: wilc1000: replace semaphore sem_get_rssi with a completionAlison Schofield2016-03-281-3/+3
* staging: wilc1000: replace semaphore sem_inactive_time with a completionAlison Schofield2016-03-281-3/+4
* staging: wilc1000: use completion instead of struct semaphore hif_sema_wait_r...Chaehyun Lim2016-03-281-10/+10
* staging: wilc1000: use mutex instead of semaphore sem_cfg_valuesChaehyun Lim2016-03-111-5/+5
* staging: wilc1000: remove code for HOST_IF_MSG_SET_MAC_ADDRESSAlison Schofield2016-03-011-30/+0
* staging: wilc1000: remove code for HOST_IF_MSG_Q_IDLEAlison Schofield2016-03-011-11/+0
* staging: wilc1000: remove code for HOST_IF_MSG_FLUSH_CONNECTAlison Schofield2016-03-011-52/+0
* staging: wilc1000: remove code for HOST_IF_GET_LINKSPEEDAlison Schofield2016-03-011-27/+0
* staging: wilc1000: remove code for HOST_IF_MSG_GET_CHNLAlison Schofield2016-03-011-27/+0
* staging: wilc1000: remove code for HOST_IF_MSG_DEL_ALL_RX_BA_SESSIONSAlison Schofield2016-02-251-36/+0
* staging: wilc1000: rename u16reason in disconnect_infoChaehyun Lim2016-02-251-2/+2
* staging: wilc1000: rename struct tstrDisconnectNotifInfoChaehyun Lim2016-02-251-4/+4
OpenPOWER on IntegriCloud