aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09staging: wilc1000: Remove useless cast.Varsha Rao1-1/+1
2017-03-09staging: wilc1000: removes redundant 'continue' in while loop conditional blocksTahia Khan1-7/+0
2017-03-09staging: wilc1000: Fixes camel-casing in wilc_gnrl_info_receivedTahia Khan1-6/+5
2017-03-09staging: wilc1000: Fixes camel-casing in wilc_network_info_receivedTahia Khan1-6/+5
2017-03-09staging: wilc1000: Fixes camel-casing in wilc_scan_complete_receivedTahia Khan1-3/+2
2017-03-09Staging:wilc1000:host_interface: Integrated two 'if' statements to a single 'if' statementGeorgios Emmanouil1-7/+5
2017-03-09Staging:wilc1000:host_interface: Removed unnecessary blank lineGeorgios Emmanouil1-1/+0
2017-03-07staging: wilc1000: Alignment should match open parenthesisArushi Singhal1-1/+1
2017-03-06staging: wilc1000: add check for kmalloc allocation failure.Colin Ian King1-0/+2
2017-03-06staging: wilc1000: remove redundant result < 0 checkColin Ian King1-4/+0
2017-01-16staging:wilc1000:host_interface.c Added braces {} on else statemementScott Matheina1-1/+2
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman1-1/+0
2016-10-17Staging: wilc1000: Fix kernel Oops on opening the deviceAditya Shankar1-1/+0
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: Remove unnecessary 'out of memory' message.Dilek Uzulmez1-3/+1
2016-09-20staging: wilc1000: Merge assignment with returnRehas Sachdeva1-4/+1
2016-09-17staging: wilc1000: Use sizeof type *pointer instead of sizeof typesayli karnik1-2/+2
2016-08-21staging: wilc1000: NULL dereference on errorDan Carpenter1-2/+1
2016-06-25staging: wilc1000: arrays can't be NULLLuis de Bethencourt1-22/+16
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 Jayan1-212/+70
2016-06-25staging: wilc1000: message_queue: Move code to host interfaceBinoy Jayan1-1/+162
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 Lim1-1/+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-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
2016-05-03staging: wilc1000: change handle_get_ip_address's return type to voidChaehyun Lim1-6/+2
2016-04-28staging: wilc1000: rename result in handle_set_ip_addressChaehyun Lim1-4/+4
2016-04-28staging: wilc1000: change data type of result in handle_set_ip_addressChaehyun Lim1-1/+1
2016-04-28staging: wilc1000: change handle_set_ip_address's return type to voidChaehyun Lim1-6/+2
2016-04-28staging: wilc1000: rename result in handle_set_operation_modeChaehyun Lim1-4/+4
2016-04-28staging: wilc1000: change data type of result in handle_set_operation_modeChaehyun Lim1-1/+1
2016-04-28staging: wilc1000: change handle_set_operation_mode's return type to voidChaehyun Lim1-7/+3
2016-04-28staging: wilc1000: rename result in handle_set_wfi_drv_handlerChaehyun Lim1-4/+4
2016-04-28staging: wilc1000: change data type of result in handle_set_wfi_drv_handlerChaehyun Lim1-1/+1
2016-04-28staging: wilc1000: change handle_set_wfi_drv_handler's return type to voidChaehyun Lim1-7/+3
2016-04-28staging: wilc1000: change return type of ret variable in handle_get_tx_pwrChaehyun Lim1-1/+1
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_add_beaconChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_del_beaconChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in wilc_set_pmkid_infoChaehyun Lim1-6/+0
2016-04-28staging: wilc1000: remove unused hif_drv in host_int_get_assoc_res_infoChaehyun Lim1-6/+0