summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-15wlcore: remove leading spaces before tabsHui Tang1-2/+2
2021-06-15wlcore: Fix missing function name in commentsYang Shen1-3/+3
2021-06-14wlcore: fix read pointer updateRussell King1-8/+2
2021-06-14wlcore: fix bug reading fwlogRussell King1-0/+2
2021-06-14wlcore: make some of the fwlog calculations more obviousRussell King1-15/+28
2021-06-14wlcore: tidy up use of fw_log.actual_buff_sizeRussell King1-10/+10
2021-06-14wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELPTony Lindgren1-0/+7
2021-06-14wlcore: use DEVICE_ATTR_<RW|RO> macroYueHaibing1-13/+11
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-1/+1
2021-04-22wlcore: Fix buffer overrun by snprintf due to incorrect buffer sizeColin Ian King1-1/+1
2021-04-17wlcore: fix overlapping snprintf arguments in debugfsArnd Bergmann2-8/+12
2021-02-08wl1251: cmd: remove redundant assignmentwengjianfeng1-24/+12
2021-01-25wlcore: Fix command execute failure 19 for wl12xxTony Lindgren3-20/+1
2021-01-14wlcore: Downgrade exceeded max RX BA sessions to debugTony Lindgren1-1/+1
2020-12-02wl1251: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-12-02wlcore: Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2020-11-07wlcore: spi: Demote a non-compliant function header, fix anotherLee Jones1-2/+1
2020-11-07wl1251: cmd: Rename 'len' to 'buf_len' in the documentationLee Jones1-1/+1
2020-11-07wlcore: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-09-29wl1251/wl12xx: fix a typo in commentsWang Qing2-2/+2
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller2-8/+0
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+0
2020-09-22wlcore: Remove unused function no_write_handler()YueHaibing1-7/+0
2020-09-16wlcore: Remove unused macro WL1271_SUSPEND_SLEEPYueHaibing1-1/+0