summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: wilc1000: refactor wilc_parse_assoc_resp_info()Ajay Singh2018-11-052-16/+10Star
* staging: wilc1000: avoid line over 80 chars in wilc_parse_network_info()Ajay Singh2018-11-051-27/+26Star
* staging: wilc1000: refactor get_bssid() functionAjay Singh2018-11-051-22/+7Star
* staging: wilc1000: remove unused code in coreconfiguratorAjay Singh2018-11-052-165/+0Star
* staging: wilc1000: refactor wilc_parse_network_info() using kernel framework ...Ajay Singh2018-11-051-35/+55
* staging: wilc1000: prefer 'help' in KConfigIoannis Valasakis2018-10-111-4/+4
* staging: wilc1000: fix incorrect allocation size for structureColin Ian King2018-09-281-1/+1
* staging: wilc1000: return exact error of register_netdev() from wilc_netdev_i...Ajay Singh2018-09-251-4/+10
* staging: wilc1000: refactor wilc_set_multicast_list() functionAjay Singh2018-09-251-10/+10
* staging: wilc1000: use usleep_range() in place of udelay()Ajay Singh2018-09-251-1/+1
* staging: wilc1000: remove unnecessary option used with ccflags-y in MakefileAjay Singh2018-09-251-2/+0Star
* staging: wilc1000: remove wilc_debugfs.c file as its not usedAjay Singh2018-09-252-118/+2Star
* staging: wilc1000: remove p2p related static variables to wilc_vif structAjay Singh2018-09-253-31/+38
* staging: wilc1000: remove unnecessary memset in sdio_init() & wilc_spi_init()Ajay Singh2018-09-252-6/+1Star
* staging: wilc1000: avoid use of 'g_spi' static variableAjay Singh2018-09-251-22/+36
* staging: wilc1000: avoid use of 'g_sdio' static variableAjay Singh2018-09-253-20/+36
* staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variableAjay Singh2018-09-253-35/+15Star
* staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh2018-09-254-15/+15
* staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals'Ajay Singh2018-09-252-9/+9
* staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh2018-09-256-70/+138
* staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' s...Ajay Singh2018-09-253-12/+17
* staging: wilc1000: remove unused wid from cfg structAjay Singh2018-09-251-107/+0Star
* staging: wilc1000: remove unused wid type valuesAjay Singh2018-09-251-4/+0Star
* staging: wilc1000: changes 'val' type to u8 in wilc_cfg_byte structAjay Singh2018-09-251-1/+1
* staging: wilc1000: set default value of cfg response type in wilc_wlan_cfg_in...Ajay Singh2018-09-251-2/+1Star
* staging: wilc1000: refactor wilc_wlan_parse_info_frame() functionAjay Singh2018-09-251-8/+4Star
* staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()Ajay Singh2018-09-252-8/+4Star
* staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh2018-09-251-3/+1Star
* staging: wilc1000: change return type to 'void' tcp ack filter functionsAjay Singh2018-09-251-9/+6Star
* staging: wilc1000: use 'void' return for wilc_wlan_txq_add_to_head()Ajay Singh2018-09-251-8/+3Star
* 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_wfi_deinit_mon_inter...Ajay Singh2018-09-252-3/+2Star
* staging: wilc1000: change return type to 'void' for wilc_deinit_host_int()Ajay Singh2018-09-252-4/+2Star
* staging: wilc1000: change return type to 'void' for lock init & deinit functionsAjay Singh2018-09-251-6/+2Star
* staging: wilc1000: change return type to 'void' for wilc_wlan_set_bssid()Ajay Singh2018-09-252-4/+2Star