summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-03-17ath11k: add handling for BSS colorJohn Crispin1-0/+25
2020-03-17ath11k: add WMI calls required for handling BSS colorJohn Crispin2-0/+109
2020-03-17ath11k: set queue_len to 4096John Crispin2-0/+2
2020-03-17ath11k: enable PN offloadManikanta Pubbisetty7-14/+156
2020-03-17ath11k: handle RX fragmentsManikanta Pubbisetty9-92/+709
2020-03-12ath11k: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-6/+6
2020-03-11ath11k: add thermal sensor device supportPradeep Kumar Chitrapu6-0/+188
2020-03-11ath11k: add thermal cooling device supportPradeep Kumar Chitrapu7-1/+303
2020-03-11ath11k: config reorder queue for all tids during peer setupGovindaraj Saminathan4-17/+32
2020-02-11ath11k: fix incorrect peer stats counters updateVenkateswara Naralasetty3-1/+18
2020-02-11ath11k: Fixing dangling pointer issue upon peer delete failureVikas Patel1-0/+12
2020-02-11ath11k: fix parsing PPDU_CTRL type in pktlogAnilkumar Kolli2-13/+12
2020-02-11ath11k: fix warn-on in disassociationKarthikeyan Periyasamy3-7/+13
2020-02-11ath11k: fix rcu lock protect in peer assoc confirmationKarthikeyan Periyasamy1-0/+3
2020-02-11ath11k: add HE rate accounting to driverJohn Crispin8-6/+112
2020-02-11ath11k: drop tx_info from ath11k_staJohn Crispin2-50/+2
2020-02-11ath11k: Silence clang -Wsometimes-uninitialized in ath11k_update_per_peer_sta...Nathan Chancellor1-1/+1
2020-01-26ath11k: fix up some error pathsDan Carpenter1-11/+11
2020-01-26ath11k: make sure to also report the RX bandwidth inside radiotapJohn Crispin1-1/+2
2020-01-26ath11k: avoid null pointer dereference when pointer band is nullColin Ian King1-4/+4
2020-01-26ath11k: Add missing pdev rx rate statsBhagavathi Perumal S2-33/+214
2020-01-26ath11k: ensure ts.flags is initialized before bit-wise or'ing in valuesColin Ian King1-1/+1
2020-01-26ath11k: set TxBf parameters after vdev startBhagavathi Perumal S1-6/+5
2020-01-26ath11k: enable HE tlvs in ppdu stats for pktlog liteAnilkumar Kolli2-0/+23
2020-01-26ath11k: fix debugfs build failureArnd Bergmann4-16/+13
2019-12-19ath11k: Use sizeof_field() instead of FIELD_SIZEOF()Kees Cook1-1/+1
2019-12-19ath11k: explicitly cast wmi commands to their correct struct typeJohn Crispin1-3/+3