summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
2023-10-23wifi: wlcore: main: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-23wifi: wlcore: boot: replace deprecated strncpy with strscpyJustin Stitt1-4/+1
2023-10-23wifi: wl18xx: replace deprecated strncpy with strscpyJustin Stitt1-4/+1
2023-10-23wifi: wl1251: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo1-3/+3
2023-09-18wifi: wlcore: Convert to platform remove callback returning voidUwe Kleine-König4-9/+7
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach2-4/+4
2023-08-25wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the codeLi Zetao1-12/+1
2023-08-16wlcore: spi: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring1-2/+1
2023-02-13wifi: wl1251: Fix a typo ("boradcast")Jonathan Neuschäfer1-1/+1
2022-12-14wifi: ti: remove obsolete lines in the MakefileLukas Bulwahn1-3/+0
2022-11-16wifi: wl1251: switch to using gpiod APIDmitry Torokhov2-30/+34
2022-11-16wifi: wl1251: drop support for platform dataDmitry Torokhov5-63/+4
2022-10-29Kalle Valo says:Jakub Kicinski2-0/+2
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2-0/+2
2022-09-07wifi: wl18xx: add some missing endian conversionsJohannes Berg1-4/+4
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg2-3/+3
2022-07-27wifi: wl12xx: Drop if with an always false conditionUwe Kleine-König1-3/+0
2022-07-18wifi: wl1251: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2-2/+4
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-2/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz2-3/+3
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg2-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg3-24/+25
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-1/+1
2022-05-06wl1251: dynamically allocate memory used for DMAH. Nikolaus Schaller3-18/+39
2022-05-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski10-246/+130
2022-04-23wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-23wl12xx: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-23wl18xx: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sy...Minghao Chi1-12/+6
2022-04-23wlcore: cmd: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-23wlcore: sdio: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-2/+1
2022-04-23wlcore: vendor_cmd: use pm_runtime_resume_and_get() instead of pm_runtime_get...Minghao Chi1-12/+6
2022-04-23wlcore: testmode: use pm_runtime_resume_and_get() instead of pm_runtime_get_s...Minghao Chi1-8/+4
2022-04-23wlcore: sysfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-23wlcore: main: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-150/+75
2022-04-12wlcore: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sy...Minghao Chi1-35/+17
2022-04-11mac80211: prepare sta handling for MLO supportSriram R2-11/+13
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König2-6/+2
2021-12-16wl1251: specify max. IE lengthMerlijn Wajer1-0/+6
2021-11-29wlcore: no need to initialise statics to falseJason Wang1-1/+1
2021-10-27wlcore: spi: Use dev_err_probe()Geert Uytterhoeven1-6/+3
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-15wl1251: Fix missing function name in commentsYang Shen1-4/+4
2021-06-15wl1251: Fix possible buffer overflow in wl1251_cmd_scanLee Gibson1-3/+6