summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/main.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-3/+3
* wifi: fill in MODULE_DESCRIPTION()s for wlcoreBreno Leitao2024-01-311-0/+1
* wifi: wlcore: main: replace deprecated strncpy with strscpyJustin Stitt2023-10-231-2/+2
* wifi: wlcore: Convert to platform remove callback returning voidUwe Kleine-König2023-09-181-4/+2
* wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach2023-09-111-3/+3
* 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: 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-201-18/+19
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* wlcore: main: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-231-150/+75
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-7/+9
* 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 command execute failure 19 for wl12xxTony Lindgren2021-01-251-14/+1
* wlcore: Downgrade exceeded max RX BA sessions to debugTony Lindgren2021-01-141-1/+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-251-1/+0
|\
| * wlcore: Remove unused macro WL1271_SUSPEND_SLEEPYueHaibing2020-09-161-1/+0
* | Revert "wlcore: Adding suppoprt for IGTK key in wlcore driver"Mauro Carvalho Chehab2020-09-071-4/+0
|/
* 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
* wlcore: Simplify runtime resume ELP pathTony Lindgren2020-07-151-28/+15
* wlcore: fix runtime pm imbalance in wlcore_irq_lockedDinghao Liu2020-05-291-8/+9
* wlcore: fix runtime pm imbalance in __wl1271_op_remove_interfaceDinghao Liu2020-05-291-2/+6
* wlcore: fix runtime pm imbalance in wl1271_op_suspendDinghao Liu2020-05-291-3/+1
* wlcore: fix runtime pm imbalance in wlcore_regdomain_configDinghao Liu2020-05-291-1/+3
* wlcore: Adding suppoprt for IGTK key in wlcore driverRaz Bouganim2020-04-231-0/+4
* wlcore: remove stray plus signJohannes Berg2020-03-121-1/+1
* wlcore: mesh: Add support for RX Broadcast KeyMaital Hahn2020-01-261-8/+15
* wlcore: clean-up clearing of WL1271_FLAG_IRQ_RUNNINGTony Lindgren2019-10-111-6/+6
* net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang2019-10-021-2/+1
* mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach2019-07-261-1/+2
* timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-221-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-15/+1
* wlcore: Fix memory leak in case wl12xx_fetch_firmware failureZumeng Chen2019-01-101-2/+5
* wlcore: Add support for optional wakeirqTony Lindgren2018-10-051-4/+26
* wlcore: Fix BUG with clear completion on timeoutTony Lindgren2018-10-051-4/+14
* wlcore: remove duplicate \n for some warningsH. Nikolaus Schaller2018-07-311-5/+5
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-1/+1
* wlcore: Enable runtime PM autosuspend supportTony Lindgren2018-06-271-36/+75
* wlcore: Make sure firmware is initialized in wl1271_op_add_interface()Tony Lindgren2018-06-271-13/+18