summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-05-30ath11k: clear DCM max constellation tx valueMuna Sinada1-0/+2
2020-05-30ath11k: reset trigger frame MAC padding durationMuna Sinada1-1/+1
2020-05-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo18-154/+252
2020-05-27Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller1-2/+1
2020-05-19ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()'Christophe JAILLET1-2/+4
2020-05-13ath11k: fix htt stats module not handle multiple skbsPradeep Kumar Chitrapu2-10/+39
2020-05-12ath11k: convert to devm_platform_get_and_ioremap_resourceWei Yongjun1-7/+1
2020-05-12ath11k: remove redundant initialization of pointer infoColin Ian King1-1/+1
2020-05-11ath11k: Remove bus layer includes from upper layerGovind Singh7-5/+4
2020-05-11ath11k: Add drv private for bus opaque structGovind Singh4-4/+14
2020-05-11ath11k: Add support for multibus supportGovind Singh10-121/+182
2020-05-11ath11k: remove stale monitor status descriptorMiles Hu1-4/+7
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller20-80/+821
2020-05-06ath11k: Replace zero-length array with flexible-arrayGustavo A. R. Silva6-11/+11
2020-05-06ath11k: fix kernel panic by freeing the msdu received with invalid lengthTamizh Chelvam1-0/+18
2020-05-06ath11k: Add support to reset htt peer statsAshok Raj Nagarajan3-0/+106
2020-05-06ath11k: add tx hw 802.11 encapsulation offloading supportJohn Crispin4-12/+60
2020-05-05ath11k: fix resource unavailability for htt stats after peer stats displaySowmiya Sree Elavalagan1-0/+9
2020-05-05ath11k: use true,false for bool variablesJason Yan1-2/+2
2020-05-04ath11k: add DBG_MAC prints to track vdev eventsSathishkumar Muruganandam1-0/+8
2020-05-04ath11k: fix mgmt_tx_wmi cmd sent to FW for deleted vdevSathishkumar Muruganandam1-7/+22
2020-05-04ath11k: fix error return code in ath11k_dp_alloc()Wei Yongjun1-1/+3
2020-04-29mac80211: fix memory overlap due to variable length paramRajkumar Manoharan1-2/+1
2020-04-28ath11k: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2020-04-27ath11k: fix reo flush sendKarthikeyan Periyasamy3-2/+15
2020-04-22ath11k: remove conversion to bool in ath11k_debug_fw_stats_process()Jason Yan1-2/+2
2020-04-22ath11k: remove conversion to bool in ath11k_dp_rxdesc_mpdu_valid()Jason Yan1-1/+1
2020-04-15ath11k: Add dynamic tcl ring selection logic with retry mechanismSriram R2-8/+41
2020-04-15ath11k: cleanup reo command error code overwrittenGovindaraj Saminathan1-1/+5
2020-04-15ath11k: Fix rx_filter flags setting for per peer rx_statsMaharaja Kennadyrajan4-1/+16
2020-04-15ath11k: Fix fw assert by setting proper vht capRitesh Singh1-0/+4
2020-04-15ath11k: Cleanup in pdev destroy and mac register during crash on recoveryMaharaja Kennadyrajan2-0/+6
2020-04-14ath11k: rx path optimizationsManikanta Pubbisetty1-7/+7
2020-04-14ath11k: set IRQ_DISABLE_UNLAZY flag for DP interruptsManikanta Pubbisetty1-1/+1
2020-04-14ath11k: Fix TWT radio countAloka Dixit1-1/+1
2020-04-14ath11k: Modify the interrupt timer thresholdKarthikeyan Periyasamy1-1/+1
2020-04-14ath11k: fix duplication peer create on same radioKarthikeyan Periyasamy2-2/+34
2020-04-06ath11k: Avoid mgmt tx count underflowSriram R1-2/+3
2020-04-06ath11k: Increase the tx completion ring sizeSriram R1-2/+2
2020-04-06ath11k: fix error message to correctly report the command that failedColin Ian King1-1/+1
2020-04-06ath11k: add pktlog checksum in trace events to support pktlogMaharaja Kennadyrajan5-14/+31
2020-04-06ath11k: Add sta debugfs support to configure ADDBA and DELBAMaharaja Kennadyrajan5-0/+410
2020-04-06ath11k: fix compiler warnings without CONFIG_THERMALYueHaibing1-1/+2
2020-03-18ath11k: Perform per-msdu rx processingSriram R11-318/+245
2020-03-18ath11k: Configure hash based reo destination ring selectionSriram R7-5/+94
2020-03-18ath11k: Adding proper validation before accessing tx_statsPravas Kumar Panda1-0/+3
2020-03-18ath11k: dump SRNG stats during FW assertManikanta Pubbisetty6-2/+82
2020-03-18ath11k: fill channel info from rx channelVenkateswara Naralasetty1-3/+7
2020-03-18ath11k: Supporting RX ring backpressure HTT event and stats handlingSriram R5-0/+108