summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
AgeCommit message (Expand)Author
2018-05-25staging: wilc1000: Avoid overriding rates_no while parsing ies element.Adham Abozaeid
2018-05-25staging: wilc1000: fix spelling mistake: "Preamle" -> "Preamble"Colin Ian King
2018-05-14staging: wilc1000: refactor host_int_parse_assoc_resp_info() to remove unused...Ajay Singh
2018-05-14staging: wilc1000: remove s8idxarray to avoid datatype in variable nameAjay Singh
2018-05-14staging: wilc1000: replace kmalloc with kmemdup() in handle_connect_timeout()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 chars in host_int_parse_assoc_resp_info()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 characters in host_int_parse_join_bss_par...Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 chars issue in host_int_handle_disconnect()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 characters issue in handle_connect()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 chars in handle_key()Ajay Singh
2018-05-14staging: wilc1000: remove 'ret' variable in handle_key()Ajay Singh
2018-05-14staging: wilc1000: added complete() call for error scenario in handle_key()Ajay Singh
2018-05-06staging: wilc1000: Remove useless functionNathan Chancellor
2018-05-06staging: wilc1000: Remove unused variablesNathan Chancellor
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh
2018-05-03staging: wilc1000: remove unused macros in host_interfaceAjay Singh
2018-05-03staging: wilc1000: remove the use of cur_byte variable in functionsAjay Singh
2018-05-03staging: wilc1000: remove static variable 'del_beacon' and null checkAjay Singh
2018-05-03staging: wilc1000: remove unnecessary 'out of memory' message in handle_key()Ajay Singh
2018-04-30Merge 4.17-rc3 into staging-nextGreg Kroah-Hartman
2018-04-26staging: wilc1000: remove inner block '{}' in handle_remain_on_chan()Ajay Singh
2018-04-26staging: wilc1000: rename P2P_LISTEN_STATE variable to use lowercaseAjay Singh
2018-04-26staging: wilc1000: rename mac status macros and moved related #define togetherAjay Singh
2018-04-26staging: wilc1000: remove unused variable scan_while_connectedAjay Singh
2018-04-25staging: wilc1000: remove the use of goto label in wilc_init()Ajay Singh
2018-04-25staging: wilc1000: remove goto label '_done_' in handle_listen_state_expired()Ajay Singh
2018-04-25staging: wilc1000: remove unused macros in wilc moduleAjay Singh
2018-04-23staging: wilc1000: fix NULL pointer exception in host_int_parse_assoc_resp_in...Ajay Singh
2018-03-28staging: wilc1000: fix memdup.cocci warningsFengguang Wu
2018-03-28staging: wilc1000: free memory allocated for general info message from firmwareAjay Singh
2018-03-28staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid leading tabsAjay Singh
2018-03-28staging: wilc1000: free allocated memory in wilc_add_rx_gtk()Ajay Singh
2018-03-28staging: wilc1000: fix to free allocated memory in wilc_add_ptk()Ajay Singh
2018-03-28staging: wilc1000: free allocated memory after processing wilc_send_config_pkt()Ajay Singh
2018-03-28staging: wilc1000: free memory allocated in add wep key functionsAjay Singh
2018-03-28staging: wilc1000: free allocated memory in edit and add station functionsAjay Singh
2018-03-28staging: wilc1000: avoid 'NULL' pointer access in wilc_network_info_received()Ajay Singh
2018-03-28staging: wilc1000: remove unused global variables related to p2pAjay Singh
2018-03-22staging: wilc1000: check for kmalloc allocation failuresColin Ian King
2018-03-14staging: wilc1000: fix line over 80 char issue in handle_scan_done()Ajay Singh
2018-03-14staging: wilc1000: rename variables using camelCase in handle_rcvd_gnrl_async...Ajay Singh
2018-03-14staging: wilc1000: rename WILC_HostIf_PackStaParam to avoid camelCaseAjay Singh
2018-03-14staging: wilc1000: rename variables prefix using datatype 'u8'Ajay Singh
2018-03-14staging: wilc1000: fix line over 80 character in handle_disconnect()Ajay Singh
2018-03-14staging: wilc1000: fix line over 80 char in handle_connect()Ajay Singh
2018-03-14staging: wilc1000: fix line over 80 char in handle_scan()Ajay Singh
2018-03-14staging: wilc1000: rename label 'ERRORHANDLER' to avoid uppercase nameAjay Singh
2018-03-14staging: wilc1000: rename strConnectInfo to avoid camelCaseAjay Singh
2018-03-14staging: wilc1000: rename pstrHostIFconnectAttr to avoid camelCase issueAjay Singh
2018-03-06staging: wilc1000: rename u16DummyReasonCode to avoid camelCaseAjay Singh