summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore
Commit message (Expand)AuthorAgeFilesLines
* 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: fix runtime pm imbalance in wl1271_tx_workDinghao Liu2020-05-291-0/+1
* wlcore: Adding suppoprt for IGTK key in wlcore driverRaz Bouganim2020-04-232-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-1/+1
|\
| * wlcore: remove stray plus signJohannes Berg2020-03-121-1/+1
* | wireless: ti: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-235-5/+5
|/
* wlcore: mesh: Add support for RX Broadcast KeyMaital Hahn2020-01-264-11/+21
* Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-11-271-8/+0
|\
| * net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitionsH. Nikolaus Schaller2019-11-151-8/+0
* | Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-051-8/+7
|\ \
| * | 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
| |/
* | net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven2019-10-281-1/+1
|/
* mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach2019-07-261-1/+2
* wireless: fix nl80211 vendor commandsJohannes Berg2019-07-201-0/+3
* Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-032-8/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
* | timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-223-3/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-0535-525/+35
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2019-05-052-11/+8
|\
| * wlcore: simplify/fix/optimize reg_ch_conf_pending operationsPaolo Bonzini2019-04-252-11/+8
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-272-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-8/+7
|\
| * wlcore: sdio: Fixup power on/off sequenceUlf Hansson2019-01-221-8/+7
* | wlcore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-012-31/+7
* | wlcore: clean up an indentation issueColin Ian King2019-02-011-1/+1
* | wlcore: Fix memory leak in case wl12xx_fetch_firmware failureZumeng Chen2019-01-101-2/+5
|/
* Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller2018-12-031-1/+1
|\
| * wlcore: Fix the return value in case of error in 'wlcore_vendor_cmd_smart_con...Christophe JAILLET2018-11-061-1/+1
* | wlcore: Fixup "Add support for optional wakeirq"John Stultz2018-11-061-6/+11
|/
* wlcore: Add support for optional wakeirqTony Lindgren2018-10-053-9/+40
* wlcore: Fix BUG with clear completion on timeoutTony Lindgren2018-10-051-4/+14
* wlcore: Set rx_status boottime_ns field on rxLoic Poulain2018-07-311-2/+6
* wlcore: remove duplicate \n for some warningsH. Nikolaus Schaller2018-07-311-5/+5
* wlcore: Fix memory leak in wlcore_cmd_wait_for_event_or_timeoutGustavo A. R. Silva2018-07-041-2/+2
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-1/+1
* wlcore: Enable runtime PM autosuspend supportTony Lindgren2018-06-278-56/+115
* 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: Fix misplaced PM call for scan_complete_work()Tony Lindgren2018-06-271-2/+2
* wlcore: Add support for runtime PMTony Lindgren2018-06-2713-329/+399
* wlcore: Make sure PM calls are pairedTony Lindgren2018-06-271-2/+8
* wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()Tony Lindgren2018-06-271-0/+6
* wlcore: sdio: check for valid platform device data before suspendEyal Reizer2018-05-291-0/+5
* wlcore: sdio: Fix flakey SDIO runtime PM handlingTony Lindgren2018-05-291-4/+12