aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-16Staging: wilc1000: Replace memcpy by ether_addr_copyMihaela Muraru1-2/+2
2016-10-16Staging: wilc1000: Unnecessary 'out of memory' messageMihaela Muraru1-3/+1
2016-10-16staging: wilc1000: Replace printk() with pr_info().Elise Lennion1-3/+3
2016-10-16Staging: wilc1000: Remove unnecessary 'out of memory' message.Dilek Uzulmez1-3/+1
2016-10-16staging: wilc1000: Add blank line after variable declarations.Elise Lennion1-0/+1
2016-10-16staging: wilc1000: Format block comment.Elise Lennion1-1/+2
2016-10-02staging: wilc1000: remove unnecessary bracesElizabeth Ferdman1-2/+2
2016-10-02staging: wilc1000: wilc_spi: Remove unnecessary blank linesNamrata A Shettar1-10/+0
2016-10-02staging: wilc1000: wilc_spi: Compress return logicNamrata A Shettar1-12/+6
2016-10-02staging: wilc1000: wilc_wlan: Compress return logicNamrata A Shettar1-4/+2
2016-09-27staging: wilc1000: fix sparse warning: symbol was not declared. Should it be static?Matias Mucciolo1-1/+1
2016-09-27Staging: wilc1000: constify cfg80211_ops structuresBhumika Goyal1-1/+1
2016-09-20staging: wilc1000: Merge assignment with returnRehas Sachdeva3-8/+3
2016-09-17staging: wilc1000: Use sizeof type *pointer instead of sizeof typesayli karnik1-2/+2
2016-09-13Staging: wilc1000: Remove struct typedefBhumika Goyal1-3/+3
2016-09-05Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman3-5/+4
2016-09-01staging: wilc1000: fix spelling mistake: "retyring" -> "retrying"Colin Ian King1-1/+1
2016-08-21staging: wilc1000: correctly check if associatedsta has not been foundColin Ian King1-2/+2
2016-08-21staging: wilc1000: NULL dereference on errorDan Carpenter1-2/+1
2016-08-21staging: wilc1000: txq_event: Fix coding errorBinoy Jayan1-1/+1
2016-08-21staging: wilc1000: fix error handling in wilc_debugfs_init()Luis de Bethencourt1-24/+5
2016-08-21drivers: wilc1000: remove references to semaphoresJoshua Houghton5-5/+2
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+10
2016-07-06nl80211: support beacon report scanningAvraham Stern1-2/+10
2016-06-25staging: wilc1000: fix return value check in wlan_initialize_threads()Wei Yongjun1-2/+2
2016-06-25staging: wilc1000: arrays can't be NULLLuis de Bethencourt2-24/+17
2016-06-25staging: wilc1000: Change interface wilc_mq_send to wilc_enqueue_cmdBinoy Jayan1-175/+158
2016-06-25staging: wilc1000: Replace kthread with workqueue for host interfaceBinoy Jayan2-212/+75
2016-06-25staging: wilc1000: message_queue: Move code to host interfaceBinoy Jayan4-174/+162
2016-06-25staging: wilc1000: Remove semaphore close_exit_syncBinoy Jayan1-7/+0
2016-06-25staging: wilc1000: Replace semaphore sync_event with completionBinoy Jayan2-6/+6
2016-06-25staging: wilc1000: Replace semaphore cfg_event with completionBinoy Jayan3-9/+10
2016-06-25staging: wilc1000: Replace semaphore txq_add_to_head_cs with mutexBinoy Jayan3-10/+8
2016-06-25staging: wilc1000: Replace semaphore txq_event with completionBinoy Jayan3-8/+11
2016-06-25staging: wilc1000: fix typoJulia Lawall1-1/+1
2016-06-25staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"Colin Ian King2-2/+2
2016-06-25staging: wilc1000: remove unnecesary type cast of bss_typeChaehyun Lim1-1/+1
2016-06-25staging: wilc1000: add bss_type to remove line over 80 charactersChaehyun Lim1-3/+5
2016-06-25staging: wilc1000: remove unused struct set_mac_addrChaehyun Lim2-5/+0
2016-06-25staging: wilc1000: rename result in handle_cfg_paramChaehyun Lim1-4/+4
2016-06-25staging: wilc1000: change data type of result in handle_cfg_paramChaehyun Lim1-1/+1
2016-06-25staging: wilc1000: change handle_cfg_param's return type to voidChaehyun Lim1-21/+2
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds12-470/+275
2016-05-03staging: wilc1000: fix infoleak in wilc_wfi_cfgoperationsKangjie Lu1-0/+1
2016-05-03staging: wilc1000: rename result in handle_get_mac_addressChaehyun Lim1-4/+4
2016-05-03staging: wilc1000: change data type of result in handle_get_mac_addressChaehyun Lim1-1/+1
2016-05-03staging: wilc1000: change handle_get_mac_address's return type to voidChaehyun Lim1-7/+3
2016-05-03staging: wilc1000: fix comparison style of if statement in handle_get_ip_addressChaehyun Lim1-1/+1
2016-05-03staging: wilc1000: rename result in handle_get_ip_addressChaehyun Lim1-4/+4
2016-05-03staging: wilc1000: change data type of result in handle_get_ip_addressChaehyun Lim1-1/+1