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