summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0432-316/+1740
|\
| * ath10k: Remove ath10k_qmi_register_service_notifier() declarationDouglas Anderson2020-05-301-1/+0
| * ath10k: fix ath10k_pci struct layoutArnd Bergmann2020-05-121-4/+5
| * ath10k: fix gcc-10 zero-length-bounds warningsArnd Bergmann2020-05-121-2/+2
| * ath10k: remove experimental tag from SDIO and SNOC busses in KconfigGovind Singh2020-05-111-4/+3
| * ath10k: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-118-51/+51
| * ath10k: fix __le32 warning in ath10k_wmi_tlv_op_gen_request_peer_stats_info()Wen Gong2020-05-111-1/+1
| * ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai2020-05-113-0/+28
| * ath10k: Skip handling del_server during driver exitRakesh Pillai2020-05-112-1/+18
| * ath10k: Add support for targets without trustzoneRakesh Pillai2020-05-052-1/+124
| * ath10k: Setup the msa resources before qmi initRakesh Pillai2020-05-054-63/+70
| * ath10k: remove the max_sched_scan_reqs valueWen Gong2020-05-051-1/+0
| * ath10k: Avoid override CE5 configuration for QCA99X0 chipsetsMaharaja Kennadyrajan2020-05-054-19/+61
| * ath10k: fix possible memory leak in ath10k_bmi_lz_data_large()Wei Yongjun2020-05-041-0/+1
| * ath10k: correct tx bitrate of iw for SDIOWen Gong2020-04-283-0/+14
| * ath10k: add bitrate parse for peer stats infoWen Gong2020-04-283-0/+190
| * ath10k: add rx bitrate report for SDIOWen Gong2020-04-288-0/+304
| * ath10k: enable firmware peer stats info for wmi tlvWen Gong2020-04-284-0/+8
| * ath10k: add statistics of tx retries and tx failed when tx complete disableWen Gong2020-04-273-0/+16
| * ath10k: enable rx duration report default for wmi tlvWen Gong2020-04-273-1/+11
| * ath10k: drop the TX packet which size exceed credit size for sdioWen Gong2020-04-231-0/+5
| * ath10k: Fix the invalid tx/rx chainmask configurationMaharaja Kennadyrajan2020-04-231-5/+10
| * ath10k: add flush tx packets for SDIO chipWen Gong2020-04-223-1/+15
| * ath10k: enable alt data of TX path for sdioWen Gong2020-04-223-8/+25
| * ath10k: add htt TX bundle for sdioWen Gong2020-04-228-37/+398
| * ath10k: hif: make send_complete_check op optionalKalle Valo2020-04-213-25/+2
| * ath10k: sdio: remove _hif_ prefix from functions not part of hif interfaceKalle Valo2020-04-211-17/+17
| * ath10k: improve power save performance for sdioWen Gong2020-04-212-27/+119
| * ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()Kalle Valo2020-04-213-7/+7
| * ath10k: Fix typo in warning messagesMamatha Telu2020-04-153-3/+3
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-04-1417-50/+245
| |\
| | * ath10k: change ATH10K_SDIO_BUS_REQUEST_MAX_NUM from 64 to 1024Wen Gong2020-04-091-1/+2
| | * ath10k: disable TX complete indication of htt for sdioWen Gong2020-04-0910-7/+132
| | * ath10k: fix kernel null pointer dereferenceVenkateswara Naralasetty2020-04-071-0/+2
| | * ath10k: enable radar detection in secondary segmentLei Wang2020-04-063-16/+34
| | * ath10k: enable VHT160 and VHT80+80 modesLei Wang2020-04-063-32/+80
| | * ath10k: Fix the race condition in firmware dump work queueMaharaja Kennadyrajan2020-04-061-0/+1
* | | mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár2020-05-292-23/+10
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-04-0112-26/+178
|\|
| * ath10k: Fill GCMP MIC length for PMFYingying Tang2020-03-224-8/+48
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-03-1611-17/+128
| |\
| | * ath10k: allow qca988x family to support ack rssi of tx data packets.Yibo Zhao2020-03-121-0/+1
| | * ath10k: fix not registering airtime of 11a station with WMM disableYibo Zhao2020-03-111-1/+2
| | * ath10k: fix unsupported chip reset debugs file writeYingying Tang2020-03-112-5/+11
| | * ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong2020-03-111-4/+14
| | * ath10k: start recovery process when read int status fail for sdioWen Gong2020-03-111-1/+4
| | * ath10k: add QCA9377 sdio hw_param itemErik Stromdahl2020-03-112-0/+30
| | * ath10k: avoid consecutive OTP download to reduce boot timeVikas Patel2020-03-111-0/+11
| | * ath10k: Add support to read btcoex related data from DTTamizh Chelvam2020-02-115-3/+52