aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
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_init()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' structAjay 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_indicate_rx()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_interface()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
2018-09-25staging: wilc1000: Remove unnecessary pointer checkNathan Chancellor1-3/+0
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman5-8/+16
2018-09-14staging: wilc1000: fix null checks on wilcColin Ian King1-3/+6
2018-09-10staging: wilc1000: remove handle_hif_exit_work() functionAjay Singh1-8/+0
2018-09-10staging: wilc1000: refactor wilc_netdev_init() to handle memory free in error pathAjay Singh2-12/+30
2018-09-10staging: wilc1000: refactor code to move initilization in wilc_netdev_init()Ajay Singh2-23/+8
2018-09-10staging: wilc1000: remove unnecessary static variable 'p2p_listen_state'Ajay Singh1-4/+2
2018-09-10staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' structAjay Singh4-14/+11
2018-09-10staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' structAjay Singh3-6/+6
2018-09-10staging: wilc1000: remove unused code to set and get IP addressAjay Singh3-111/+0
2018-09-10staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh3-21/+21
2018-09-10staging: wilc1000: avoid line over 80 chars in wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh1-5/+6
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' structAjay Singh5-67/+77
2018-09-10staging: wilc1000: use lowercase for get_BSSID() and HIL variableAjay Singh2-6/+6
2018-09-10staging: wilc1000: refactor tcp_process() to avoid extra leading tabsAjay Singh1-24/+28
2018-09-10staging: wilc1000: move 'rcv_assoc_resp' as part of hif_drvAjay Singh2-5/+4
2018-09-10staging: wilc1000: rename 'dummy_statistics' variable to 'periodic_stat'Ajay Singh2-2/+2
2018-09-10staging: wilc1000: move 'periodic_rssi' as part of 'wilc_vif' structAjay Singh2-12/+10
2018-09-10staging: wilc1000: move hif_workqueue static variables to 'wilc' structureAjay Singh2-5/+9