aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Staging: wilc1000: unlock on error in init_chip()Dan Carpenter1-3/+4
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-20staging: wilc1000: fix missing read_write setting when reading dataColin Ian King1-0/+1
2018-12-17staging: wilc1000: fix NULL dereference inside wilc_scan()Ajay Singh1-22/+26
2018-12-05staging: wilc1000: correct inconsistent indentingMichael Straube1-6/+5
2018-12-05staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh2-123/+33
2018-12-05staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh3-112/+21
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 Singh3-37/+6
2018-12-05staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh3-22/+21
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 Singh2-39/+8
2018-12-05staging: wilc1000: delete the unused code after code refactorAjay Singh2-58/+0
2018-12-05staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh4-506/+204
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 Singh4-72/+23
2018-12-05staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handlingAjay Singh2-37/+16
2018-12-05staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh2-43/+13
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 Singh2-54/+22
2018-12-05staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh3-108/+32
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 Singh2-4/+2
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 Singh3-167/+67
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: use mutex lock to synchronized sending 'wid' cmd to firmwareAjay Singh3-12/+14
2018-12-05staging: wilc1000: avoid the use of the static variable to configure wiphy structAjay Singh2-72/+80
2018-12-05staging: wilc1000: make use of put_unaligned_le32 in handle_set_wfi_drv_handler()Ajay Singh2-9/+2
2018-12-05staging: wilc1000: remove unnecessary checks in wilc_mac_close()Ajay Singh1-21/+1
2018-11-12staging: wilc1000: rename tsf_hi element of network_info structAjay Singh3-8/+8
2018-11-12staging: wilc1000: use ENOBUFS error code instead of WILC_TX_ERR_NO_BUF macroAjay Singh3-4/+2
2018-11-12staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh6-150/+159
2018-11-12staging: wilc1000: rename firmware related constants to follow better namespaceAjay Singh4-12/+18
2018-11-12staging: wilc1000: move current_tx_rate enum to wilc_wlan_if.h fileAjay Singh3-17/+17
2018-11-12staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh7-135/+138
2018-11-12staging: wilc1000: restructure macros used to handle security typeAjay Singh3-36/+38
2018-11-12staging: wilc1000: use enum contants for mac status & added 'WILC_' prefixAjay Singh4-13/+16
2018-11-12staging: wilc1000: move sdio_cmd52 & sdio_cmd53 struct to source fileAjay Singh2-19/+19
2018-11-12staging: wilc1000: remove unused macros and struct members in host_interface.hAjay Singh1-11/+0
2018-11-12staging: wilc1000: use WLAN_PMKID_LEN macro from ieee80211.h headerAjay Singh4-7/+5
2018-11-12staging: wilc1000: use macro from ieee80211.h in register frame api'sAjay Singh3-7/+4
2018-11-11staging: wilc1000: Remove unused mutex cfg_values_lockAdham Abozaeid2-11/+0
2018-11-11staging: wilc1000: Don't keep a copy of wiphy parameters in the driverAdham Abozaeid2-14/+0
2018-11-11staging: wilc1000: validate cfg parameters before scheduling the workAdham Abozaeid2-45/+48