aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variableAjay Singh1-24/+0
2018-09-25staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh1-12/+11
2018-09-25staging: wilc1000: use 'void' return type for host_int_get_assoc_res_info()Ajay Singh1-6/+5
2018-09-25staging: wilc1000: change return type to 'void' for wilc_frame_register()Ajay Singh1-4/+2
2018-09-10staging: wilc1000: remove handle_hif_exit_work() functionAjay Singh1-8/+0
2018-09-10staging: wilc1000: refactor code to move initilization in wilc_netdev_init()Ajay Singh1-23/+0
2018-09-10staging: wilc1000: remove unnecessary static variable 'p2p_listen_state'Ajay Singh1-4/+2
2018-09-10staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' structAjay Singh1-2/+2
2018-09-10staging: wilc1000: remove unused code to set and get IP addressAjay Singh1-105/+0
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' structAjay Singh1-2/+2
2018-09-10staging: wilc1000: move 'rcv_assoc_resp' as part of hif_drvAjay Singh1-5/+3
2018-09-10staging: wilc1000: rename 'dummy_statistics' variable to 'periodic_stat'Ajay Singh1-1/+1
2018-09-10staging: wilc1000: move 'periodic_rssi' as part of 'wilc_vif' structAjay Singh1-11/+8
2018-09-10staging: wilc1000: move hif_workqueue static variables to 'wilc' structureAjay Singh1-5/+8
2018-09-10staging: wilc1000: refactor code to avoid use of wilc_set_multicast_list globalAjay Singh1-6/+7
2018-09-10staging: wilc1000: move static variable clients_count to 'wilc' structureAjay Singh1-5/+4
2018-09-10staging: wilc1000: avoid use of extra 'if' condition in wilc_init()Ajay Singh1-2/+0
2018-09-10staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh1-8/+7
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