summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)Author
2019-01-15Staging: wilc1000: unlock on error in init_chip()Dan Carpenter
2019-01-15staging: wilc1000: fix memory leak in wilc_add_rx_gtkGustavo A. R. Silva
2019-01-15staging: wilc1000: fix registration frame sizeJĂșlius Milan
2018-12-20staging: wilc1000: fix missing read_write setting when reading dataColin Ian King
2018-12-17staging: wilc1000: fix NULL dereference inside wilc_scan()Ajay Singh
2018-12-05staging: wilc1000: correct inconsistent indentingMichael Straube
2018-12-05staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh
2018-12-05staging: wilc1000: handle connect ops callback from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: avoid deferred handling of cfg80211 disconnect callbackAjay Singh
2018-12-05staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: handle remain on channel cfg ops from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: use correct 'struct remain_ch' variable in scan completeAjay Singh
2018-12-05staging: wilc1000: refactor wilc_get_mac_address() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: delete the unused code after code refactorAjay Singh
2018-12-05staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: refactor wilc_get_inactive_time() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred hand...Ajay Singh
2018-12-05staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: refactor wilc_hif_set_cfg() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: refactor wilc_set_mac_chnl_num() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: handle mgmt_frame_register ops from cfg82011 contextAjay Singh
2018-12-05staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: handle delete beacon cfg ops from cfg80211 context()Ajay Singh
2018-12-05staging: wilc1000: use is_zero_ether_addr() API to check mac addressAjay Singh
2018-12-05staging: wilc1000: handle delete station related callback ops from cfg80211 c...Ajay Singh
2018-12-05staging: wilc1000: use void return for wilc_hif_pack_sta_param()Ajay Singh
2018-12-05staging: wilc1000: handle add and edit station from the cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: handle setting power management from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: handle tx power related callback from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: use mutex lock to synchronized sending 'wid' cmd to firmwareAjay Singh
2018-12-05staging: wilc1000: avoid the use of the static variable to configure wiphy st...Ajay Singh
2018-12-05staging: wilc1000: make use of put_unaligned_le32 in handle_set_wfi_drv_handl...Ajay Singh
2018-12-05staging: wilc1000: remove unnecessary checks in wilc_mac_close()Ajay Singh
2018-11-12staging: wilc1000: rename tsf_hi element of network_info structAjay Singh
2018-11-12staging: wilc1000: use ENOBUFS error code instead of WILC_TX_ERR_NO_BUF macroAjay Singh
2018-11-12staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh
2018-11-12staging: wilc1000: rename firmware related constants to follow better namespaceAjay Singh
2018-11-12staging: wilc1000: move current_tx_rate enum to wilc_wlan_if.h fileAjay Singh
2018-11-12staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh
2018-11-12staging: wilc1000: restructure macros used to handle security typeAjay Singh
2018-11-12staging: wilc1000: use enum contants for mac status & added 'WILC_' prefixAjay Singh
2018-11-12staging: wilc1000: move sdio_cmd52 & sdio_cmd53 struct to source fileAjay Singh
2018-11-12staging: wilc1000: remove unused macros and struct members in host_interface.hAjay Singh
2018-11-12staging: wilc1000: use WLAN_PMKID_LEN macro from ieee80211.h headerAjay Singh
2018-11-12staging: wilc1000: use macro from ieee80211.h in register frame api'sAjay Singh
2018-11-11staging: wilc1000: Remove unused mutex cfg_values_lockAdham Abozaeid
2018-11-11staging: wilc1000: Don't keep a copy of wiphy parameters in the driverAdham Abozaeid
2018-11-11staging: wilc1000: validate cfg parameters before scheduling the workAdham Abozaeid