aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/wilc1000/linux_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-30staging: wilc1000: fix spelling mistake: "Iinitialization" -> "initialization"Colin Ian King1-1/+1
2017-07-16staging: wilc1000: fix variable signednessIlia Sergachev1-1/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-13staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handlerAditya Shankar1-27/+10
2017-04-08staging: wilc1000: fix incorrect strncasecmp lengthColin Ian King1-2/+2
2017-04-08staging: wilc1000: Fix problem with wrong vif indexAditya Shankar1-1/+2
2017-02-27scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-16staging:wilc1000:linux_wlan.c Align code to match open parenthesisScott Matheina1-1/+1
2017-01-03staging: wilc1000: Fix endian sparse warningMike Kofron1-1/+1
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