aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-08-02staging: wilc1000: rename 'rcvd_ch_cnt' element in 'user_scan_req' structAjay Singh1-6/+6
2018-08-02staging: wilc1000: modified debug log messages descriptionAjay Singh1-64/+70
2018-08-02staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh1-2/+2
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh1-5/+2
2018-07-21staging: wilc1000: use 'int' inplace of 's32' date typeAjay Singh1-24/+24
2018-07-21staging: wilc1000: avoid setting default value for variable at declarationAjay Singh1-61/+61
2018-07-21staging: wilc1000: avoid forward declaration of host_int_parse_join_bss_param()Ajay Singh1-167/+166
2018-07-21staging: wilc1000: avoid host_int_get_assoc_res_info() forward declarationAjay Singh1-26/+21
2018-07-21staging: wilc1000: avoid forward declaration for handle_scan_done()Ajay Singh1-39/+38
2018-07-21staging: wilc1000: remove unnecessary type used for wid idAjay Singh1-42/+42
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh1-3/+3
2018-07-21staging: wilc1000: remove the mutliple #define used for same macroAjay Singh1-3/+0
2018-07-21staging: wilc1000: rename enum AUTHTYPE to use lowercaseAjay Singh1-4/+4
2018-07-21staging: wilc1000: rename enum SITESURVEY to use lowercaseAjay Singh1-1/+1
2018-07-21staging: wilc1000: rename enum CURRENT_TXRATE to use lowercaseAjay Singh1-1/+1
2018-07-21staging: wilc1000: remove extra enums defined for ieee80211_eidAjay Singh1-9/+10
2018-07-21staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh1-3/+3
2018-07-06staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()Ajay Singh1-9/+9
2018-06-28staging: wilc1000: avoid use of static variable 'rssi'Ajay Singh1-3/+9
2018-06-28staging: wilc1000: avoid use of static variable 'inactive_time'Ajay Singh1-3/+3
2018-06-28staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()Ajay Singh1-4/+0
2018-06-28staging: wilc1000: handle freeing of key data in wilc_add_ptk()Ajay Singh1-3/+0
2018-06-28staging: wilc1000: handle freeing of key data in wep add keyAjay Singh1-7/+0
2018-06-28staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()Ajay Singh1-48/+42
2018-06-28staging: wilc1000: remove 'hif_thread_comp' completionsAjay Singh1-35/+0
2018-06-28staging: wilc1000: added 'work_comp' completion as part of host_if_msgAjay Singh1-127/+129
2018-06-28staging: wilc1000: move the allocation of cmd out of wilc_enqueue_cmd()Ajay Singh1-399/+544
2018-06-28staging: wilc1000: remove unused marco related to HIF commandsAjay Singh1-36/+0
2018-06-28staging: wilc1000: remove host_if_work() to handle TODO list issueAjay Singh1-296/+278
2018-05-25staging: wilc1000: Avoid overriding rates_no while parsing ies element.Adham Abozaeid1-11/+13
2018-05-25staging: wilc1000: fix spelling mistake: "Preamle" -> "Preamble"Colin Ian King1-1/+1
2018-05-14staging: wilc1000: refactor host_int_parse_assoc_resp_info() to remove unused codeAjay Singh1-18/+2
2018-05-14staging: wilc1000: remove s8idxarray to avoid datatype in variable nameAjay Singh1-3/+1
2018-05-14staging: wilc1000: replace kmalloc with kmemdup() in handle_connect_timeout()Ajay Singh1-4/+5
2018-05-14staging: wilc1000: fix line over 80 chars in host_int_parse_assoc_resp_info()Ajay Singh1-4/+5
2018-05-14staging: wilc1000: fix line over 80 characters in host_int_parse_join_bss_param()Ajay Singh1-116/+131
2018-05-14staging: wilc1000: fix line over 80 chars issue in host_int_handle_disconnect()Ajay Singh1-4/+4
2018-05-14staging: wilc1000: fix line over 80 characters issue in handle_connect()Ajay Singh1-4/+2
2018-05-14staging: wilc1000: fix line over 80 chars in handle_key()Ajay Singh1-22/+37
2018-05-14staging: wilc1000: remove 'ret' variable in handle_key()Ajay Singh1-12/+5
2018-05-14staging: wilc1000: added complete() call for error scenario in handle_key()Ajay Singh1-8/+11
2018-05-06staging: wilc1000: Remove useless functionNathan Chancellor1-12/+0
2018-05-06staging: wilc1000: Remove unused variablesNathan Chancellor1-12/+0
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-14/+0
2018-05-03staging: wilc1000: remove unused macros in host_interfaceAjay Singh1-4/+2
2018-05-03staging: wilc1000: remove the use of cur_byte variable in functionsAjay Singh1-7/+1
2018-05-03staging: wilc1000: remove static variable 'del_beacon' and null checkAjay Singh1-4/+1
2018-05-03staging: wilc1000: remove unnecessary 'out of memory' message in handle_key()Ajay Singh1-1/+0
2018-04-30Merge 4.17-rc3 into staging-nextGreg Kroah-Hartman1-1/+1