summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)Author
2017-07-30staging: wilc1000: fix spelling mistake: "Iinitialization" -> "initialization"Colin Ian King
2017-07-16staging: wilc1000: fix variable signednessIlia Sergachev
2017-07-16staging: wilc1000: add parameter name to function definitionDmitriy Cherkasov
2017-07-16staging: wilc1000: fix a typo: "incative" -> "inactive"Colin Ian King
2017-07-16staging: wilc1000: Neaten refresh_scan - remove always 1 argumentJoe Perches
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-29staging: wilc1000: fix spelling mistake: "dissconect" -> "disconnect"Colin Ian King
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-13staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handlerAditya Shankar
2017-05-29staging: wilc1000: add missing blank line after struct declarationMarko Stankovic
2017-05-29staging: wilc1000: remove excessive blank linesMarko Stankovic
2017-05-15staging: wilc1000: Fixing struct definition layoutVincent Siles
2017-05-15staging: wilc1000: Function calls too longVincent Siles
2017-05-15staging: wilc1000: Function signature too longVincent Siles
2017-05-15staging: wilc1000: Stripping '-' commentsVincent Siles
2017-05-15staging: wilc1000: Last line is emptyVincent Siles
2017-05-15staging: wilc1000: Refactor handling of HT caps fieldsJason Litzinger
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-04-28staging: wilc1000: fix unchecked return valuePan Bian
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg
2017-04-08staging: wilc1000: fix incorrect strncasecmp lengthColin Ian King
2017-04-08staging: wilc1000: Fix problem with wrong vif indexAditya Shankar
2017-04-08staging: wilc1000: Use new format for configuring firmwareAditya Shankar
2017-03-29drivers/staging/wilc1000: Removing explicit function tracing using dev_dbg/infoPushkar Jambhlekar
2017-03-29drivers/staging/wilc1000: Using __func__ instead of hardcoded function namePushkar Jambhlekar
2017-03-17Staging: wilc1000: fix two typos in #define'sDylan Leggio
2017-03-17staging: wilc1000: fix incorrect copy of pmkid dataColin Ian King
2017-03-16staging: wilc1000: Remove unnecessary bracketsTamara Diaconita
2017-03-16staging: wilc1000: Correct name of variablesTamara Diaconita
2017-03-16staging: wilc1000: Declare variables to top of functionTamara Diaconita
2017-03-09staging: wilc1000: Remove useless cast.Varsha Rao
2017-03-09staging: wilc1000: removes redundant 'continue' in while loop conditional blocksTahia Khan
2017-03-09staging: wilc1000: Fixes camel-casing in wilc_gnrl_info_receivedTahia Khan
2017-03-09staging: wilc1000: Fixes camel-casing in wilc_network_info_receivedTahia Khan
2017-03-09staging: wilc1000: Fixes camel-casing in wilc_scan_complete_receivedTahia Khan
2017-03-09Staging:wilc1000:wilc_spi: Added blank line after function and modified comme...Georgios Emmanouil
2017-03-09Staging:wilc1000:wilc_spi: Fixed spelling errorGeorgios Emmanouil
2017-03-09Staging:wilc1000:wilc_spi: Fixed comment style to the preferred kernel commen...Georgios Emmanouil
2017-03-09Staging:wilc1000:wilc_sdio: Modified comment style to preferred kernel commen...Georgios Emmanouil
2017-03-09Staging:wilc1000:host_interface: Integrated two 'if' statements to a single '...Georgios Emmanouil
2017-03-09Staging:wilc1000:host_interface: Removed unnecessary blank lineGeorgios Emmanouil
2017-03-07staging: wilc1000: Logical continuations should be on the previous lineArushi Singhal
2017-03-07staging: wilc1000: function prototype argument should have identifier nameArushi Singhal
2017-03-07staging: wilc1000: Alignment should match open parenthesisArushi Singhal
2017-03-06staging: wilc1000: add check for kmalloc allocation failure.Colin Ian King
2017-03-06staging: wilc1000: remove redundant result < 0 checkColin Ian King
2017-03-06staging: wilc1000: Rename network_info member str_rssi to rssi_historyTahia Khan
2017-03-06staging: wilc1000: Rename tstrRSSI members and change type of u8Full to boolTahia Khan
2017-03-06staging: wilc1000: Rename struct tstrRSSI to rssi_history_bufferTahia Khan