index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wilc1000
Age
Commit message (
Expand
)
Author
2018-09-28
staging: wilc1000: fix incorrect allocation size for structure
Colin Ian King
2018-09-25
staging: wilc1000: return exact error of register_netdev() from wilc_netdev_i...
Ajay Singh
2018-09-25
staging: wilc1000: refactor wilc_set_multicast_list() function
Ajay Singh
2018-09-25
staging: wilc1000: use usleep_range() in place of udelay()
Ajay Singh
2018-09-25
staging: wilc1000: remove unnecessary option used with ccflags-y in Makefile
Ajay Singh
2018-09-25
staging: wilc1000: remove wilc_debugfs.c file as its not used
Ajay Singh
2018-09-25
staging: wilc1000: remove p2p related static variables to wilc_vif struct
Ajay Singh
2018-09-25
staging: wilc1000: remove unnecessary memset in sdio_init() & wilc_spi_init()
Ajay Singh
2018-09-25
staging: wilc1000: avoid use of 'g_spi' static variable
Ajay Singh
2018-09-25
staging: wilc1000: avoid use of 'g_sdio' static variable
Ajay Singh
2018-09-25
staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variable
Ajay Singh
2018-09-25
staging: wilc1000: avoid the use of 'hif_driver_comp' completion variable
Ajay Singh
2018-09-25
staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals'
Ajay Singh
2018-09-25
staging: wilc1000: refactor code to avoid static variables for config parameters
Ajay Singh
2018-09-25
staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' s...
Ajay Singh
2018-09-25
staging: wilc1000: remove unused wid from cfg struct
Ajay Singh
2018-09-25
staging: wilc1000: remove unused wid type values
Ajay Singh
2018-09-25
staging: wilc1000: changes 'val' type to u8 in wilc_cfg_byte struct
Ajay Singh
2018-09-25
staging: wilc1000: set default value of cfg response type in wilc_wlan_cfg_in...
Ajay Singh
2018-09-25
staging: wilc1000: refactor wilc_wlan_parse_info_frame() function
Ajay Singh
2018-09-25
staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()
Ajay Singh
2018-09-25
staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()
Ajay Singh
2018-09-25
staging: wilc1000: change return type to 'void' tcp ack filter functions
Ajay Singh
2018-09-25
staging: wilc1000: use 'void' return for wilc_wlan_txq_add_to_head()
Ajay Singh
2018-09-25
staging: wilc1000: use 'void' return type for host_int_get_assoc_res_info()
Ajay Singh
2018-09-25
staging: wilc1000: change return type to 'void' for wilc_wfi_deinit_mon_inter...
Ajay Singh
2018-09-25
staging: wilc1000: change return type to 'void' for wilc_deinit_host_int()
Ajay Singh
2018-09-25
staging: wilc1000: change return type to 'void' for lock init & deinit functions
Ajay Singh
2018-09-25
staging: wilc1000: change return type to 'void' for wilc_wlan_set_bssid()
Ajay Singh
2018-09-25
staging: wilc1000: change return type to 'void' for wilc_frame_register()
Ajay Singh
2018-09-25
staging: wilc1000: Remove unnecessary pointer check
Nathan Chancellor
2018-09-16
Merge 4.19-rc4 into staging-next
Greg Kroah-Hartman
2018-09-14
staging: wilc1000: fix null checks on wilc
Colin Ian King
2018-09-10
staging: wilc1000: remove handle_hif_exit_work() function
Ajay Singh
2018-09-10
staging: wilc1000: refactor wilc_netdev_init() to handle memory free in error...
Ajay Singh
2018-09-10
staging: wilc1000: refactor code to move initilization in wilc_netdev_init()
Ajay Singh
2018-09-10
staging: wilc1000: remove unnecessary static variable 'p2p_listen_state'
Ajay Singh
2018-09-10
staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' struct
Ajay Singh
2018-09-10
staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' struct
Ajay Singh
2018-09-10
staging: wilc1000: remove unused code to set and get IP address
Ajay Singh
2018-09-10
staging: wilc1000: use short names to fix over 80 issue in tcp_process()
Ajay Singh
2018-09-10
staging: wilc1000: avoid line over 80 chars in wilc_wlan_txq_filter_dup_tcp_a...
Ajay Singh
2018-09-10
staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' s...
Ajay Singh
2018-09-10
staging: wilc1000: use lowercase for get_BSSID() and HIL variable
Ajay Singh
2018-09-10
staging: wilc1000: refactor tcp_process() to avoid extra leading tabs
Ajay Singh
2018-09-10
staging: wilc1000: move 'rcv_assoc_resp' as part of hif_drv
Ajay Singh
2018-09-10
staging: wilc1000: rename 'dummy_statistics' variable to 'periodic_stat'
Ajay Singh
2018-09-10
staging: wilc1000: move 'periodic_rssi' as part of 'wilc_vif' struct
Ajay Singh
2018-09-10
staging: wilc1000: move hif_workqueue static variables to 'wilc' structure
Ajay Singh
2018-09-10
staging: wilc1000: refactor code to avoid use of wilc_set_multicast_list global
Ajay Singh
[next]