summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
* wifi: wl1251: simplify module initializationKrzysztof Kozlowski2024-04-051-19/+1
* wifi: ti: Avoid a hundred -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-03-284-6/+0
* wifi: ti: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-03-211-8/+3
* wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warnsJavier Martinez Canillas2024-03-051-4/+4
* wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh2024-02-081-1/+1
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-3/+3
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
* Merge wireless into wireless-nextJohannes Berg2024-02-087-0/+7
|\
| * wifi: fill in MODULE_DESCRIPTION()s for wl18xxBreno Leitao2024-01-311-0/+1
| * wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xxBreno Leitao2024-01-313-0/+3
| * wifi: fill in MODULE_DESCRIPTION()s for wlcoreBreno Leitao2024-01-313-0/+3
* | wifi: ti: wlcore: sdio: Drop unused includeLinus Walleij2024-02-051-1/+0
|/
* wifi: wlcore: main: replace deprecated strncpy with strscpyJustin Stitt2023-10-231-2/+2
* wifi: wlcore: boot: replace deprecated strncpy with strscpyJustin Stitt2023-10-231-4/+1
* wifi: wl18xx: replace deprecated strncpy with strscpyJustin Stitt2023-10-231-4/+1
* wifi: wl1251: replace deprecated strncpy with strscpyJustin Stitt2023-10-231-1/+1
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-231-3/+3
* wifi: wlcore: Convert to platform remove callback returning voidUwe Kleine-König2023-09-184-9/+7
* wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach2023-09-112-4/+4
* 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