summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)Author
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
2018-09-25staging: wilc1000: changes 'val' type to u8 in wilc_cfg_byte structAjay Singh
2018-09-25staging: wilc1000: set default value of cfg response type in wilc_wlan_cfg_in...Ajay Singh
2018-09-25staging: wilc1000: refactor wilc_wlan_parse_info_frame() functionAjay Singh
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()Ajay Singh
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh
2018-09-25staging: wilc1000: change return type to 'void' tcp ack filter functionsAjay Singh
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_add_to_head()Ajay Singh
2018-09-25staging: wilc1000: use 'void' return type for host_int_get_assoc_res_info()Ajay Singh
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wfi_deinit_mon_inter...Ajay Singh
2018-09-25staging: wilc1000: change return type to 'void' for wilc_deinit_host_int()Ajay Singh
2018-09-25staging: wilc1000: change return type to 'void' for lock init & deinit functionsAjay Singh
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wlan_set_bssid()Ajay Singh
2018-09-25staging: wilc1000: change return type to 'void' for wilc_frame_register()Ajay Singh
2018-09-25staging: wilc1000: Remove unnecessary pointer checkNathan Chancellor
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman
2018-09-14staging: wilc1000: fix null checks on wilcColin Ian King
2018-09-10staging: wilc1000: remove handle_hif_exit_work() functionAjay Singh
2018-09-10staging: wilc1000: refactor wilc_netdev_init() to handle memory free in error...Ajay Singh
2018-09-10staging: wilc1000: refactor code to move initilization in wilc_netdev_init()Ajay Singh
2018-09-10staging: wilc1000: remove unnecessary static variable 'p2p_listen_state'Ajay Singh
2018-09-10staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' structAjay Singh
2018-09-10staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' structAjay Singh
2018-09-10staging: wilc1000: remove unused code to set and get IP addressAjay Singh
2018-09-10staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh
2018-09-10staging: wilc1000: avoid line over 80 chars in wilc_wlan_txq_filter_dup_tcp_a...Ajay Singh
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' s...Ajay Singh
2018-09-10staging: wilc1000: use lowercase for get_BSSID() and HIL variableAjay Singh
2018-09-10staging: wilc1000: refactor tcp_process() to avoid extra leading tabsAjay Singh
2018-09-10staging: wilc1000: move 'rcv_assoc_resp' as part of hif_drvAjay Singh
2018-09-10staging: wilc1000: rename 'dummy_statistics' variable to 'periodic_stat'Ajay Singh
2018-09-10staging: wilc1000: move 'periodic_rssi' as part of 'wilc_vif' structAjay Singh
2018-09-10staging: wilc1000: move hif_workqueue static variables to 'wilc' structureAjay Singh