index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wilc1000
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-15
Staging: wilc1000: unlock on error in init_chip()
Dan Carpenter
1
-3
/
+4
2019-01-15
staging: wilc1000: fix memory leak in wilc_add_rx_gtk
Gustavo A. R. Silva
1
-2
/
+1
2019-01-15
staging: wilc1000: fix registration frame size
JĂșlius Milan
1
-1
/
+1
2018-12-20
staging: wilc1000: fix missing read_write setting when reading data
Colin Ian King
1
-0
/
+1
2018-12-17
staging: wilc1000: fix NULL dereference inside wilc_scan()
Ajay Singh
1
-22
/
+26
2018-12-05
staging: wilc1000: correct inconsistent indenting
Michael Straube
1
-6
/
+5
2018-12-05
staging: wilc1000: handle scan operation callback from cfg80211 context
Ajay Singh
2
-123
/
+33
2018-12-05
staging: wilc1000: avoid extra buffer copy while connect cfg ops
Ajay Singh
3
-112
/
+21
2018-12-05
staging: wilc1000: handle connect ops callback from cfg80211 context
Ajay Singh
1
-60
/
+44
2018-12-05
staging: wilc1000: avoid deferred handling of cfg80211 disconnect callback
Ajay Singh
3
-37
/
+6
2018-12-05
staging: wilc1000: handle get_station() ops callback in cfg80211 context
Ajay Singh
3
-22
/
+21
2018-12-05
staging: wilc1000: handle remain on channel cfg ops from cfg80211 context
Ajay Singh
1
-25
/
+11
2018-12-05
staging: wilc1000: use correct 'struct remain_ch' variable in scan complete
Ajay Singh
1
-1
/
+2
2018-12-05
staging: wilc1000: refactor wilc_get_mac_address() to avoid deferred handling
Ajay Singh
2
-39
/
+8
2018-12-05
staging: wilc1000: delete the unused code after code refactor
Ajay Singh
2
-58
/
+0
2018-12-05
staging: wilc1000: handle key related cfg operation from cfg80211 context
Ajay Singh
4
-506
/
+204
2018-12-05
staging: wilc1000: refactor wilc_get_inactive_time() to avoid deferred handling
Ajay Singh
1
-68
/
+23
2018-12-05
staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred hand...
Ajay Singh
4
-72
/
+23
2018-12-05
staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handling
Ajay Singh
2
-37
/
+16
2018-12-05
staging: wilc1000: handle station dump cfg ops from cfg80211 context
Ajay Singh
2
-43
/
+13
2018-12-05
staging: wilc1000: refactor wilc_hif_set_cfg() to avoid deferred handling
Ajay Singh
1
-63
/
+32
2018-12-05
staging: wilc1000: refactor wilc_set_mac_chnl_num() to avoid deferred handling
Ajay Singh
1
-37
/
+9
2018-12-05
staging: wilc1000: handle mgmt_frame_register ops from cfg82011 context
Ajay Singh
2
-54
/
+22
2018-12-05
staging: wilc1000: handle add beacon operation callback from cfg80211 context
Ajay Singh
3
-108
/
+32
2018-12-05
staging: wilc1000: handle delete beacon cfg ops from cfg80211 context()
Ajay Singh
1
-29
/
+10
2018-12-05
staging: wilc1000: use is_zero_ether_addr() API to check mac address
Ajay Singh
2
-4
/
+2
2018-12-05
staging: wilc1000: handle delete station related callback ops from cfg80211 c...
Ajay Singh
1
-114
/
+33
2018-12-05
staging: wilc1000: use void return for wilc_hif_pack_sta_param()
Ajay Singh
1
-10
/
+4
2018-12-05
staging: wilc1000: handle add and edit station from the cfg80211 context
Ajay Singh
3
-167
/
+67
2018-12-05
staging: wilc1000: handle setting power management from cfg80211 context
Ajay Singh
1
-43
/
+13
2018-12-05
staging: wilc1000: handle tx power related callback from cfg80211 context
Ajay Singh
1
-71
/
+14
2018-12-05
staging: wilc1000: use mutex lock to synchronized sending 'wid' cmd to firmware
Ajay Singh
3
-12
/
+14
2018-12-05
staging: wilc1000: avoid the use of the static variable to configure wiphy st...
Ajay Singh
2
-72
/
+80
2018-12-05
staging: wilc1000: make use of put_unaligned_le32 in handle_set_wfi_drv_handl...
Ajay Singh
2
-9
/
+2
2018-12-05
staging: wilc1000: remove unnecessary checks in wilc_mac_close()
Ajay Singh
1
-21
/
+1
2018-11-12
staging: wilc1000: rename tsf_hi element of network_info struct
Ajay Singh
3
-8
/
+8
2018-11-12
staging: wilc1000: use ENOBUFS error code instead of WILC_TX_ERR_NO_BUF macro
Ajay Singh
3
-4
/
+2
2018-11-12
staging: wilc1000: added 'WILC_' prefix for constants to have clear namespace
Ajay Singh
6
-150
/
+159
2018-11-12
staging: wilc1000: rename firmware related constants to follow better namespace
Ajay Singh
4
-12
/
+18
2018-11-12
staging: wilc1000: move current_tx_rate enum to wilc_wlan_if.h file
Ajay Singh
3
-17
/
+17
2018-11-12
staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h header
Ajay Singh
7
-135
/
+138
2018-11-12
staging: wilc1000: restructure macros used to handle security type
Ajay Singh
3
-36
/
+38
2018-11-12
staging: wilc1000: use enum contants for mac status & added 'WILC_' prefix
Ajay Singh
4
-13
/
+16
2018-11-12
staging: wilc1000: move sdio_cmd52 & sdio_cmd53 struct to source file
Ajay Singh
2
-19
/
+19
2018-11-12
staging: wilc1000: remove unused macros and struct members in host_interface.h
Ajay Singh
1
-11
/
+0
2018-11-12
staging: wilc1000: use WLAN_PMKID_LEN macro from ieee80211.h header
Ajay Singh
4
-7
/
+5
2018-11-12
staging: wilc1000: use macro from ieee80211.h in register frame api's
Ajay Singh
3
-7
/
+4
2018-11-11
staging: wilc1000: Remove unused mutex cfg_values_lock
Adham Abozaeid
2
-11
/
+0
2018-11-11
staging: wilc1000: Don't keep a copy of wiphy parameters in the driver
Adham Abozaeid
2
-14
/
+0
2018-11-11
staging: wilc1000: validate cfg parameters before scheduling the work
Adham Abozaeid
2
-45
/
+48
[next]