summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
...
* staging: wilc1000: fix NULL dereference inside wilc_scan()Ajay Singh2018-12-171-22/+26
* staging: wilc1000: correct inconsistent indentingMichael Straube2018-12-051-6/+5Star
* staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh2018-12-052-123/+33Star
* staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh2018-12-053-112/+21Star
* 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-053-37/+6Star
* staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh2018-12-053-22/+21Star
* 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-052-39/+8Star
* staging: wilc1000: delete the unused code after code refactorAjay Singh2018-12-052-58/+0Star
* staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh2018-12-054-506/+204Star
* 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-054-72/+23Star
* staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handlingAjay Singh2018-12-052-37/+16Star
* staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh2018-12-052-43/+13Star
* 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-052-54/+22Star
* staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh2018-12-053-108/+32Star
* 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-052-4/+2Star
* 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-053-167/+67Star
* 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: use mutex lock to synchronized sending 'wid' cmd to firmwareAjay Singh2018-12-053-12/+14
* staging: wilc1000: avoid the use of the static variable to configure wiphy st...Ajay Singh2018-12-052-72/+80
* staging: wilc1000: make use of put_unaligned_le32 in handle_set_wfi_drv_handl...Ajay Singh2018-12-052-9/+2Star
* staging: wilc1000: remove unnecessary checks in wilc_mac_close()Ajay Singh2018-12-051-21/+1Star
* staging: wilc1000: rename tsf_hi element of network_info structAjay Singh2018-11-123-8/+8
* staging: wilc1000: use ENOBUFS error code instead of WILC_TX_ERR_NO_BUF macroAjay Singh2018-11-123-4/+2Star
* staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh2018-11-126-150/+159
* staging: wilc1000: rename firmware related constants to follow better namespaceAjay Singh2018-11-124-12/+18
* staging: wilc1000: move current_tx_rate enum to wilc_wlan_if.h fileAjay Singh2018-11-123-17/+17
* staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh2018-11-127-135/+138
* staging: wilc1000: restructure macros used to handle security typeAjay Singh2018-11-123-36/+38
* staging: wilc1000: use enum contants for mac status & added 'WILC_' prefixAjay Singh2018-11-124-13/+16
* staging: wilc1000: move sdio_cmd52 & sdio_cmd53 struct to source fileAjay Singh2018-11-122-19/+19
* staging: wilc1000: remove unused macros and struct members in host_interface.hAjay Singh2018-11-121-11/+0Star
* staging: wilc1000: use WLAN_PMKID_LEN macro from ieee80211.h headerAjay Singh2018-11-124-7/+5Star
* staging: wilc1000: use macro from ieee80211.h in register frame api'sAjay Singh2018-11-123-7/+4Star
* staging: wilc1000: Remove unused mutex cfg_values_lockAdham Abozaeid2018-11-112-11/+0Star
* staging: wilc1000: Don't keep a copy of wiphy parameters in the driverAdham Abozaeid2018-11-112-14/+0Star
* staging: wilc1000: validate cfg parameters before scheduling the workAdham Abozaeid2018-11-112-45/+48
* staging: wilc1000: remove unused flags in handle_cfg_param()Adham Abozaeid2018-11-083-254/+0Star
* staging: wilc1000: remove coreconfigurator.h fileAjay Singh2018-11-053-73/+59Star
* staging: wilc1000: remove coreconfigurator.c fileAjay Singh2018-11-054-132/+118Star
* staging: wilc1000: remove unnecessary MAX_STRING_LEN macroAjay Singh2018-11-051-2/+1Star