aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-23staging: wilc1000: fix NULL pointer exception in host_int_parse_assoc_resp_info()Ajay Singh1-1/+1
2018-03-28staging: wilc1000: fix memdup.cocci warningsFengguang Wu1-6/+4
2018-03-28staging: wilc1000: remove unused return variableHariPrasath Elango1-4/+2
2018-03-28staging: wilc1000: free memory allocated for general info message from firmwareAjay Singh1-17/+31
2018-03-28staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid leading tabsAjay Singh1-137/+149
2018-03-28staging: wilc1000: free allocated memory in wilc_add_rx_gtk()Ajay Singh1-6/+11
2018-03-28staging: wilc1000: fix to free allocated memory in wilc_add_ptk()Ajay Singh1-6/+7
2018-03-28staging: wilc1000: free allocated memory after processing wilc_send_config_pkt()Ajay Singh1-3/+5
2018-03-28staging: wilc1000: free memory allocated in add wep key functionsAjay Singh1-10/+14
2018-03-28staging: wilc1000: free allocated memory in edit and add station functionsAjay Singh1-2/+6
2018-03-28staging: wilc1000: avoid 'NULL' pointer access in wilc_network_info_received()Ajay Singh1-3/+6
2018-03-28staging: wilc1000: remove unused global variables related to p2pAjay Singh1-59/+0
2018-03-22staging: wilc1000: check for kmalloc allocation failuresColin Ian King1-0/+12
2018-03-22staging: wilc1000: replace switch statement by simple if conditionHariPrasath Elango1-7/+1
2018-03-19staging: wilc1000: destroy initialized mutex objectHariPrasath Elango1-0/+1
2018-03-19staging: wilc1000: use kmemdup instead of kmalloc and memcpyHariPrasath Elango1-2/+1
2018-03-19staging: wilc1000: Destroy mutex object in deinitializationHariPrasath Elango1-0/+1
2018-03-19staging: wilc1000: Fix code block alignmentHariPrasath Elango1-3/+3
2018-03-14staging: wilc1000: fix line over 80 char issue in handle_scan_done()Ajay Singh1-4/+5
2018-03-14staging: wilc1000: rename variables using camelCase in handle_rcvd_gnrl_async_info()Ajay Singh1-43/+43
2018-03-14staging: wilc1000: rename WILC_HostIf_PackStaParam to avoid camelCaseAjay Singh1-3/+3
2018-03-14staging: wilc1000: rename variables prefix using datatype 'u8'Ajay Singh2-82/+81
2018-03-14staging: wilc1000: fix line over 80 character in handle_disconnect()Ajay Singh1-45/+45
2018-03-14staging: wilc1000: fix line over 80 char in handle_connect()Ajay Singh1-21/+27
2018-03-14staging: wilc1000: fix line over 80 char in handle_scan()Ajay Singh1-8/+10
2018-03-14staging: wilc1000: rename label 'ERRORHANDLER' to avoid uppercase nameAjay Singh1-27/+27
2018-03-14staging: wilc1000: rename strConnectInfo to avoid camelCaseAjay Singh1-28/+28
2018-03-14staging: wilc1000: rename pstrHostIFconnectAttr to avoid camelCase issueAjay Singh1-52/+52
2018-03-14staging: wilc1000: fix line over 80 char in cfg_scan_result()Ajay Singh1-71/+77
2018-03-14staging: wilc1000: rename pJoinParams to avoid camelCaseAjay Singh1-2/+2
2018-03-14staging: wilc1000: fix line over 80 char in mgmt_tx_cancel_wait()Ajay Singh1-2/+6
2018-03-14staging: wilc1000: fix line over 80 char for cfg parse RX and TX functionAjay Singh1-35/+32
2018-03-14staging: wilc1000: fix line over 80 char in get_key() & set_default_key()Ajay Singh1-4/+4
2018-03-14staging: wilc1000: fix line over 80 char in change_virtual_intf()Ajay Singh1-2/+4
2018-03-14staging: wilc1000: rename au8ScanChanList to avoid camelCaseAjay Singh1-4/+4
2018-03-14staging: wilc1000: rename CfgScanResult to avoid camelCaseAjay Singh1-6/+5
2018-03-14staging: wilc1000: rename pstrNetworkInfo to avoid camelCaseAjay Singh1-26/+25
2018-03-14staging: wilc1000: rename strHiddenNetwork to avoid camelCaseAjay Singh1-9/+9
2018-03-06staging: wilc1000: rename u16DummyReasonCode to avoid camelCaseAjay Singh1-2/+2
2018-03-06staging: wilc1000: fix line over 80 char in handle_rcvd_ntwrk_info()Ajay Singh1-33/+33
2018-03-06staging: wilc1000: rename handle_connect_timeout() variables to avoid camelCaseAjay Singh1-11/+11
2018-03-06staging: wilc1000: fix line over 80 char in wilc_scan_complete_received()Ajay Singh1-1/+4
2018-03-06staging: wilc1000: fix line over 80 char in wilc_del_allstation() & wilc_deinit()Ajay Singh1-2/+4
2018-03-06staging: wilc1000: fix line over 80 char in wilc_add_ptk()Ajay Singh1-2/+4
2018-03-06staging: wilc1000: rename pstrHostIFkeyAttr to avoid camelCase issueAjay Singh1-60/+59
2018-03-06staging: wilc1000: fix line over 80 char in host_int_parse_join_bss_param()Ajay Singh1-108/+108
2018-03-06staging: wilc1000: fix line over 80 char for wilc_gnrl_async_info_received()Ajay Singh1-1/+4
2018-03-06staging: wilc1000: fix line over 80 char in wilc_network_info_received()Ajay Singh1-1/+4
2018-03-06staging: wilc1000: fix line over 80 char in handle_cfg_param()Ajay Singh1-77/+98
2018-03-06staging: wilc1000: remove always 'true' check from 'if' statementAjay Singh1-12/+6