aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010
AgeCommit message (Expand)AuthorFilesLines
2020-11-06staging: ks7010: fix missing destroy_workqueue() on error in ks7010_sdio_probeGravatar Qinglang Miao 1-1/+3
2020-09-16staging: ks7010: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 2-6/+6
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-07-31staging: ks7010: Use %pM format specifier for MAC addressesGravatar Andy Shevchenko 1-8/+3
2020-07-28staging: ks7010: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-9/+9
2020-06-29staging: ks7010: fix ks_wlan_start_xmit()'s return typeGravatar Luc Van Oostenryck 1-2/+2
2020-05-05staging: ks7010: remove me from CC listGravatar Wolfram Sang 1-1/+0
2020-03-10staging: ks7010: remove line over 80 charactersGravatar Payal Kshirsagar 1-1/+2
2020-02-23staging: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-2/+2
2019-06-24Revert "staging: ks7010: Fix build error"Gravatar Greg Kroah-Hartman 1-1/+0
2019-06-21staging: ks7010: Fix build errorGravatar YueHaibing 1-0/+1
2019-05-30staging: ks7010: Remove initialisation in ks7010_sdio.cGravatar Nishka Dasgupta 1-1/+1
2019-05-30staging: ks7010: Merge multiple return variables in ks_hostif.cGravatar Nishka Dasgupta 1-4/+3
2019-05-30staging: ks7010: Remove initialisation in ks_hostif.cGravatar Nishka Dasgupta 1-1/+1
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-9/+9
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-04-03staging: add missing SPDX lines to Makefile filesGravatar Greg Kroah-Hartman 1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGravatar Greg Kroah-Hartman 1-0/+1
2019-03-19staging: ks7010: remove redundant auth_type checkGravatar Colin Ian King 1-9/+7
2019-03-01Staging: ks7010: Replace typecast to intGravatar Wentao Cai 1-1/+1
2019-02-28staging: ks7010: removed custom Michael MIC implementation.Gravatar Jeremy Sowden 5-170/+93
2019-02-26Staging: ks7010: Match alignments with open parenthesisGravatar Bhanusree Pola 1-1/+1
2019-01-25staging: ks7010: remove unnecessary parenthesesGravatar Matt McCoy 1-3/+3
2018-11-07staging: ks7010: remove unnecessary blank lineGravatar Jeeeun Evans 1-1/+0
2018-10-19staging: ks7010: Remove extra blank lineGravatar Maya Nakamura 1-1/+0
2018-10-02staging: ks7010: Remove unnecessary null checkGravatar Aymen Qader 1-2/+2
2018-07-30Merge 4.18-rc7 into staging-nextGravatar Greg Kroah-Hartman 1-6/+6
2018-07-16staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set...Gravatar Sergio Paracuellos 1-6/+6
2018-07-11staging: ks7010: remove redundant variable eth_protoGravatar Colin Ian King 1-2/+0
2018-05-20staging: ks7010: avoid casting inside cpu_to_* assignmentsGravatar Sergio Paracuellos 2-32/+31
2018-05-15staging: ks7010: Remove unused defineGravatar Nathan Chancellor 1-1/+0
2018-05-14staging: ks7010: replace cast type in assignment in hostif_sme_set_pmksaGravatar Sergio Paracuellos 1-1/+1
2018-05-14staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsnGravatar Sergio Paracuellos 1-3/+3
2018-05-14staging: ks7010: change two parameter types in hostif_mic_failure_requestGravatar Sergio Paracuellos 1-4/+3
2018-05-14staging: ks7010: replace uint* type into the u* ones in hostif_bss_scan_requestGravatar Sergio Paracuellos 1-4/+4
2018-05-14staging: ks7010: replace cast types in assignments in hostif_phy_information_...Gravatar Sergio Paracuellos 1-4/+4
2018-05-14staging: ks7010: replace cast type in assignment in hostif_adhoc_set_requestGravatar Sergio Paracuellos 1-1/+1
2018-05-14staging: ks7010: replace cast type in assignments in hostif_infrastructure_se...Gravatar Sergio Paracuellos 1-2/+2
2018-05-14staging: ks7010: use u16 as type for casting in hostif_ps_adhoc_set_requestGravatar Sergio Paracuellos 1-1/+1
2018-05-14staging: ks7010: replace casts to use type u16 in init_requestGravatar Sergio Paracuellos 1-3/+3
2018-05-14staging: ks7010: use u16 as cast type in hostif_start_requestGravatar Sergio Paracuellos 1-1/+1
2018-05-14staging: ks7010: avoid no needed cast in ks_wlan_capGravatar Sergio Paracuellos 1-1/+1
2018-05-14staging: ks7010: change parameter type in hostif_mib_get_requestGravatar Sergio Paracuellos 1-4/+3
2018-05-14staging: ks7010: change some cast type from uint16_t to u16 in hostif_data_re...Gravatar Sergio Paracuellos 1-7/+7
2018-05-14staging: ks7010: use u16 as type for casting in hostif_data_indication_wpaGravatar Sergio Paracuellos 1-1/+1
2018-05-14staging: ks7010: replace not standard uint type to unsigned intGravatar Sergio Paracuellos 1-1/+1
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_rx_gainGravatar Sergio Paracuellos 1-1/+1
2018-05-14staging: ks7010: replace uint8_t with u8 in ks_wlan_set_tx_gainGravatar Sergio Paracuellos 1-1/+1
2018-05-14staging: ks7010: change uint8_t casts to u8 in ks_wlan_set_rateGravatar Sergio Paracuellos 1-4/+4