summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
Commit message (Expand)AuthorAgeFilesLines
* ath11k: clear DCM max constellation tx valueMuna Sinada2020-05-301-0/+2
* ath11k: reset trigger frame MAC padding durationMuna Sinada2020-05-301-1/+1
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-05-2918-154/+252
|\
| * ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()'Christophe JAILLET2020-05-191-2/+4
| * ath11k: fix htt stats module not handle multiple skbsPradeep Kumar Chitrapu2020-05-132-10/+39
| * ath11k: convert to devm_platform_get_and_ioremap_resourceWei Yongjun2020-05-121-7/+1
| * ath11k: remove redundant initialization of pointer infoColin Ian King2020-05-121-1/+1
| * ath11k: Remove bus layer includes from upper layerGovind Singh2020-05-117-5/+4
| * ath11k: Add drv private for bus opaque structGovind Singh2020-05-114-4/+14
| * ath11k: Add support for multibus supportGovind Singh2020-05-1110-121/+182
| * ath11k: remove stale monitor status descriptorMiles Hu2020-05-111-4/+7
* | Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-2/+1
|\ \ | |/ |/|
| * mac80211: fix memory overlap due to variable length paramRajkumar Manoharan2020-04-291-2/+1
* | Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller2020-05-0720-80/+821
|\ \ | |/ |/|
| * ath11k: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-066-11/+11
| * ath11k: fix kernel panic by freeing the msdu received with invalid lengthTamizh Chelvam2020-05-061-0/+18
| * ath11k: Add support to reset htt peer statsAshok Raj Nagarajan2020-05-063-0/+106
| * ath11k: add tx hw 802.11 encapsulation offloading supportJohn Crispin2020-05-064-12/+60
| * ath11k: fix resource unavailability for htt stats after peer stats displaySowmiya Sree Elavalagan2020-05-051-0/+9
| * ath11k: use true,false for bool variablesJason Yan2020-05-051-2/+2
| * ath11k: add DBG_MAC prints to track vdev eventsSathishkumar Muruganandam2020-05-041-0/+8
| * ath11k: fix mgmt_tx_wmi cmd sent to FW for deleted vdevSathishkumar Muruganandam2020-05-041-7/+22
| * ath11k: fix error return code in ath11k_dp_alloc()Wei Yongjun2020-05-041-1/+3
| * ath11k: use GFP_ATOMIC under spin lockWei Yongjun2020-04-281-1/+1
| * ath11k: fix reo flush sendKarthikeyan Periyasamy2020-04-273-2/+15
| * ath11k: remove conversion to bool in ath11k_debug_fw_stats_process()Jason Yan2020-04-221-2/+2
| * ath11k: remove conversion to bool in ath11k_dp_rxdesc_mpdu_valid()Jason Yan2020-04-221-1/+1
| * ath11k: Add dynamic tcl ring selection logic with retry mechanismSriram R2020-04-152-8/+41
| * ath11k: cleanup reo command error code overwrittenGovindaraj Saminathan2020-04-151-1/+5
| * ath11k: Fix rx_filter flags setting for per peer rx_statsMaharaja Kennadyrajan2020-04-154-1/+16
| * ath11k: Fix fw assert by setting proper vht capRitesh Singh2020-04-151-0/+4
| * ath11k: Cleanup in pdev destroy and mac register during crash on recoveryMaharaja Kennadyrajan2020-04-152-0/+6
| * ath11k: rx path optimizationsManikanta Pubbisetty2020-04-141-7/+7
| * ath11k: set IRQ_DISABLE_UNLAZY flag for DP interruptsManikanta Pubbisetty2020-04-141-1/+1
| * ath11k: Fix TWT radio countAloka Dixit2020-04-141-1/+1
| * ath11k: Modify the interrupt timer thresholdKarthikeyan Periyasamy2020-04-141-1/+1
| * ath11k: fix duplication peer create on same radioKarthikeyan Periyasamy2020-04-142-2/+34
| * ath11k: Avoid mgmt tx count underflowSriram R2020-04-061-2/+3
| * ath11k: Increase the tx completion ring sizeSriram R2020-04-061-2/+2
| * ath11k: fix error message to correctly report the command that failedColin Ian King2020-04-061-1/+1
| * ath11k: add pktlog checksum in trace events to support pktlogMaharaja Kennadyrajan2020-04-065-14/+31
| * ath11k: Add sta debugfs support to configure ADDBA and DELBAMaharaja Kennadyrajan2020-04-065-0/+410
* | ath11k: fix compiler warnings without CONFIG_THERMALYueHaibing2020-04-061-1/+2
|/
* ath11k: Perform per-msdu rx processingSriram R2020-03-1811-318/+245
* ath11k: Configure hash based reo destination ring selectionSriram R2020-03-187-5/+94
* ath11k: Adding proper validation before accessing tx_statsPravas Kumar Panda2020-03-181-0/+3
* ath11k: dump SRNG stats during FW assertManikanta Pubbisetty2020-03-186-2/+82
* ath11k: fill channel info from rx channelVenkateswara Naralasetty2020-03-181-3/+7
* ath11k: Supporting RX ring backpressure HTT event and stats handlingSriram R2020-03-185-0/+108
* ath11k: add handling for BSS colorJohn Crispin2020-03-171-0/+25