summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: fix memory leak in wilc_add_rx_gtkGustavo A. R. Silva2019-01-151-2/+1Star
* staging: wilc1000: fix registration frame sizeJĂșlius Milan2019-01-151-1/+1
* staging: wilc1000: fix NULL dereference inside wilc_scan()Ajay Singh2018-12-171-22/+26
* staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh2018-12-051-119/+24Star
* staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh2018-12-051-112/+17Star
* staging: wilc1000: handle connect ops callback from cfg80211 contextAjay Singh2018-12-051-60/+44Star
* staging: wilc1000: avoid deferred handling of cfg80211 disconnect callbackAjay Singh2018-12-051-35/+4Star
* staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh2018-12-051-19/+19
* staging: wilc1000: handle remain on channel cfg ops from cfg80211 contextAjay Singh2018-12-051-25/+11Star
* staging: wilc1000: use correct 'struct remain_ch' variable in scan completeAjay Singh2018-12-051-1/+2
* staging: wilc1000: refactor wilc_get_mac_address() to avoid deferred handlingAjay Singh2018-12-051-35/+8Star
* staging: wilc1000: delete the unused code after code refactorAjay Singh2018-12-051-31/+0Star
* staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh2018-12-051-496/+195Star
* staging: wilc1000: refactor wilc_get_inactive_time() to avoid deferred handlingAjay Singh2018-12-051-68/+23Star
* staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred hand...Ajay Singh2018-12-051-62/+20Star
* staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handlingAjay Singh2018-12-051-33/+16Star
* staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh2018-12-051-42/+9Star
* staging: wilc1000: refactor wilc_hif_set_cfg() to avoid deferred handlingAjay Singh2018-12-051-63/+32Star
* staging: wilc1000: refactor wilc_set_mac_chnl_num() to avoid deferred handlingAjay Singh2018-12-051-37/+9Star
* staging: wilc1000: handle mgmt_frame_register ops from cfg82011 contextAjay Singh2018-12-051-48/+22Star
* staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh2018-12-051-99/+29Star
* staging: wilc1000: handle delete beacon cfg ops from cfg80211 context()Ajay Singh2018-12-051-29/+10Star
* staging: wilc1000: use is_zero_ether_addr() API to check mac addressAjay Singh2018-12-051-2/+1Star
* staging: wilc1000: handle delete station related callback ops from cfg80211 c...Ajay Singh2018-12-051-114/+33Star
* staging: wilc1000: use void return for wilc_hif_pack_sta_param()Ajay Singh2018-12-051-10/+4Star
* staging: wilc1000: handle add and edit station from the cfg80211 contextAjay Singh2018-12-051-131/+61Star
* staging: wilc1000: handle setting power management from cfg80211 contextAjay Singh2018-12-051-43/+13Star
* staging: wilc1000: handle tx power related callback from cfg80211 contextAjay Singh2018-12-051-71/+14Star
* staging: wilc1000: make use of put_unaligned_le32 in handle_set_wfi_drv_handl...Ajay Singh2018-12-051-8/+2Star
* staging: wilc1000: rename tsf_hi element of network_info structAjay Singh2018-11-121-4/+4
* staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh2018-11-121-81/+81
* staging: wilc1000: rename firmware related constants to follow better namespaceAjay Singh2018-11-121-2/+2
* 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