summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
* wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the codeLi Zetao2023-08-251-12/+1
* wlcore: spi: Remove redundant of_match_ptr()Ruan Jinjie2023-08-161-1/+1
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-2/+1
* wifi: wl1251: Fix a typo ("boradcast")Jonathan Neuschäfer2023-02-131-1/+1
* wifi: ti: remove obsolete lines in the MakefileLukas Bulwahn2022-12-141-3/+0
* wifi: wl1251: switch to using gpiod APIDmitry Torokhov2022-11-162-30/+34
* wifi: wl1251: drop support for platform dataDmitry Torokhov2022-11-165-63/+4
* Kalle Valo says:Jakub Kicinski2022-10-282-0/+2
|\
| * wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-102-0/+2
* | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
|/
* wifi: wl18xx: add some missing endian conversionsJohannes Berg2022-09-071-4/+4
* wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg2022-09-062-3/+3
* wifi: wl12xx: Drop if with an always false conditionUwe Kleine-König2022-07-271-3/+0
* wifi: wl1251: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-151-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-152-2/+4
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-2/+2
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-202-3/+3
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-0/+2
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-202-2/+2
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-203-24/+25
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* wl1251: dynamically allocate memory used for DMAH. Nikolaus Schaller2022-05-063-18/+39
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-0310-246/+130
|\
| * wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-231-4/+2
| * wl12xx: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-231-4/+2
| * wl18xx: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sy...Minghao Chi2022-04-231-12/+6
| * wlcore: cmd: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-231-4/+2
| * wlcore: sdio: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-231-2/+1
| * wlcore: vendor_cmd: use pm_runtime_resume_and_get() instead of pm_runtime_get...Minghao Chi2022-04-231-12/+6
| * wlcore: testmode: use pm_runtime_resume_and_get() instead of pm_runtime_get_s...Minghao Chi2022-04-231-8/+4
| * wlcore: sysfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-231-4/+2
| * wlcore: main: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-231-150/+75
| * wlcore: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sy...Minghao Chi2022-04-121-35/+17
| * mac80211: prepare sta handling for MLO supportSriram R2022-04-112-11/+13
* | mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-081-1/+1
|/
* spi: make remove callback a void functionUwe Kleine-König2022-02-092-6/+2
* wl1251: specify max. IE lengthMerlijn Wajer2021-12-161-0/+6
* wlcore: no need to initialise statics to falseJason Wang2021-11-291-1/+1
* wlcore: spi: Use dev_err_probe()Geert Uytterhoeven2021-10-271-6/+3
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-1/+1
|\
| * firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-1/+1
* | wl1251: Fix missing function name in commentsYang Shen2021-06-151-4/+4
* | wl1251: Fix possible buffer overflow in wl1251_cmd_scanLee Gibson2021-06-151-3/+6
* | wlcore: remove leading spaces before tabsHui Tang2021-06-151-2/+2
* | wlcore: Fix missing function name in commentsYang Shen2021-06-151-3/+3
* | wlcore: fix read pointer updateRussell King2021-06-141-8/+2
* | wlcore: fix bug reading fwlogRussell King2021-06-141-0/+2
* | wlcore: make some of the fwlog calculations more obviousRussell King2021-06-141-15/+28
* | wlcore: tidy up use of fw_log.actual_buff_sizeRussell King2021-06-141-10/+10