summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/st
Commit message (Expand)AuthorAgeFilesLines
* wifi: cw1200: restore endian swappingJohannes Berg2024-03-051-0/+6
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
* wifi: cw1200: Convert to GPIO descriptorsLinus Walleij2024-02-052-48/+65
* wifi: cw1200: fix __le16 sparse warningsKalle Valo2024-02-051-6/+0
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-231-1/+1
* wifi: cw1200: Avoid processing an invalid TIM IEJeff Johnson2023-09-181-1/+1
* net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra2023-03-111-1/+1
* Kalle Valo says:Jakub Kicinski2022-10-281-0/+1
|\
| * wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
|/
* cw1200: fix incorrect check to determine if no element is found in listXiaomeng Tong2022-09-271-8/+10
* wifi: cw1200: use get_unaligned_le64()Johannes Berg2022-09-071-2/+1
* wifi: cw1200: remove RCU STA pointer handling in TXJohannes Berg2022-09-071-4/+1
* wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg2022-09-061-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-152-2/+4
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-2/+2
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-202-3/+3
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-202-20/+20
* wifi: cw1200: cleanup the code a bitBernard Zhao2022-05-301-8/+2
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-2/+2
* Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-03-111-1/+2
|\
| * cw1200: use time_is_after_jiffies() instead of open coding itWang Qing2022-03-101-1/+2
* | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-281-3/+1
|\ \ | |/ |/|
| * spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* | cw1200: wsm: make array queue_id_to_wmm_aci static constColin Ian King2022-01-311-1/+1
|/
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-2/+0
* cw1200: Revert unnecessary patches that fix unreal use-after-free bugsHang Zhang2021-06-151-10/+7
* cw1200: add missing MODULE_DEVICE_TABLEZou Wei2021-06-151-0/+1
* cw1200: Remove unused function pointer typedef wsm_*Chen Lin2021-04-171-12/+0
* cw1200: Remove unused function pointer typedef cw1200_wsm_handlerChen Lin2021-04-171-3/+0
* cw1200: txrx: convert comma to semicolonZheng Yongjun2020-12-101-1/+1
* cw1200: fix missing destroy_workqueue() on error in cw1200_init_commonQinglang Miao2020-11-241-0/+2
* cw1200: replace a set of atomic_add()Yejune Deng2020-11-242-9/+9
* cw1200: wsm: Remove 'dummy' variablesLee Jones2020-09-011-4/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* cw1200: Remove local sdio VENDOR and DEVICE id definitionsPali Rohár2020-05-291-8/+1
* cw1200: make cw1200_spi_irq_unsubscribe() voidJason Yan2020-04-151-5/+1
* cw1200: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
* cw1200: use true,false for bool variablezhengbin2020-01-261-1/+1
* net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring2019-10-151-2/+1
* cw1200: Fix a signedness bug in cw1200_load_firmware()Dan Carpenter2019-10-021-3/+3
* net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang2019-10-021-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1925-100/+25
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* net: cw1200: fix a NULL pointer dereferenceKangjie Lu2019-04-251-0/+5
* cw1200: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-20/+6
* cw1200: fix indentation issuesColin Ian King2019-02-011-2/+2
* cw1200: drop useless LIST_HEADJulia Lawall2019-01-101-1/+0
* cw1200: fix missing unlock on error in cw1200_hw_scan()Wei Yongjun2019-01-101-1/+4
* cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()Jia-Ju Bai2018-12-201-7/+6