aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)AuthorFilesLines
2017-10-18staging: wilc1000: replace redundant computations with 0Gravatar Colin Ian King 1-3/+3
2017-10-18staging/wilc1000: Convert timers to use timer_setup()Gravatar Kees Cook 3-20/+28
2017-09-29staging: wilc1000: Blank lines aren't necessary before a close brace '}'Gravatar Keerthi Reddy 1-1/+0
2017-09-29staging: wilc1000: No space is necessary after a castGravatar Keerthi Reddy 1-1/+1
2017-07-30staging: wilc1000: fix spelling mistake: "Iinitialization" -> "initialization"Gravatar Colin Ian King 1-1/+1
2017-07-16staging: wilc1000: fix variable signednessGravatar Ilia Sergachev 1-1/+2
2017-07-16staging: wilc1000: add parameter name to function definitionGravatar Dmitriy Cherkasov 1-2/+2
2017-07-16staging: wilc1000: fix a typo: "incative" -> "inactive"Gravatar Colin Ian King 1-2/+2
2017-07-16staging: wilc1000: Neaten refresh_scan - remove always 1 argumentGravatar Joe Perches 1-37/+28
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-7/+7
2017-06-29staging: wilc1000: fix spelling mistake: "dissconect" -> "disconnect"Gravatar Colin Ian King 1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-3/+3
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 2-4/+4
2017-06-13staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handlerGravatar Aditya Shankar 6-48/+71
2017-05-29staging: wilc1000: add missing blank line after struct declarationGravatar Marko Stankovic 1-0/+1
2017-05-29staging: wilc1000: remove excessive blank linesGravatar Marko Stankovic 1-15/+0
2017-05-15staging: wilc1000: Fixing struct definition layoutGravatar Vincent Siles 1-1/+6
2017-05-15staging: wilc1000: Function calls too longGravatar Vincent Siles 1-2/+4
2017-05-15staging: wilc1000: Function signature too longGravatar Vincent Siles 1-3/+5
2017-05-15staging: wilc1000: Stripping '-' commentsGravatar Vincent Siles 1-3/+3
2017-05-15staging: wilc1000: Last line is emptyGravatar Vincent Siles 1-1/+0
2017-05-15staging: wilc1000: Refactor handling of HT caps fieldsGravatar Jason Litzinger 3-41/+7
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-167/+146
2017-04-28staging: wilc1000: fix unchecked return valueGravatar Pan Bian 1-0/+2
2017-04-13cfg80211: move add/change interface monitor flags into paramsGravatar Johannes Berg 1-2/+1
2017-04-08staging: wilc1000: fix incorrect strncasecmp lengthGravatar Colin Ian King 1-2/+2
2017-04-08staging: wilc1000: Fix problem with wrong vif indexGravatar Aditya Shankar 1-1/+2
2017-04-08staging: wilc1000: Use new format for configuring firmwareGravatar Aditya Shankar 1-23/+36
2017-03-29drivers/staging/wilc1000: Removing explicit function tracing using dev_dbg/infoGravatar Pushkar Jambhlekar 1-4/+0
2017-03-29drivers/staging/wilc1000: Using __func__ instead of hardcoded function nameGravatar Pushkar Jambhlekar 1-2/+2
2017-03-17Staging: wilc1000: fix two typos in #define'sGravatar Dylan Leggio 1-6/+6
2017-03-17staging: wilc1000: fix incorrect copy of pmkid dataGravatar Colin Ian King 1-1/+1
2017-03-16staging: wilc1000: Remove unnecessary bracketsGravatar Tamara Diaconita 1-21/+18
2017-03-16staging: wilc1000: Correct name of variablesGravatar Tamara Diaconita 1-4/+4
2017-03-16staging: wilc1000: Declare variables to top of functionGravatar Tamara Diaconita 1-9/+5
2017-03-09staging: wilc1000: Remove useless cast.Gravatar Varsha Rao 1-1/+1
2017-03-09staging: wilc1000: removes redundant 'continue' in while loop conditional blocksGravatar Tahia Khan 1-7/+0
2017-03-09staging: wilc1000: Fixes camel-casing in wilc_gnrl_info_receivedGravatar Tahia Khan 2-8/+6
2017-03-09staging: wilc1000: Fixes camel-casing in wilc_network_info_receivedGravatar Tahia Khan 2-8/+6
2017-03-09staging: wilc1000: Fixes camel-casing in wilc_scan_complete_receivedGravatar Tahia Khan 2-5/+3
2017-03-09Staging:wilc1000:wilc_spi: Added blank line after function and modified comme...Gravatar Georgios Emmanouil 1-5/+2
2017-03-09Staging:wilc1000:wilc_spi: Fixed spelling errorGravatar Georgios Emmanouil 1-4/+4
2017-03-09Staging:wilc1000:wilc_spi: Fixed comment style to the preferred kernel commen...Gravatar Georgios Emmanouil 1-8/+6
2017-03-09Staging:wilc1000:wilc_sdio: Modified comment style to preferred kernel commen...Gravatar Georgios Emmanouil 1-8/+5
2017-03-09Staging:wilc1000:host_interface: Integrated two 'if' statements to a single '...Gravatar Georgios Emmanouil 1-7/+5
2017-03-09Staging:wilc1000:host_interface: Removed unnecessary blank lineGravatar Georgios Emmanouil 1-1/+0
2017-03-07staging: wilc1000: Logical continuations should be on the previous lineGravatar Arushi Singhal 2-8/+8
2017-03-07staging: wilc1000: function prototype argument should have identifier nameGravatar Arushi Singhal 1-3/+3
2017-03-07staging: wilc1000: Alignment should match open parenthesisGravatar Arushi Singhal 4-15/+15
2017-03-06staging: wilc1000: add check for kmalloc allocation failure.Gravatar Colin Ian King 1-0/+2