summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
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: adds a check routine when performed del_key()Leo Kim2016-04-281-3/+6
| * staging: wilc1000: adds a cfg80211_disconnected() functionLeo Kim2016-04-281-0/+11
| * staging: wilc1000: add set to null after release firmwareLeo Kim2016-04-281-1/+3
| * staging: wilc1000: removes unnecessary test codeLeo Kim2016-04-281-9/+0
| * staging: wilc1000: txq_thread_started: replaces a semaphore with a completionLeo Kim2016-04-282-7/+6
| * 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: use mutex instead of struct semaphore hSemScanReqChaehyun Lim2016-03-292-6/+6
| * staging: wilc1000: remove unused struct semaphore SemHandleUpdateStatsChaehyun Lim2016-03-292-2/+0
| * staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_get_valChaehyun Lim2016-03-292-3/+3
| * staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_getChaehyun Lim2016-03-292-4/+3
| * staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_setChaehyun Lim2016-03-292-3/+3
| * staging: wilc1000: removes unused local variableLeo Kim2016-03-281-18/+0
| * staging: wilc1000: removes define USE_TX_BACKOFF_DELAY_IF_NO_BUFFERSLeo Kim2016-03-281-8/+0
| * staging: wilc1000: removes unused defineLeo Kim2016-03-282-11/+0
| * staging: wilc1000: replaces memcmp with ether_addr_equal_unalignedLeo Kim2016-03-281-2/+4
| * staging: wilc1000: removes unused debug flagsLeo Kim2016-03-281-12/+0
| * staging: wilc1000: removes unused dead codesLeo Kim2016-03-281-8/+0
| * staging: wilc1000: replaces frame_type with type of struct frame_regLeo Kim2016-03-283-7/+7
| * staging: wilc1000: replaces g_struct_frame_reg with frame_regLeo Kim2016-03-283-11/+11
| * staging: wilc1000: removes typedef of struct struct_frame_regLeo Kim2016-03-281-4/+3
OpenPOWER on IntegriCloud