aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-16staging: wilc1000: simplify vif[i]->ndev accessesArnd Bergmann1-25/+9
2016-10-25staging: wilc1000: Remove unused function wilc_lock_timeoutBinoy Jayan1-11/+0
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Elise Lennion1-2/+4
2016-09-05Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2016-08-21staging: wilc1000: txq_event: Fix coding errorBinoy Jayan1-1/+1
2016-08-21drivers: wilc1000: remove references to semaphoresJoshua Houghton1-1/+0
2016-06-25staging: wilc1000: fix return value check in wlan_initialize_threads()Wei Yongjun1-2/+2
2016-06-25staging: wilc1000: Remove semaphore close_exit_syncBinoy Jayan1-7/+0
2016-06-25staging: wilc1000: Replace semaphore sync_event with completionBinoy Jayan1-5/+5
2016-06-25staging: wilc1000: Replace semaphore cfg_event with completionBinoy Jayan1-1/+1
2016-06-25staging: wilc1000: Replace semaphore txq_add_to_head_cs with mutexBinoy Jayan1-2/+2
2016-06-25staging: wilc1000: Replace semaphore txq_event with completionBinoy Jayan1-4/+4
2016-06-25staging: wilc1000: fix typoJulia Lawall1-1/+1
2016-04-28staging: wilc1000: remove unused variablesSudip Mukherjee1-8/+0
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 Kim1-5/+5
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 Kim1-2/+0
2016-03-28staging: wilc1000: replaces memcmp with ether_addr_equal_unalignedLeo Kim1-2/+4
2016-03-28staging: wilc1000: removes unused dead codesLeo Kim1-8/+0
2016-03-28staging: wilc1000: replaces frame_type with type of struct frame_regLeo Kim1-4/+4
2016-03-28staging: wilc1000: replaces g_struct_frame_reg with frame_regLeo Kim1-6/+6
2016-03-28staging: wilc1000: changes an ambiguous debug messagesLeo Kim1-1/+1
2016-03-28staging: wilc1000: removes duplicate wilc variable settingLeo Kim1-6/+4
2016-03-28staging: wilc1000: removes duplicate vif variable settingLeo Kim1-1/+0
2016-02-22staging: wilc1000: Remove header fileAmitoj Kaur Chawla1-1/+0
2016-02-22staging: wilc1000: removes linux_wlan_common.h fileChris Park1-1/+0
2016-02-22staging: wilc1000: removes wilc_dbg()Leo Kim1-4/+0
2016-02-22staging: wilc1000: linux_wlan.c: removes unnecessary log messagesChris Park1-1/+0
2016-02-19staging: wilc1000: Return correct error codesAmitoj Kaur Chawla1-4/+5
2016-02-14staging: wilc1000: linux_wlan: remove cast on void pointersAlison Schofield1-5/+5
2016-02-07staging: wilc1000: remove unnecessary log message using GENERIC_DBG tagChris Park1-2/+0
2016-02-07staging: wilc1000: remove unnecessary wilc_rx_complete functionChris Park1-5/+0
2016-02-07staging: wilc1000: remove unused log message using the TX_DBG tagChris Park1-4/+0
2016-02-07staging: wilc1000: Optimize code of wilc_get_chipid functionChris Park1-2/+2
2016-02-07staging: wilc1000: fixes variable dereferenced before checkLeo Kim1-6/+0
2016-02-07staging: wilc1000: renames u8IfIdx of wilc_vif structureLeo Kim1-4/+4
2016-02-07staging: wilc1000: removes void function returnLeo Kim1-2/+0
2016-02-07staging: wilc1000: replaces PRINT_XXX with netdev_xxxLeo Kim1-55/+54
2016-02-07staging: wilc1000: removes unnecessary debug logsLeo Kim1-130/+24
2016-02-07staging: wilc1000: remove warnings line over 80 charactersLeo Kim1-2/+4
2016-02-07staging: wilc1000: rename pBssid of tx_complete_data structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: fixes missing a blank line after declarationsLeo Kim1-0/+2
2016-02-07staging: wilc1000: rename hWILCWFIDrv of wilc_priv structureLeo Kim1-4/+4
2016-02-07staging: wilc1000: pass vif to wilc_send_config_pktGlen Lee1-44/+44
2016-02-07staging: wilc1000: get mac address after setting drv handlerGlen Lee1-4/+5
2016-02-07staging: wilc1000: wilc_set_wfi_drv_handler: add mac indexGlen Lee1-0/+19
2016-02-03staging: wilc1000: fixes add spaces required aroundLeo Kim1-2/+2