aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-20wireless: fix nl80211 vendor commandsJohannes Berg1-0/+3
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-38/+0
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner2-8/+2
2019-06-24wl18xx: Fix Wunused-const-variableNathan Huckleberry1-38/+0
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld3-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner92-1379/+92
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner7-0/+7
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-11/+8
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg2-6/+6
2019-04-25wlcore: simplify/fix/optimize reg_ch_conf_pending operationsPaolo Bonzini2-11/+8
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+7
2019-02-01wl18xx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+1
2019-02-01wl12xx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+1
2019-02-01wl1251: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-54/+5
2019-02-01wlcore: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-31/+7
2019-02-01wlcore: clean up an indentation issueColin Ian King1-1/+1
2019-01-22wlcore: sdio: Fixup power on/off sequenceUlf Hansson1-8/+7
2019-01-10wlcore: Fix memory leak in case wl12xx_fetch_firmware failureZumeng Chen1-2/+5
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+1
2018-11-06wlcore: Fix the return value in case of error in 'wlcore_vendor_cmd_smart_config_start()'Christophe JAILLET1-1/+1
2018-11-06wlcore: Fixup "Add support for optional wakeirq"John Stultz1-6/+11
2018-10-05wlcore: Add support for optional wakeirqTony Lindgren3-9/+40
2018-10-05wlcore: Fix BUG with clear completion on timeoutTony Lindgren1-4/+14
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+2
2018-07-31wlcore: Set rx_status boottime_ns field on rxLoic Poulain1-2/+6
2018-07-31wlcore: remove duplicate \n for some warningsH. Nikolaus Schaller1-5/+5
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2-0/+2
2018-07-04wlcore: Fix memory leak in wlcore_cmd_wait_for_event_or_timeoutGustavo A. R. Silva1-2/+2
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-1/+1
2018-06-27wlcore: Enable runtime PM autosuspend supportTony Lindgren9-59/+121
2018-06-27wlcore: Make sure firmware is initialized in wl1271_op_add_interface()Tony Lindgren1-13/+18
2018-06-27wlcore: Use generic runtime pm calls for wowlan elp configurationEyal Reizer1-38/+13
2018-06-27wlcore: Fix timout errors after recoveryTony Lindgren1-2/+1
2018-06-27wlcore: Fix misplaced PM call for scan_complete_work()Tony Lindgren1-2/+2
2018-06-27wlcore: Add support for runtime PMTony Lindgren14-338/+416
2018-06-27wlcore: Make sure PM calls are pairedTony Lindgren1-2/+8
2018-06-27wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()Tony Lindgren1-0/+6
2018-05-29wlcore: sdio: check for valid platform device data before suspendEyal Reizer1-0/+5
2018-05-29wlcore: sdio: Fix flakey SDIO runtime PM handlingTony Lindgren1-4/+12
2018-04-30wlcore: sdio: allow pm to handle sdio powerEyal Reizer1-21/+6
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches4-24/+20
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-20/+86
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches1-3/+1
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap1-2/+2
2018-02-27wl1251: Set generated MAC address back to NVS dataPali Rohár1-0/+17
2018-02-27wl1251: Parse and use MAC address from supplied NVS dataPali Rohár1-8/+47
2018-02-27wl1251: Generate random MAC address only if driver does not have validPali Rohár1-9/+18
2018-02-27wl1251: Update wl->nvs_len after wl->nvs is validPali Rohár1-2/+3
2018-01-08wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King1-2/+1