summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/st
AgeCommit message (Expand)Author
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo
2023-09-18wifi: cw1200: Avoid processing an invalid TIM IEJeff Johnson
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra
2022-10-28Kalle Valo says:Jakub Kicinski
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel
2022-09-27cw1200: fix incorrect check to determine if no element is found in listXiaomeng Tong
2022-09-07wifi: cw1200: use get_unaligned_le64()Johannes Berg
2022-09-07wifi: cw1200: remove RCU STA pointer handling in TXJohannes Berg
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-05-30wifi: cw1200: cleanup the code a bitBernard Zhao
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-03-10cw1200: use time_is_after_jiffies() instead of open coding itWang Qing
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-01-31cw1200: wsm: make array queue_id_to_wmm_aci static constColin Ian King
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-06-15cw1200: Revert unnecessary patches that fix unreal use-after-free bugsHang Zhang
2021-06-15cw1200: add missing MODULE_DEVICE_TABLEZou Wei
2021-04-17cw1200: Remove unused function pointer typedef wsm_*Chen Lin
2021-04-17cw1200: Remove unused function pointer typedef cw1200_wsm_handlerChen Lin
2020-12-10cw1200: txrx: convert comma to semicolonZheng Yongjun
2020-11-24cw1200: fix missing destroy_workqueue() on error in cw1200_init_commonQinglang Miao
2020-11-24cw1200: replace a set of atomic_add()Yejune Deng
2020-09-01cw1200: wsm: Remove 'dummy' variablesLee Jones
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-29cw1200: Remove local sdio VENDOR and DEVICE id definitionsPali Rohár
2020-04-15cw1200: make cw1200_spi_irq_unsubscribe() voidJason Yan
2020-03-23cw1200: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-26cw1200: use true,false for bool variablezhengbin
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring
2019-10-02cw1200: Fix a signedness bug in cw1200_load_firmware()Dan Carpenter
2019-10-02net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-25net: cw1200: fix a NULL pointer dereferenceKangjie Lu
2019-02-01cw1200: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01cw1200: fix indentation issuesColin Ian King
2019-01-10cw1200: drop useless LIST_HEADJulia Lawall
2019-01-10cw1200: fix missing unlock on error in cw1200_hw_scan()Wei Yongjun
2018-12-20cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()Jia-Ju Bai
2018-12-20cw1200: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-11-06cw1200: fix small typoYangtao Li
2018-08-31cw1200: Remove extra parenthesesVarsha Rao
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook