summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-08staging: wilc1000: remove unused flags in handle_cfg_param()Adham Abozaeid3-254/+0
2018-11-05staging: wilc1000: remove coreconfigurator.h fileAjay Singh3-73/+59
2018-11-05staging: wilc1000: remove coreconfigurator.c fileAjay Singh4-132/+118
2018-11-05staging: wilc1000: remove unnecessary MAX_STRING_LEN macroAjay Singh1-2/+1
2018-11-05staging: wilc1000: refactor wilc_parse_assoc_resp_info()Ajay Singh2-16/+10
2018-11-05staging: wilc1000: avoid line over 80 chars in wilc_parse_network_info()Ajay Singh1-27/+26
2018-11-05staging: wilc1000: refactor get_bssid() functionAjay Singh1-22/+7
2018-11-05staging: wilc1000: remove unused code in coreconfiguratorAjay Singh2-165/+0
2018-11-05staging: wilc1000: refactor wilc_parse_network_info() using kernel framework ...Ajay Singh1-35/+55
2018-10-11staging: wilc1000: prefer 'help' in KConfigIoannis Valasakis1-4/+4
2018-09-28staging: wilc1000: fix incorrect allocation size for structureColin Ian King1-1/+1
2018-09-25staging: wilc1000: return exact error of register_netdev() from wilc_netdev_i...Ajay Singh1-4/+10
2018-09-25staging: wilc1000: refactor wilc_set_multicast_list() functionAjay Singh1-10/+10
2018-09-25staging: wilc1000: use usleep_range() in place of udelay()Ajay Singh1-1/+1
2018-09-25staging: wilc1000: remove unnecessary option used with ccflags-y in MakefileAjay Singh1-2/+0
2018-09-25staging: wilc1000: remove wilc_debugfs.c file as its not usedAjay Singh2-118/+2
2018-09-25staging: wilc1000: remove p2p related static variables to wilc_vif structAjay Singh3-31/+38
2018-09-25staging: wilc1000: remove unnecessary memset in sdio_init() & wilc_spi_init()Ajay Singh2-6/+1
2018-09-25staging: wilc1000: avoid use of 'g_spi' static variableAjay Singh1-22/+36
2018-09-25staging: wilc1000: avoid use of 'g_sdio' static variableAjay Singh3-20/+36
2018-09-25staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variableAjay Singh3-35/+15
2018-09-25staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh4-15/+15
2018-09-25staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals'Ajay Singh2-9/+9
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh6-70/+138
2018-09-25staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' s...Ajay Singh3-12/+17
2018-09-25staging: wilc1000: remove unused wid from cfg structAjay Singh1-107/+0
2018-09-25staging: wilc1000: remove unused wid type valuesAjay Singh1-4/+0
2018-09-25staging: wilc1000: changes 'val' type to u8 in wilc_cfg_byte structAjay Singh1-1/+1
2018-09-25staging: wilc1000: set default value of cfg response type in wilc_wlan_cfg_in...Ajay Singh1-2/+1
2018-09-25staging: wilc1000: refactor wilc_wlan_parse_info_frame() functionAjay Singh1-8/+4
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()Ajay Singh2-8/+4
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh1-3/+1
2018-09-25staging: wilc1000: change return type to 'void' tcp ack filter functionsAjay Singh1-9/+6
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_add_to_head()Ajay Singh1-8/+3
2018-09-25staging: wilc1000: use 'void' return type for host_int_get_assoc_res_info()Ajay Singh1-6/+5
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wfi_deinit_mon_inter...Ajay Singh2-3/+2
2018-09-25staging: wilc1000: change return type to 'void' for wilc_deinit_host_int()Ajay Singh2-4/+2
2018-09-25staging: wilc1000: change return type to 'void' for lock init & deinit functionsAjay Singh1-6/+2
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wlan_set_bssid()Ajay Singh2-4/+2
2018-09-25staging: wilc1000: change return type to 'void' for wilc_frame_register()Ajay Singh2-5/+3