summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
AgeCommit message (Expand)Author
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh
2018-08-02staging: wilc1000: rename 'rcvd_ch_cnt' element in 'user_scan_req' structAjay Singh
2018-08-02staging: wilc1000: modified debug log messages descriptionAjay Singh
2018-08-02staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh
2018-07-21staging: wilc1000: use 'int' inplace of 's32' date typeAjay Singh
2018-07-21staging: wilc1000: avoid setting default value for variable at declarationAjay Singh
2018-07-21staging: wilc1000: avoid forward declaration of host_int_parse_join_bss_param()Ajay Singh
2018-07-21staging: wilc1000: avoid host_int_get_assoc_res_info() forward declarationAjay Singh
2018-07-21staging: wilc1000: avoid forward declaration for handle_scan_done()Ajay Singh
2018-07-21staging: wilc1000: remove unnecessary type used for wid idAjay Singh
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh
2018-07-21staging: wilc1000: remove the mutliple #define used for same macroAjay Singh
2018-07-21staging: wilc1000: rename enum AUTHTYPE to use lowercaseAjay Singh
2018-07-21staging: wilc1000: rename enum SITESURVEY to use lowercaseAjay Singh
2018-07-21staging: wilc1000: rename enum CURRENT_TXRATE to use lowercaseAjay Singh
2018-07-21staging: wilc1000: remove extra enums defined for ieee80211_eidAjay Singh
2018-07-21staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh
2018-07-06staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()Ajay Singh
2018-06-28staging: wilc1000: avoid use of static variable 'rssi'Ajay Singh
2018-06-28staging: wilc1000: avoid use of static variable 'inactive_time'Ajay Singh
2018-06-28staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()Ajay Singh
2018-06-28staging: wilc1000: handle freeing of key data in wilc_add_ptk()Ajay Singh
2018-06-28staging: wilc1000: handle freeing of key data in wep add keyAjay Singh
2018-06-28staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()Ajay Singh
2018-06-28staging: wilc1000: remove 'hif_thread_comp' completionsAjay Singh
2018-06-28staging: wilc1000: added 'work_comp' completion as part of host_if_msgAjay Singh
2018-06-28staging: wilc1000: move the allocation of cmd out of wilc_enqueue_cmd()Ajay Singh
2018-06-28staging: wilc1000: remove unused marco related to HIF commandsAjay Singh
2018-06-28staging: wilc1000: remove host_if_work() to handle TODO list issueAjay Singh
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