summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3 days1-2/+2
* wifi: wlcore: fix unbalanced pm_runtime callsAndreas Kemnade2025-01-101-5/+5
* wifi: wlcore: sysfs: constify 'struct bin_attribute'Thomas Weißschuh2024-12-181-2/+2
* wifi: wlcore: testmode: Constify strutc nla_policyChristophe JAILLET2024-12-091-1/+1
* wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg2024-10-231-2/+3
* wifi: wlcore: sdio: Use helper to define resourcesVasileios Amoiridis2024-09-181-7/+4
* wifi: wlcore: sdio: Make use of irq_get_trigger_type()Vasileios Amoiridis2024-09-181-4/+2
* Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-274-11/+107
|\
| * wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-261-1/+1
| * wifi: wlcore: add pn16 supportRussell King (Oracle)2024-06-183-5/+97
| * wifi: wlcore: store AP encryption key typeRussell King (Oracle)2024-06-181-0/+4
| * wifi: wlcore: pass "status" to wlcore_hw_convert_fw_status()Russell King (Oracle)2024-06-181-1/+1
| * wifi: wlcore: improve code in wlcore_fw_status()Russell King (Oracle)2024-06-181-4/+4
| * wifi: wlcore: correctness fix fwlog readingRussell King (Oracle)2024-06-181-1/+1
* | wifi: wlcore: fix wlcore AP modeRussell King (Oracle)2024-06-184-21/+16
|/
* wifi: ti: Avoid a hundred -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-03-282-3/+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
* Merge wireless into wireless-nextJohannes Berg2024-02-083-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: wlcore: Convert to platform remove callback returning voidUwe Kleine-König2023-09-182-5/+3
* 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: drop support for platform dataDmitry Torokhov2022-11-161-1/+0
* Kalle Valo says:Jakub Kicinski2022-10-281-0/+1
|\
| * wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
|/
* wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg2022-09-061-2/+2
* 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-151-1/+2
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-2/+2
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-2/+2
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-0/+2
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-202-20/+21
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-039-234/+124
|\
| * 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
| * 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