summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: Merge assignment with returnRehas Sachdeva2016-09-201-4/+1
* staging: wilc1000: Use sizeof type *pointer instead of sizeof typesayli karnik2016-09-171-2/+2
* staging: wilc1000: NULL dereference on errorDan Carpenter2016-08-211-2/+1
* staging: wilc1000: arrays can't be NULLLuis de Bethencourt2016-06-251-22/+16
* staging: wilc1000: Change interface wilc_mq_send to wilc_enqueue_cmdBinoy Jayan2016-06-251-175/+158
* staging: wilc1000: Replace kthread with workqueue for host interfaceBinoy Jayan2016-06-251-212/+70
* staging: wilc1000: message_queue: Move code to host interfaceBinoy Jayan2016-06-251-1/+162
* staging: wilc1000: remove unnecesary type cast of bss_typeChaehyun Lim2016-06-251-1/+1
* staging: wilc1000: add bss_type to remove line over 80 charactersChaehyun Lim2016-06-251-3/+5
* staging: wilc1000: remove unused struct set_mac_addrChaehyun Lim2016-06-251-1/+0
* staging: wilc1000: rename result in handle_cfg_paramChaehyun Lim2016-06-251-4/+4
* staging: wilc1000: change data type of result in handle_cfg_paramChaehyun Lim2016-06-251-1/+1
* staging: wilc1000: change handle_cfg_param's return type to voidChaehyun Lim2016-06-251-21/+2
* staging: wilc1000: rename result in handle_get_mac_addressChaehyun Lim2016-05-031-4/+4
* staging: wilc1000: change data type of result in handle_get_mac_addressChaehyun Lim2016-05-031-1/+1
* staging: wilc1000: change handle_get_mac_address's return type to voidChaehyun Lim2016-05-031-7/+3
* staging: wilc1000: fix comparison style of if statement in handle_get_ip_addressChaehyun Lim2016-05-031-1/+1
* staging: wilc1000: rename result in handle_get_ip_addressChaehyun Lim2016-05-031-4/+4
* staging: wilc1000: change data type of result in handle_get_ip_addressChaehyun Lim2016-05-031-1/+1
* staging: wilc1000: change handle_get_ip_address's return type to voidChaehyun Lim2016-05-031-6/+2
* staging: wilc1000: rename result in handle_set_ip_addressChaehyun Lim2016-04-281-4/+4
* staging: wilc1000: change data type of result in handle_set_ip_addressChaehyun Lim2016-04-281-1/+1
* staging: wilc1000: change handle_set_ip_address's return type to voidChaehyun Lim2016-04-281-6/+2
* 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
OpenPOWER on IntegriCloud