summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
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
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
2019-12-18ath11k: Remove unneeded semicolonzhengbin1-1/+1
2019-12-18ath11k: remove an unneeded NULL checkDan Carpenter1-2/+2
2019-12-18ath11k: checking for NULL vs IS_ERR()Dan Carpenter1-10/+13
2019-12-18ath11k: delete a stray unlock in ath11k_dbg_htt_stats_req()Dan Carpenter1-1/+0
2019-12-18ath11k: fix missing free of skb on error return pathColin Ian King1-2/+4
2019-12-18ath11k: fix uninitialized variable radioupColin Ian King1-1/+1
2019-12-18ath11k: fix memory leak on reg_infoColin Ian King1-1/+1
2019-12-18ath11k: Remove unnecessary enum scan_priorityNathan Chancellor1-10/+1
2019-12-18ath11k: fix several spelling mistakesColin Ian King3-4/+4
2019-12-18ath11k: add some missing __packed qualifiersJohn Crispin1-3/+3
2019-12-18ath11k: set the BA buffer size to 256 when HE is enabledPradeep Kumar Chitrapu2-0/+16
2019-12-18ath11k: fix pdev when invoking ath11k_wmi_send_twt_enable_cmd()Pradeep Kumar Chitrapu1-2/+2
2019-12-18ath11k: optimize ath11k_hal_tx_status_parseJohn Crispin3-50/+37
2019-12-18ath11k: optimise ath11k_dp_tx_completion_handlerJohn Crispin5-56/+28
2019-12-18ath11k: move some tx_status parsing to debugfs codeJohn Crispin3-53/+36
2019-12-18ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_abJohn Crispin7-81/+81