aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19staging: ks7010: remove null check after call container_of()Haowen Bai1-2/+0
2022-04-14staging: ks7010: coding style fix: use tabs for indentAliya Rahmani1-1/+1
2022-04-12staging/ks7010: replace SME taslet with workDavidlohr Bueso2-12/+11
2022-02-15staging/ks7010: Remove redundant 'flush_workqueue()' callsMinghao Chi (CGEL ZTE)1-3/+1
2021-10-20staging: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-2/+2
2021-10-13staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MICVegard Nossum1-0/+3
2021-07-27staging/ks7010: Remove all strcpy() uses in favor of strscpy()Len Baker1-5/+5
2021-07-27staging: ks7010: Fix the initialization of the 'sleep_status' structureChristophe JAILLET1-1/+1
2021-06-18staging: ks7010: Wrap macro definitions in parenthesisCaleb D.S. Brzezinski1-12/+12
2021-05-10staging: ks7010: ks_hostif: Remove a bunch of unused variablesLee Jones1-9/+5
2021-03-10staging: ks7010: prevent buffer overflow in ks_wlan_set_scan()Dan Carpenter1-2/+4
2020-11-06staging: ks7010: fix missing destroy_workqueue() on error in ks7010_sdio_probeQinglang Miao1-1/+3
2020-09-16staging: ks7010: convert tasklets to use new tasklet_setup() APIAllen Pais2-6/+6
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-07-31staging: ks7010: Use %pM format specifier for MAC addressesAndy Shevchenko1-8/+3
2020-07-28staging: ks7010: Use fallthrough pseudo-keywordGustavo A. R. Silva1-9/+9
2020-06-29staging: ks7010: fix ks_wlan_start_xmit()'s return typeLuc Van Oostenryck1-2/+2
2020-05-05staging: ks7010: remove me from CC listWolfram Sang1-1/+0
2020-03-10staging: ks7010: remove line over 80 charactersPayal Kshirsagar1-1/+2
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-06-24Revert "staging: ks7010: Fix build error"Greg Kroah-Hartman1-1/+0
2019-06-21staging: ks7010: Fix build errorYueHaibing1-0/+1
2019-05-30staging: ks7010: Remove initialisation in ks7010_sdio.cNishka Dasgupta1-1/+1
2019-05-30staging: ks7010: Merge multiple return variables in ks_hostif.cNishka Dasgupta1-4/+3
2019-05-30staging: ks7010: Remove initialisation in ks_hostif.cNishka Dasgupta1-1/+1
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-9/+9
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-19staging: ks7010: remove redundant auth_type checkColin Ian King1-9/+7
2019-03-01Staging: ks7010: Replace typecast to intWentao Cai1-1/+1
2019-02-28staging: ks7010: removed custom Michael MIC implementation.Jeremy Sowden5-170/+93
2019-02-26Staging: ks7010: Match alignments with open parenthesisBhanusree Pola1-1/+1
2019-01-25staging: ks7010: remove unnecessary parenthesesMatt McCoy1-3/+3
2018-11-07staging: ks7010: remove unnecessary blank lineJeeeun Evans1-1/+0
2018-10-19staging: ks7010: Remove extra blank lineMaya Nakamura1-1/+0
2018-10-02staging: ks7010: Remove unnecessary null checkAymen Qader1-2/+2
2018-07-30Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman1-6/+6
2018-07-16staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set_request_bool'Sergio Paracuellos1-6/+6
2018-07-11staging: ks7010: remove redundant variable eth_protoColin Ian King1-2/+0
2018-05-20staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos2-32/+31
2018-05-15staging: ks7010: Remove unused defineNathan Chancellor1-1/+0
2018-05-14staging: ks7010: replace cast type in assignment in hostif_sme_set_pmksaSergio Paracuellos1-1/+1
2018-05-14staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsnSergio Paracuellos1-3/+3
2018-05-14staging: ks7010: change two parameter types in hostif_mic_failure_requestSergio Paracuellos1-4/+3
2018-05-14staging: ks7010: replace uint* type into the u* ones in hostif_bss_scan_requestSergio Paracuellos1-4/+4
2018-05-14staging: ks7010: replace cast types in assignments in hostif_phy_information_requestSergio Paracuellos1-4/+4
2018-05-14staging: ks7010: replace cast type in assignment in hostif_adhoc_set_requestSergio Paracuellos1-1/+1