summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds32-316/+1740
2020-05-30ath10k: Remove ath10k_qmi_register_service_notifier() declarationDouglas Anderson1-1/+0
2020-05-29mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár2-23/+10
2020-05-12ath10k: fix ath10k_pci struct layoutArnd Bergmann1-4/+5
2020-05-12ath10k: fix gcc-10 zero-length-bounds warningsArnd Bergmann1-2/+2
2020-05-11ath10k: remove experimental tag from SDIO and SNOC busses in KconfigGovind Singh1-4/+3
2020-05-11ath10k: Replace zero-length array with flexible-arrayGustavo A. R. Silva8-51/+51
2020-05-11ath10k: fix __le32 warning in ath10k_wmi_tlv_op_gen_request_peer_stats_info()Wen Gong1-1/+1
2020-05-11ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai3-0/+28
2020-05-11ath10k: Skip handling del_server during driver exitRakesh Pillai2-1/+18
2020-05-05ath10k: Add support for targets without trustzoneRakesh Pillai2-1/+124
2020-05-05ath10k: Setup the msa resources before qmi initRakesh Pillai4-63/+70
2020-05-05ath10k: remove the max_sched_scan_reqs valueWen Gong1-1/+0
2020-05-05ath10k: Avoid override CE5 configuration for QCA99X0 chipsetsMaharaja Kennadyrajan4-19/+61
2020-05-04ath10k: fix possible memory leak in ath10k_bmi_lz_data_large()Wei Yongjun1-0/+1
2020-04-28ath10k: correct tx bitrate of iw for SDIOWen Gong3-0/+14
2020-04-28ath10k: add bitrate parse for peer stats infoWen Gong3-0/+190
2020-04-28ath10k: add rx bitrate report for SDIOWen Gong8-0/+304
2020-04-28ath10k: enable firmware peer stats info for wmi tlvWen Gong4-0/+8
2020-04-27ath10k: add statistics of tx retries and tx failed when tx complete disableWen Gong3-0/+16
2020-04-27ath10k: enable rx duration report default for wmi tlvWen Gong3-1/+11
2020-04-23ath10k: drop the TX packet which size exceed credit size for sdioWen Gong1-0/+5
2020-04-23ath10k: Fix the invalid tx/rx chainmask configurationMaharaja Kennadyrajan1-5/+10
2020-04-22ath10k: add flush tx packets for SDIO chipWen Gong3-1/+15
2020-04-22ath10k: enable alt data of TX path for sdioWen Gong3-8/+25
2020-04-22ath10k: add htt TX bundle for sdioWen Gong8-37/+398
2020-04-21ath10k: hif: make send_complete_check op optionalKalle Valo3-25/+2
2020-04-21ath10k: sdio: remove _hif_ prefix from functions not part of hif interfaceKalle Valo1-17/+17
2020-04-21ath10k: improve power save performance for sdioWen Gong2-27/+119
2020-04-21ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()Kalle Valo3-7/+7
2020-04-15ath10k: Fix typo in warning messagesMamatha Telu3-3/+3
2020-04-14Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo17-50/+245
2020-04-09ath10k: change ATH10K_SDIO_BUS_REQUEST_MAX_NUM from 64 to 1024Wen Gong1-1/+2
2020-04-09ath10k: disable TX complete indication of htt for sdioWen Gong10-7/+132
2020-04-07ath10k: fix kernel null pointer dereferenceVenkateswara Naralasetty1-0/+2
2020-04-06ath10k: enable radar detection in secondary segmentLei Wang3-16/+34
2020-04-06ath10k: enable VHT160 and VHT80+80 modesLei Wang3-32/+80
2020-04-06ath10k: Fix the race condition in firmware dump work queueMaharaja Kennadyrajan1-0/+1
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds12-26/+178
2020-03-22ath10k: Fill GCMP MIC length for PMFYingying Tang4-8/+48
2020-03-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo11-17/+128
2020-03-12ath10k: allow qca988x family to support ack rssi of tx data packets.Yibo Zhao1-0/+1
2020-03-11ath10k: fix not registering airtime of 11a station with WMM disableYibo Zhao1-1/+2
2020-03-11ath10k: fix unsupported chip reset debugs file writeYingying Tang2-5/+11
2020-03-11ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong1-4/+14
2020-03-11ath10k: start recovery process when read int status fail for sdioWen Gong1-1/+4
2020-03-11ath10k: add QCA9377 sdio hw_param itemErik Stromdahl2-0/+30
2020-03-11ath10k: avoid consecutive OTP download to reduce boot timeVikas Patel1-0/+11
2020-02-17Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller1-1/+2
2020-02-14drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-2/+2