summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wlcore: Use generic runtime pm calls for wowlan elp configurationEyal Reizer2018-06-271-38/+13
* wlcore: Fix timout errors after recoveryTony Lindgren2018-06-271-2/+1
* wlcore: Add support for runtime PMTony Lindgren2018-06-271-115/+295
* wlcore: Make sure PM calls are pairedTony Lindgren2018-06-271-2/+8
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-4/+4
* wlcore: fix unused function warningArnd Bergmann2017-12-141-5/+3
* wlcore: allow elp during wowlan suspendReizer, Eyal2017-12-071-1/+28
* wlcore: use boottime for fw time syncArnd Bergmann2017-12-071-3/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* wlcore: add missing nvs file name info for wilink8Reizer, Eyal2017-08-241-0/+23
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-3/+2
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* wlcore: disable multicast filter in AP modeIain Hunter2017-02-151-0/+15
* Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-271-2/+6
|\
| * wlcore: Allow scans when in AP modeJames Minor2016-11-171-0/+2
| * wlcore: Pass win_size taken from ieee80211_sta to FWMaxim Altshul2016-11-171-2/+4