summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-470/+275
2016-05-03staging: wilc1000: fix infoleak in wilc_wfi_cfgoperationsKangjie Lu1-0/+1
2016-05-03staging: wilc1000: rename result in handle_get_mac_addressChaehyun Lim1-4/+4
2016-05-03staging: wilc1000: change data type of result in handle_get_mac_addressChaehyun Lim1-1/+1
2016-05-03staging: wilc1000: change handle_get_mac_address's return type to voidChaehyun Lim1-7/+3
2016-05-03staging: wilc1000: fix comparison style of if statement in handle_get_ip_addressChaehyun Lim1-1/+1
2016-05-03staging: wilc1000: rename result in handle_get_ip_addressChaehyun Lim1-4/+4
2016-05-03staging: wilc1000: change data type of result in handle_get_ip_addressChaehyun Lim1-1/+1
2016-05-03staging: wilc1000: change handle_get_ip_address's return type to voidChaehyun Lim1-6/+2
2016-04-28staging: wilc1000: remove unused variablesSudip Mukherjee1-8/+0
2016-04-28Staging: wilc1000: Freed memory in case of errorClaudiu Beznea1-1/+4
2016-04-28staging: wilc1000: rename result in handle_set_ip_addressChaehyun Lim1-4/+4
2016-04-28staging: wilc1000: change data type of result in handle_set_ip_addressChaehyun Lim1-1/+1
2016-04-28staging: wilc1000: change handle_set_ip_address's return type to voidChaehyun Lim1-6/+2
2016-04-28staging: wilc1000: rename result in handle_set_operation_modeChaehyun Lim1-4/+4
2016-04-28staging: wilc1000: change data type of result in handle_set_operation_modeChaehyun Lim1-1/+1
2016-04-28staging: wilc1000: change handle_set_operation_mode's return type to voidChaehyun Lim1-7/+3
2016-04-28staging: wilc1000: rename result in handle_set_wfi_drv_handlerChaehyun Lim1-4/+4
2016-04-28staging: wilc1000: change data type of result in handle_set_wfi_drv_handlerChaehyun Lim1-1/+1
2016-04-28staging: wilc1000: change handle_set_wfi_drv_handler's return type to voidChaehyun Lim1-7/+3
2016-04-28staging: wilc1000: change return type of ret variable in handle_get_tx_pwrChaehyun Lim1-1/+1
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_add_beaconChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_del_beaconChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_set_pmkid_infoChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in host_int_get_assoc_res_infoChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_set_mac_chnl_numChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_remain_on_channelChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_add_stationChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_del_stationChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_del_allstationChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_edit_stationChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_set_power_mgmtChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_setup_multicast_filterChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_setup_ipaddressChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in host_int_get_ipaddressChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: rename pu8Buffer in handle_scanChaehyun Lim1-6/+6
2016-04-28staging: wilc1000: rename u32WidsCount in handle_scanChaehyun Lim1-29/+29
2016-04-28staging: wilc1000: rename strWIDList in handle_scanChaehyun Lim1-24/+24
2016-04-28staging: wilc1000: rename pstrHostIFscanAttr in handle_scanChaehyun Lim1-28/+27
2016-04-28staging: wilc1000: rename Handle_ScanChaehyun Lim1-2/+2
2016-04-28staging: wilc1000: remove block scope braces and fix indentationChaehyun Lim1-7/+5
2016-04-28staging: wilc1000: move Handle_ScanDone function declarationChaehyun Lim1-3/+1
2016-04-28staging: wilc1000: rename goto label in handle_cfg_paramChaehyun Lim1-19/+19
2016-04-28staging: wilc1000: adds a check routine when performed del_key()Leo Kim1-3/+6
2016-04-28staging: wilc1000: adds a cfg80211_disconnected() functionLeo Kim1-0/+11
2016-04-28staging: wilc1000: add set to null after release firmwareLeo Kim1-1/+3
2016-04-28staging: wilc1000: removes unnecessary test codeLeo Kim1-9/+0
2016-04-28staging: wilc1000: txq_thread_started: replaces a semaphore with a completionLeo Kim2-7/+6
2016-04-28staging: wilc1000: removes duplicate del_timer_syncLeo Kim1-1/+0
2016-04-28staging: wilc1000: changes logic when happened mq_send failLeo Kim1-15/+18