aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
AgeCommit message (Expand)Author
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for wlcoreBreno Leitao
2023-10-23wifi: wlcore: main: replace deprecated strncpy with strscpyJustin Stitt
2023-10-23wifi: wlcore: boot: replace deprecated strncpy with strscpyJustin Stitt
2023-09-18wifi: wlcore: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach
2023-08-25wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the codeLi Zetao
2023-08-16wlcore: spi: Remove redundant of_match_ptr()Ruan Jinjie
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring
2022-11-16wifi: wl1251: drop support for platform dataDmitry Torokhov
2022-10-28Kalle Valo says:Jakub Kicinski
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-04-23wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-04-23wl12xx: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-04-23wlcore: cmd: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-04-23wlcore: sdio: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-04-23wlcore: vendor_cmd: use pm_runtime_resume_and_get() instead of pm_runtime_get...Minghao Chi
2022-04-23wlcore: testmode: use pm_runtime_resume_and_get() instead of pm_runtime_get_s...Minghao Chi
2022-04-23wlcore: sysfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-04-23wlcore: main: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-04-12wlcore: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sy...Minghao Chi
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2021-11-29wlcore: no need to initialise statics to falseJason Wang
2021-10-27wlcore: spi: Use dev_err_probe()Geert Uytterhoeven
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-15wlcore: remove leading spaces before tabsHui Tang
2021-06-15wlcore: Fix missing function name in commentsYang Shen
2021-06-14wlcore: fix read pointer updateRussell King
2021-06-14wlcore: fix bug reading fwlogRussell King
2021-06-14wlcore: make some of the fwlog calculations more obviousRussell King
2021-06-14wlcore: tidy up use of fw_log.actual_buff_sizeRussell King
2021-06-14wlcore: use DEVICE_ATTR_<RW|RO> macroYueHaibing
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo
2021-04-22wlcore: Fix buffer overrun by snprintf due to incorrect buffer sizeColin Ian King
2021-04-17wlcore: fix overlapping snprintf arguments in debugfsArnd Bergmann
2021-01-25wlcore: Fix command execute failure 19 for wl12xxTony Lindgren
2021-01-14wlcore: Downgrade exceeded max RX BA sessions to debugTony Lindgren
2020-12-02wlcore: Switch to using the new API kobj_to_dev()Tian Tao