summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)AuthorFilesLines
2016-04-29staging: wilc1000: remove unused hif_drv in wilc_edit_stationChaehyun Lim1-6/+0
2016-04-29staging: wilc1000: remove unused hif_drv in wilc_set_power_mgmtChaehyun Lim1-6/+0
2016-04-29staging: wilc1000: remove unused hif_drv in wilc_setup_multicast_filterChaehyun Lim1-6/+0
2016-04-29staging: wilc1000: remove unused hif_drv in wilc_setup_ipaddressChaehyun Lim1-6/+0
2016-04-29staging: wilc1000: remove unused hif_drv in host_int_get_ipaddressChaehyun Lim1-6/+0
2016-04-29staging: wilc1000: rename pu8Buffer in handle_scanChaehyun Lim1-6/+6
2016-04-29staging: wilc1000: rename u32WidsCount in handle_scanChaehyun Lim1-29/+29
2016-04-29staging: wilc1000: rename strWIDList in handle_scanChaehyun Lim1-24/+24
2016-04-29staging: wilc1000: rename pstrHostIFscanAttr in handle_scanChaehyun Lim1-28/+27
2016-04-29staging: wilc1000: rename Handle_ScanChaehyun Lim1-2/+2
2016-04-29staging: wilc1000: remove block scope braces and fix indentationChaehyun Lim1-7/+5
2016-04-29staging: wilc1000: move Handle_ScanDone function declarationChaehyun Lim1-3/+1
2016-04-29staging: wilc1000: rename goto label in handle_cfg_paramChaehyun Lim1-19/+19
2016-04-29staging: wilc1000: adds a check routine when performed del_key()Leo Kim1-3/+6
2016-04-29staging: wilc1000: adds a cfg80211_disconnected() functionLeo Kim1-0/+11
2016-04-29staging: wilc1000: add set to null after release firmwareLeo Kim1-1/+3
2016-04-29staging: wilc1000: removes unnecessary test codeLeo Kim1-9/+0
2016-04-29staging: wilc1000: txq_thread_started: replaces a semaphore with a completionLeo Kim2-7/+6
2016-04-29staging: wilc1000: removes duplicate del_timer_syncLeo Kim1-1/+0
2016-04-29staging: wilc1000: changes logic when happened mq_send failLeo Kim1-15/+18
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-5/+5
2016-03-29staging: wilc1000: use mutex instead of struct semaphore hSemScanReqChaehyun Lim2-6/+6
2016-03-29staging: wilc1000: remove unused struct semaphore SemHandleUpdateStatsChaehyun Lim2-2/+0
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_get_valChaehyun Lim2-3/+3
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_getChaehyun Lim2-4/+3
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_setChaehyun Lim2-3/+3
2016-03-28staging: wilc1000: removes unused local variableLeo Kim1-18/+0
2016-03-28staging: wilc1000: removes define USE_TX_BACKOFF_DELAY_IF_NO_BUFFERSLeo Kim1-8/+0
2016-03-28staging: wilc1000: removes unused defineLeo Kim2-11/+0
2016-03-28staging: wilc1000: replaces memcmp with ether_addr_equal_unalignedLeo Kim1-2/+4
2016-03-28staging: wilc1000: removes unused debug flagsLeo Kim1-12/+0
2016-03-28staging: wilc1000: removes unused dead codesLeo Kim1-8/+0
2016-03-28staging: wilc1000: replaces frame_type with type of struct frame_regLeo Kim3-7/+7
2016-03-28staging: wilc1000: replaces g_struct_frame_reg with frame_regLeo Kim3-11/+11
2016-03-28staging: wilc1000: removes typedef of struct struct_frame_regLeo Kim1-4/+3
2016-03-28staging: wilc1000: wilc_frame_register: removes unused hif_drvLeo Kim1-6/+0
2016-03-28staging: wilc1000: removes WIRELESS_EXTLeo Kim1-1/+0
2016-03-28staging: wilc1000: use completion instead of struct semaphore hif_sema_driverChaehyun Lim1-5/+5
2016-03-28staging: wilc1000: use completion instead of struct semaphore hif_sema_threadChaehyun Lim1-4/+4
2016-03-28staging: wilc1000: Remove camel case in variable names.Anchal Jain1-3/+3
2016-03-28staging: wilc1000: use mutex instead of struct semaphore hif_sema_deinitChaehyun Lim1-9/+9
2016-03-28staging: wilc1000: Replaced comparison to NULL statementsRoger H. Newell2-3/+3
2016-03-28staging: wilc1000: Removed braces from single block statementsRoger H. Newell2-21/+13
2016-03-28staging: wilc1000: replace sem_test_key_block with a completionAlison Schofield2-13/+13
2016-03-28staging: wilc1000: replace sem_test_disconn_block with a completionAlison Schofield2-4/+4
2016-03-28staging: wilc1000: replace semaphore sem_get_rssi with a completionAlison Schofield2-4/+4
2016-03-28staging: wilc1000: replace semaphore sem_inactive_time with a completionAlison Schofield2-4/+5
2016-03-28staging: wilc1000: Fix lines over 80 charactersAnchal Jain1-7/+11
2016-03-28staging: wilc1000: else is not generally useful after a break or returnAnchal Jain1-11/+8
2016-03-28staging: wilc1000: use completion instead of struct semaphore hif_sema_wait_r...Chaehyun Lim1-10/+10