summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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/+13Star
* | wlcore: Fix timout errors after recoveryTony Lindgren2018-06-271-2/+1Star
* | 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/+6Star
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-274-24/+20Star
* Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...David S. Miller2018-03-262-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/+1Star
|/
* wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King2018-01-081-2/+1Star
* wlcore: fix unused function warningArnd Bergmann2017-12-142-7/+3Star
* wlcore, wl1251: fix spelling: "Couldnt" -> "Couldn't" and remove error on -EN...Colin Ian King2017-12-072-4/+2Star
* wlcore: allow elp during wowlan suspendReizer, Eyal2017-12-071-1/+28
* wlcore: use boottime for fw time syncArnd Bergmann2017-12-072-6/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-292-3/+4
|\
| * mac80211: use QoS NDP for AP probingJohannes Berg2017-11-272-3/+4
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
* wlcore: add missing nvs file name info for wilink8Reizer, Eyal2017-08-244-0/+28
* wlcore: add const to bin_attribute structureBhumika Goyal2017-08-081-1/+1
* wl1251: add a missing spin_lock_init()Cong Wang2017-07-271-0/+1
* wl18xx: add checks on wl18xx_top_reg_write() return valueGustavo A. R. Silva2017-06-281-2/+4
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-252-5/+4Star
|\
| * wlcore: spi: remove unnecessary variableGustavo A. R. Silva2017-06-131-5/+2Star
| * wlcore: add wl1285 compatibleSebastian Reichel2017-06-132-0/+2
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1Star
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-5/+3Star
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-163-6/+4Star