summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-091-3/+1
* 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
* | 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
* | wlcore: use DEVICE_ATTR_<RW|RO> macroYueHaibing2021-06-141-13/+11
|/
* wlcore: Fix buffer overrun by snprintf due to incorrect buffer sizeColin Ian King2021-04-221-1/+1
* wlcore: fix overlapping snprintf arguments in debugfsArnd Bergmann2021-04-172-8/+12
* wlcore: Fix command execute failure 19 for wl12xxTony Lindgren2021-01-252-17/+1
* wlcore: Downgrade exceeded max RX BA sessions to debugTony Lindgren2021-01-141-1/+1
* wlcore: Switch to using the new API kobj_to_dev()Tian Tao2020-12-021-1/+1
* wlcore: spi: Demote a non-compliant function header, fix anotherLee Jones2020-11-071-2/+1
* wlcore: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-11-071-2/+2
* Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller2020-09-252-8/+0
|\
| * wlcore: Remove unused function no_write_handler()YueHaibing2020-09-221-7/+0
| * wlcore: Remove unused macro WL1271_SUSPEND_SLEEPYueHaibing2020-09-161-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-222-5/+0
|\ \ | |/ |/|
| * Revert "wlcore: Adding suppoprt for IGTK key in wlcore driver"Mauro Carvalho Chehab2020-09-072-5/+0
* | wlcore: debugfs: Remove unused variable 'res'Lee Jones2020-09-011-3/+3
* | wlcore: cmd: Fix some parameter description disparitiesLee Jones2020-09-011-2/+3
* | wl1251, wlcore: fix spelling mistake "buld" -> "build"Colin Ian King2020-08-181-1/+1
|/
* wlcore: Remove pointless spinlockTony Lindgren2020-07-151-2/+0
* wlcore: Use spin_trylock in wlcore_irq() to see if we need to queue txTony Lindgren2020-07-151-6/+11
* wlcore: Use spin_trylock in wlcore_irq_locked() for running the queueTony Lindgren2020-07-151-9/+13