summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
* 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-38/+0
|\
| * wl18xx: Fix Wunused-const-variableNathan Huckleberry2019-06-241-38/+0
* | 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-0592-1379/+92
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-217-0/+7
* 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
* | wl18xx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-19/+1
* | wl12xx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-19/+1
* | wl1251: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-54/+5
* | 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
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-0/+2
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-072-0/+2
* | 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-279-59/+121
* | 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-2714-338/+416
* | 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
* wlcore: sdio: allow pm to handle sdio powerEyal Reizer2018-04-301-21/+6
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-274-24/+20
* Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...David S. Miller2018-03-252-20/+86
|\
| * net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap2018-03-131-2/+2
| * wl1251: Set generated MAC address back to NVS dataPali Rohár2018-02-271-0/+17
| * wl1251: Parse and use MAC address from supplied NVS dataPali Rohár2018-02-271-8/+47
| * wl1251: Generate random MAC address only if driver does not have validPali Rohár2018-02-271-9/+18
| * wl1251: Update wl->nvs_len after wl->nvs is validPali Rohár2018-02-271-2/+3
* | net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches2018-03-151-3/+1
|/