aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-15staging: wilc1000: fix memory leak in wilc_add_rx_gtkGustavo A. R. Silva1-2/+1
2019-01-15staging: wilc1000: fix registration frame sizeJĂșlius Milan1-1/+1
2018-12-17staging: wilc1000: fix NULL dereference inside wilc_scan()Ajay Singh1-22/+26
2018-12-05staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh1-119/+24
2018-12-05staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh1-112/+17
2018-12-05staging: wilc1000: handle connect ops callback from cfg80211 contextAjay Singh1-60/+44
2018-12-05staging: wilc1000: avoid deferred handling of cfg80211 disconnect callbackAjay Singh1-35/+4
2018-12-05staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh1-19/+19
2018-12-05staging: wilc1000: handle remain on channel cfg ops from cfg80211 contextAjay Singh1-25/+11
2018-12-05staging: wilc1000: use correct 'struct remain_ch' variable in scan completeAjay Singh1-1/+2
2018-12-05staging: wilc1000: refactor wilc_get_mac_address() to avoid deferred handlingAjay Singh1-35/+8
2018-12-05staging: wilc1000: delete the unused code after code refactorAjay Singh1-31/+0
2018-12-05staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh1-496/+195
2018-12-05staging: wilc1000: refactor wilc_get_inactive_time() to avoid deferred handlingAjay Singh1-68/+23
2018-12-05staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred handlingAjay Singh1-62/+20
2018-12-05staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handlingAjay Singh1-33/+16
2018-12-05staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh1-42/+9
2018-12-05staging: wilc1000: refactor wilc_hif_set_cfg() to avoid deferred handlingAjay Singh1-63/+32
2018-12-05staging: wilc1000: refactor wilc_set_mac_chnl_num() to avoid deferred handlingAjay Singh1-37/+9
2018-12-05staging: wilc1000: handle mgmt_frame_register ops from cfg82011 contextAjay Singh1-48/+22
2018-12-05staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh1-99/+29
2018-12-05staging: wilc1000: handle delete beacon cfg ops from cfg80211 context()Ajay Singh1-29/+10
2018-12-05staging: wilc1000: use is_zero_ether_addr() API to check mac addressAjay Singh1-2/+1
2018-12-05staging: wilc1000: handle delete station related callback ops from cfg80211 contextAjay Singh1-114/+33
2018-12-05staging: wilc1000: use void return for wilc_hif_pack_sta_param()Ajay Singh1-10/+4
2018-12-05staging: wilc1000: handle add and edit station from the cfg80211 contextAjay Singh1-131/+61
2018-12-05staging: wilc1000: handle setting power management from cfg80211 contextAjay Singh1-43/+13
2018-12-05staging: wilc1000: handle tx power related callback from cfg80211 contextAjay Singh1-71/+14
2018-12-05staging: wilc1000: make use of put_unaligned_le32 in handle_set_wfi_drv_handler()Ajay Singh1-8/+2
2018-11-12staging: wilc1000: rename tsf_hi element of network_info structAjay Singh1-4/+4
2018-11-12staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh1-81/+81
2018-11-12staging: wilc1000: rename firmware related constants to follow better namespaceAjay Singh1-2/+2
2018-11-12staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh1-3/+3
2018-11-12staging: wilc1000: use enum contants for mac status & added 'WILC_' prefixAjay Singh1-7/+8
2018-11-12staging: wilc1000: use WLAN_PMKID_LEN macro from ieee80211.h headerAjay Singh1-2/+2
2018-11-12staging: wilc1000: use macro from ieee80211.h in register frame api'sAjay Singh1-2/+2
2018-11-11staging: wilc1000: Remove unused mutex cfg_values_lockAdham Abozaeid1-9/+0
2018-11-11staging: wilc1000: Don't keep a copy of wiphy parameters in the driverAdham Abozaeid1-13/+0
2018-11-11staging: wilc1000: validate cfg parameters before scheduling the workAdham Abozaeid1-41/+20
2018-11-08staging: wilc1000: remove unused flags in handle_cfg_param()Adham Abozaeid1-216/+0
2018-11-05staging: wilc1000: remove coreconfigurator.c fileAjay Singh1-0/+117
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