summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh2018-11-121-3/+3
* staging: wilc1000: use enum contants for mac status & added 'WILC_' prefixAjay Singh2018-11-121-7/+8
* staging: wilc1000: use WLAN_PMKID_LEN macro from ieee80211.h headerAjay Singh2018-11-121-2/+2
* staging: wilc1000: use macro from ieee80211.h in register frame api'sAjay Singh2018-11-121-2/+2
* staging: wilc1000: Remove unused mutex cfg_values_lockAdham Abozaeid2018-11-111-9/+0Star
* staging: wilc1000: Don't keep a copy of wiphy parameters in the driverAdham Abozaeid2018-11-111-13/+0Star
* staging: wilc1000: validate cfg parameters before scheduling the workAdham Abozaeid2018-11-111-41/+20Star
* staging: wilc1000: remove unused flags in handle_cfg_param()Adham Abozaeid2018-11-081-216/+0Star
* staging: wilc1000: remove coreconfigurator.c fileAjay Singh2018-11-051-0/+117
* staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variableAjay Singh2018-09-251-24/+0Star
* staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh2018-09-251-12/+11Star
* staging: wilc1000: use 'void' return type for host_int_get_assoc_res_info()Ajay Singh2018-09-251-6/+5Star
* staging: wilc1000: change return type to 'void' for wilc_frame_register()Ajay Singh2018-09-251-4/+2Star
* staging: wilc1000: remove handle_hif_exit_work() functionAjay Singh2018-09-101-8/+0Star
* staging: wilc1000: refactor code to move initilization in wilc_netdev_init()Ajay Singh2018-09-101-23/+0Star
* staging: wilc1000: remove unnecessary static variable 'p2p_listen_state'Ajay Singh2018-09-101-4/+2Star
* staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' structAjay Singh2018-09-101-2/+2
* staging: wilc1000: remove unused code to set and get IP addressAjay Singh2018-09-101-105/+0Star
* staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' s...Ajay Singh2018-09-101-2/+2
* staging: wilc1000: move 'rcv_assoc_resp' as part of hif_drvAjay Singh2018-09-101-5/+3Star
* staging: wilc1000: rename 'dummy_statistics' variable to 'periodic_stat'Ajay Singh2018-09-101-1/+1
* staging: wilc1000: move 'periodic_rssi' as part of 'wilc_vif' structAjay Singh2018-09-101-11/+8Star
* staging: wilc1000: move hif_workqueue static variables to 'wilc' structureAjay Singh2018-09-101-5/+8
* staging: wilc1000: refactor code to avoid use of wilc_set_multicast_list globalAjay Singh2018-09-101-6/+7
* staging: wilc1000: move static variable clients_count to 'wilc' structureAjay Singh2018-09-101-5/+4Star
* staging: wilc1000: avoid use of extra 'if' condition in wilc_init()Ajay Singh2018-09-101-2/+0Star
* staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh2018-09-101-8/+7Star
* staging: wilc1000: added Microchip copyright notice headerAjay Singh2018-08-051-0/+5
* staging: wilc1000: rename 'rcvd_ch_cnt' element in 'user_scan_req' structAjay Singh2018-08-021-6/+6
* staging: wilc1000: modified debug log messages descriptionAjay Singh2018-08-021-64/+70
* staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh2018-08-021-2/+2
* staging: wilc1000: move variable assignment along with its declarationAjay Singh2018-07-211-5/+2Star
* staging: wilc1000: use 'int' inplace of 's32' date typeAjay Singh2018-07-211-24/+24
* staging: wilc1000: avoid setting default value for variable at declarationAjay Singh2018-07-211-61/+61
* staging: wilc1000: avoid forward declaration of host_int_parse_join_bss_param()Ajay Singh2018-07-211-167/+166Star
* staging: wilc1000: avoid host_int_get_assoc_res_info() forward declarationAjay Singh2018-07-211-26/+21Star
* staging: wilc1000: avoid forward declaration for handle_scan_done()Ajay Singh2018-07-211-39/+38Star
* staging: wilc1000: remove unnecessary type used for wid idAjay Singh2018-07-211-42/+42
* staging: wilc1000: use single space before opening brances '{'Ajay Singh2018-07-211-3/+3
* staging: wilc1000: remove the mutliple #define used for same macroAjay Singh2018-07-211-3/+0Star
* staging: wilc1000: rename enum AUTHTYPE to use lowercaseAjay Singh2018-07-211-4/+4
* staging: wilc1000: rename enum SITESURVEY to use lowercaseAjay Singh2018-07-211-1/+1
* staging: wilc1000: rename enum CURRENT_TXRATE to use lowercaseAjay Singh2018-07-211-1/+1
* staging: wilc1000: remove extra enums defined for ieee80211_eidAjay Singh2018-07-211-9/+10
* staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh2018-07-211-3/+3
* staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()Ajay Singh2018-07-061-9/+9
* staging: wilc1000: avoid use of static variable 'rssi'Ajay Singh2018-06-281-3/+9
* staging: wilc1000: avoid use of static variable 'inactive_time'Ajay Singh2018-06-281-3/+3
* staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()Ajay Singh2018-06-281-4/+0Star
* staging: wilc1000: handle freeing of key data in wilc_add_ptk()Ajay Singh2018-06-281-3/+0Star