summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2020-10-08ath11k: Fix memory leak on error pathAlex Dewar1-1/+3
2020-10-01ath11k: remove unnecessary casts to u32Kalle Valo1-4/+4
2020-10-01ath11k: enable idle power save modeCarl Huang3-0/+13
2020-10-01ath11k: start a timer to update HP for CE pipe 4Carl Huang2-0/+35
2020-10-01ath11k: start a timer to update REO cmd ringCarl Huang3-0/+10
2020-10-01ath11k: start a timer to update TCL HPCarl Huang5-0/+130
2020-10-01ath11k: set WMI pipe credit to 1 for QCA6390Carl Huang1-0/+6
2020-10-01ath11k: enable shadow register configuration and accessCarl Huang9-8/+194
2020-10-01ath11k: read and write registers below unwindowed addressCarl Huang2-0/+42
2020-10-01ath11k: debugfs: fix crash during rmmodCarl Huang1-4/+4
2020-10-01ath11k: fix warning caused by lockdep_assert_heldCarl Huang1-0/+4
2020-10-01ath11k: mac: remove unused conf_mutex to solve a deadlockWen Gong1-10/+1
2020-10-01ath11k: pci: fix rmmod crashCarl Huang1-1/+8
2020-10-01ath11k: add packet log support for QCA6390Carl Huang9-56/+169
2020-10-01ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in idr_allocGovind Singh3-21/+16
2020-10-01ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in ath11k_dp_htt_get_ppdu_descWen Gong1-1/+1
2020-10-01ath11k: change to disable softirqs for ath11k_regd_update to solve deadlockWen Gong1-3/+3
2020-10-01ath11k: disable monitor mode on QCA6390Kalle Valo3-0/+12
2020-10-01ath11k: pci: check TCSR_SOC_HW_VERSIONKalle Valo1-12/+34
2020-10-01ath11k: add interface_modes to hw_paramsKalle Valo3-39/+75
2020-10-01ath11k: fix AP mode for QCA6390Carl Huang1-2/+4
2020-10-01ath11k: support loading ELF board filesBen Greear1-1/+11
2020-10-01ath11k: Correctly check errors for calls to debugfs_create_dir()Alex Dewar1-20/+5
2020-10-01ath11k: mac: fix parenthesis alignmentKalle Valo1-1/+1
2020-09-29ath11k: Move non-fatal warn logs to dbg levelGovind Singh1-1/+1
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller22-1504/+1525
2020-09-25ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler'Kalle Valo2-10/+20
2020-09-22ath11k: Remove unused function ath11k_htc_restore_tx_skb()YueHaibing1-9/+0
2020-09-22ath11k: remove redundant num_keep_alive_pattern assignmentKalle Valo1-1/+0
2020-09-22ath11k: wmi: remove redundant configuration values from initKalle Valo2-50/+6
2020-09-22ath11k: Add support spectral scan for IPQ6018Karthikeyan Periyasamy3-10/+20
2020-09-22ath11k: debugfs: move some function declarations to correct header filesKalle Valo8-50/+75
2020-09-22ath11k: rename debug_htt_stats.[c|h] to debugfs_htt_stats.[c|h]Kalle Valo5-7/+7
2020-09-22ath11k: debugfs: use ath11k_debugfs_ prefixKalle Valo9-70/+70
2020-09-22ath11k: refactor debugfs code into debugfs.cKalle Valo5-1350/+1369
2020-09-22ath11k: Add checked value for ath11k_ahb_removeBo YU1-3/+7
2020-09-21ath11k: Remove rproc references from common core layerGovind Singh4-37/+44
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2-4/+4
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau1-27/+34
2020-09-11Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller34-941/+4318
2020-09-11ath11k: Remove unused inline function htt_htt_stats_debug_dump()YueHaibing1-44/+0
2020-09-11ath11k: fix link error when CONFIG_REMOTEPROC is disabledKalle Valo1-0/+3
2020-09-11ath11k: remove calling ath11k_init_hw_params() second timeAnilkumar Kolli1-6/+0
2020-09-11ath11k: add raw mode and software crypto supportVenkateswara Naralasetty7-22/+91
2020-09-11ath11k: add ipq6018 supportAnilkumar Kolli4-0/+136
2020-09-11ath11k: move target ce configs to hw_paramsAnilkumar Kolli6-435/+442
2020-09-09ath11k: Add peer max mpdu parameter in peer assoc commandTamizh Chelvam1-0/+25
2020-09-09ath11k: fix uninitialized return in ath11k_spectral_process_data()Dan Carpenter1-0/+2
2020-09-08ath11k: fix a double free and a memory leakTom Rix1-1/+3
2020-08-31ath11k: fix missing error check on call to ath11k_pci_get_user_msi_assignmentColin Ian King1-3/+6