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