aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)AuthorFilesLines
2017-03-06staging: wilc1000: remove redundant result < 0 checkGravatar Colin Ian King 1-4/+0
2017-03-06staging: wilc1000: Rename network_info member str_rssi to rssi_historyGravatar Tahia Khan 2-8/+8
2017-03-06staging: wilc1000: Rename tstrRSSI members and change type of u8Full to boolGravatar Tahia Khan 2-10/+10
2017-03-06staging: wilc1000: Rename struct tstrRSSI to rssi_history_bufferGravatar Tahia Khan 1-2/+2
2017-02-27scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesGravatar Masahiro Yamada 2-2/+2
2017-02-12staging:wilc1000: Fix line over 80 charactersGravatar Jacob Zachariah 1-2/+5
2017-01-16staging:wilc1000:wilc_sdio.c Deleted un-needed blank linesGravatar Scott Matheina 1-3/+0
2017-01-16staging:wilc1000:wilc_sdio.c Aligns code match open parenthesisGravatar Scott Matheina 1-1/+1
2017-01-16staging:wilc1000:wilc_debugfs.c Removes multiple blank linesGravatar Scott Matheina 1-2/+0
2017-01-16staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesisGravatar Scott Matheina 1-1/+1
2017-01-16staging:wilc1000:linux_wlan.c Align code to match open parenthesisGravatar Scott Matheina 1-1/+1
2017-01-16staging:wilc1000:host_interface.c Added braces {} on else statemementGravatar Scott Matheina 1-1/+2
2017-01-10staging: wilc1000: Connect to highest RSSI value for required SSIDGravatar Aditya Shankar 1-6/+13
2017-01-03staging: wilc1000: Fix endian sparse warningGravatar Mike Kofron 1-1/+1
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-81/+33
2016-12-03staging: wilc1000: use reset to set mac headerGravatar Zhang Shengju 1-2/+2
2016-11-16staging: wilc1000: simplify vif[i]->ndev accessesGravatar Arnd Bergmann 1-25/+9
2016-10-30Merge 4.9-rc3 into staging-nextGravatar Greg Kroah-Hartman 1-1/+0
2016-10-25staging: wilc1000: Remove unused function wilc_lock_timeoutGravatar Binoy Jayan 2-12/+0
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Gravatar Elise Lennion 6-16/+8
2016-10-17Staging: wilc1000: Fix kernel Oops on opening the deviceGravatar Aditya Shankar 1-1/+0
2016-10-16Staging: wilc1000: Compress return logic into one lineGravatar Mihaela Muraru 2-16/+6
2016-10-16Staging: wilc1000: Replace memcpy by ether_addr_copyGravatar Mihaela Muraru 1-2/+2
2016-10-16Staging: wilc1000: Unnecessary 'out of memory' messageGravatar Mihaela Muraru 1-3/+1
2016-10-16staging: wilc1000: Replace printk() with pr_info().Gravatar Elise Lennion 1-3/+3
2016-10-16Staging: wilc1000: Remove unnecessary 'out of memory' message.Gravatar Dilek Uzulmez 1-3/+1
2016-10-16staging: wilc1000: Add blank line after variable declarations.Gravatar Elise Lennion 1-0/+1
2016-10-16staging: wilc1000: Format block comment.Gravatar Elise Lennion 1-1/+2
2016-10-02staging: wilc1000: remove unnecessary bracesGravatar Elizabeth Ferdman 1-2/+2
2016-10-02staging: wilc1000: wilc_spi: Remove unnecessary blank linesGravatar Namrata A Shettar 1-10/+0
2016-10-02staging: wilc1000: wilc_spi: Compress return logicGravatar Namrata A Shettar 1-12/+6
2016-10-02staging: wilc1000: wilc_wlan: Compress return logicGravatar Namrata A Shettar 1-4/+2
2016-09-27staging: wilc1000: fix sparse warning: symbol was not declared. Should it be ...Gravatar Matias Mucciolo 1-1/+1
2016-09-27Staging: wilc1000: constify cfg80211_ops structuresGravatar Bhumika Goyal 1-1/+1
2016-09-20staging: wilc1000: Merge assignment with returnGravatar Rehas Sachdeva 3-8/+3
2016-09-17staging: wilc1000: Use sizeof type *pointer instead of sizeof typeGravatar sayli karnik 1-2/+2
2016-09-13Staging: wilc1000: Remove struct typedefGravatar Bhumika Goyal 1-3/+3
2016-09-05Merge 4.8-rc5 into staging-nextGravatar Greg Kroah-Hartman 3-5/+4
2016-09-01staging: wilc1000: fix spelling mistake: "retyring" -> "retrying"Gravatar Colin Ian King 1-1/+1
2016-08-21staging: wilc1000: correctly check if associatedsta has not been foundGravatar Colin Ian King 1-2/+2
2016-08-21staging: wilc1000: NULL dereference on errorGravatar Dan Carpenter 1-2/+1
2016-08-21staging: wilc1000: txq_event: Fix coding errorGravatar Binoy Jayan 1-1/+1
2016-08-21staging: wilc1000: fix error handling in wilc_debugfs_init()Gravatar Luis de Bethencourt 1-24/+5
2016-08-21drivers: wilc1000: remove references to semaphoresGravatar Joshua Houghton 5-5/+2
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+10
2016-07-06nl80211: support beacon report scanningGravatar Avraham Stern 1-2/+10
2016-06-25staging: wilc1000: fix return value check in wlan_initialize_threads()Gravatar Wei Yongjun 1-2/+2
2016-06-25staging: wilc1000: arrays can't be NULLGravatar Luis de Bethencourt 2-24/+17
2016-06-25staging: wilc1000: Change interface wilc_mq_send to wilc_enqueue_cmdGravatar Binoy Jayan 1-175/+158
2016-06-25staging: wilc1000: Replace kthread with workqueue for host interfaceGravatar Binoy Jayan 2-212/+75