summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)Author
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
2018-11-08staging: wilc1000: remove unused flags in handle_cfg_param()Adham Abozaeid
2018-11-05staging: wilc1000: remove coreconfigurator.h fileAjay Singh
2018-11-05staging: wilc1000: remove coreconfigurator.c fileAjay Singh
2018-11-05staging: wilc1000: remove unnecessary MAX_STRING_LEN macroAjay Singh
2018-11-05staging: wilc1000: refactor wilc_parse_assoc_resp_info()Ajay Singh
2018-11-05staging: wilc1000: avoid line over 80 chars in wilc_parse_network_info()Ajay Singh
2018-11-05staging: wilc1000: refactor get_bssid() functionAjay Singh
2018-11-05staging: wilc1000: remove unused code in coreconfiguratorAjay Singh
2018-11-05staging: wilc1000: refactor wilc_parse_network_info() using kernel framework ...Ajay Singh
2018-10-11staging: wilc1000: prefer 'help' in KConfigIoannis Valasakis
2018-09-28staging: wilc1000: fix incorrect allocation size for structureColin Ian King
2018-09-25staging: wilc1000: return exact error of register_netdev() from wilc_netdev_i...Ajay Singh
2018-09-25staging: wilc1000: refactor wilc_set_multicast_list() functionAjay Singh
2018-09-25staging: wilc1000: use usleep_range() in place of udelay()Ajay Singh
2018-09-25staging: wilc1000: remove unnecessary option used with ccflags-y in MakefileAjay Singh
2018-09-25staging: wilc1000: remove wilc_debugfs.c file as its not usedAjay Singh
2018-09-25staging: wilc1000: remove p2p related static variables to wilc_vif structAjay Singh
2018-09-25staging: wilc1000: remove unnecessary memset in sdio_init() & wilc_spi_init()Ajay Singh
2018-09-25staging: wilc1000: avoid use of 'g_spi' static variableAjay Singh
2018-09-25staging: wilc1000: avoid use of 'g_sdio' static variableAjay Singh
2018-09-25staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variableAjay Singh
2018-09-25staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh
2018-09-25staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals'Ajay Singh
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh
2018-09-25staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' s...Ajay Singh
2018-09-25staging: wilc1000: remove unused wid from cfg structAjay Singh
2018-09-25staging: wilc1000: remove unused wid type valuesAjay Singh