summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/st (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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
* cw1200: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-28/+4
* cw1200: fix small typoYangtao Li2018-11-061-1/+1
* cw1200: Remove extra parenthesesVarsha Rao2018-08-311-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-8/+8
* cw1200: fix spelling mistake: "Mailformed" -> "Malformed"Colin Ian King2018-04-241-1/+1
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-272-4/+4
* net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap2018-03-131-2/+2
* mac80211: use QoS NDP for AP probingJohannes Berg2017-11-271-2/+2
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-044-9/+7
|\
| * cw1200: Convert timers to use timer_setup()Kees Cook2017-10-274-9/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net/cw1200: Convert timers to use timer_setup()Kees Cook2017-10-181-3/+2
|/
* cw1200: add const to hwbus_ops structuresBhumika Goyal2017-06-282-2/+2