summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: removed typedef from enum BSSTYPE_TAjay Singh2018-01-151-1/+1
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-141-20/+25
|\
| * staging: wilc1000: replace redundant computations with 0Colin Ian King2017-10-181-3/+3
| * staging/wilc1000: Convert timers to use timer_setup()Kees Cook2017-10-181-17/+22
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* staging: wilc1000: fix a typo: "incative" -> "inactive"Colin Ian King2017-07-161-2/+2
* staging: wilc1000: fix spelling mistake: "dissconect" -> "disconnect"Colin Ian King2017-06-291-1/+1
* staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handlerAditya Shankar2017-06-131-17/+51
* staging: wilc1000: Refactor handling of HT caps fieldsJason Litzinger2017-05-151-17/+3Star
* staging: wilc1000: Remove useless cast.Varsha Rao2017-03-091-1/+1
* staging: wilc1000: removes redundant 'continue' in while loop conditional blocksTahia Khan2017-03-091-7/+0Star
* staging: wilc1000: Fixes camel-casing in wilc_gnrl_info_receivedTahia Khan2017-03-091-6/+5Star
* staging: wilc1000: Fixes camel-casing in wilc_network_info_receivedTahia Khan2017-03-091-6/+5Star
* staging: wilc1000: Fixes camel-casing in wilc_scan_complete_receivedTahia Khan2017-03-091-3/+2Star
* Staging:wilc1000:host_interface: Integrated two 'if' statements to a single '...Georgios Emmanouil2017-03-091-7/+5Star
* Staging:wilc1000:host_interface: Removed unnecessary blank lineGeorgios Emmanouil2017-03-091-1/+0Star
* staging: wilc1000: Alignment should match open parenthesisArushi Singhal2017-03-071-1/+1
* staging: wilc1000: add check for kmalloc allocation failure.Colin Ian King2017-03-061-0/+2
* staging: wilc1000: remove redundant result < 0 checkColin Ian King2017-03-061-4/+0Star
* staging:wilc1000:host_interface.c Added braces {} on else statemementScott Matheina2017-01-161-1/+2
* Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-301-1/+0Star
|\
| * Staging: wilc1000: Fix kernel Oops on opening the deviceAditya Shankar2016-10-171-1/+0Star
* | Staging: wilc1000: Replace memcpy by ether_addr_copyMihaela Muraru2016-10-161-2/+2
* | Staging: wilc1000: Unnecessary 'out of memory' messageMihaela Muraru2016-10-161-3/+1Star
* | Staging: wilc1000: Remove unnecessary 'out of memory' message.Dilek Uzulmez2016-10-161-3/+1Star
|/
* staging: wilc1000: Merge assignment with returnRehas Sachdeva2016-09-201-4/+1Star
* staging: wilc1000: Use sizeof type *pointer instead of sizeof typesayli karnik2016-09-171-2/+2
* staging: wilc1000: NULL dereference on errorDan Carpenter2016-08-211-2/+1Star
* staging: wilc1000: arrays can't be NULLLuis de Bethencourt2016-06-251-22/+16Star
* staging: wilc1000: Change interface wilc_mq_send to wilc_enqueue_cmdBinoy Jayan2016-06-251-175/+158Star
* staging: wilc1000: Replace kthread with workqueue for host interfaceBinoy Jayan2016-06-251-212/+70Star
* staging: wilc1000: message_queue: Move code to host interfaceBinoy Jayan2016-06-251-1/+162
* staging: wilc1000: remove unnecesary type cast of bss_typeChaehyun Lim2016-06-251-1/+1
* staging: wilc1000: add bss_type to remove line over 80 charactersChaehyun Lim2016-06-251-3/+5
* staging: wilc1000: remove unused struct set_mac_addrChaehyun Lim2016-06-251-1/+0Star
* staging: wilc1000: rename result in handle_cfg_paramChaehyun Lim2016-06-251-4/+4
* staging: wilc1000: change data type of result in handle_cfg_paramChaehyun Lim2016-06-251-1/+1
* staging: wilc1000: change handle_cfg_param's return type to voidChaehyun Lim2016-06-251-21/+2Star
* staging: wilc1000: rename result in handle_get_mac_addressChaehyun Lim2016-05-031-4/+4
* staging: wilc1000: change data type of result in handle_get_mac_addressChaehyun Lim2016-05-031-1/+1
* staging: wilc1000: change handle_get_mac_address's return type to voidChaehyun Lim2016-05-031-7/+3Star
* staging: wilc1000: fix comparison style of if statement in handle_get_ip_addressChaehyun Lim2016-05-031-1/+1
* staging: wilc1000: rename result in handle_get_ip_addressChaehyun Lim2016-05-031-4/+4
* staging: wilc1000: change data type of result in handle_get_ip_addressChaehyun Lim2016-05-031-1/+1
* staging: wilc1000: change handle_get_ip_address's return type to voidChaehyun Lim2016-05-031-6/+2Star
* staging: wilc1000: rename result in handle_set_ip_addressChaehyun Lim2016-04-291-4/+4
* staging: wilc1000: change data type of result in handle_set_ip_addressChaehyun Lim2016-04-291-1/+1
* staging: wilc1000: change handle_set_ip_address's return type to voidChaehyun Lim2016-04-291-6/+2Star
* staging: wilc1000: rename result in handle_set_operation_modeChaehyun Lim2016-04-291-4/+4
* staging: wilc1000: change data type of result in handle_set_operation_modeChaehyun Lim2016-04-291-1/+1