aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/dp_tx.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-19wifi: ath11k: fix ack signal strength calculationGravatar Lingbo Kong 1-4/+12
2024-05-13wifi: ath11k: fix misspelling of "dma" in num_rxmda_per_pdevGravatar Jeff Johnson 1-3/+3
2024-01-18wifi: ath11k: replace ENOTSUPP with EOPNOTSUPPGravatar Karthikeyan Periyasamy 1-3/+3
2023-11-30wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsGravatar Jeff Johnson 1-1/+1
2023-10-12wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Gravatar Jeff Johnson 1-2/+2
2023-08-23wifi: ath11k: Fix a few spelling errorsGravatar Jeff Johnson 1-1/+1
2023-08-23wifi: ath11k: Cleanup mac80211 references on failure during tx_completeGravatar Sven Eckelmann 1-3/+3
2023-08-23wifi: ath11k: Don't drop tx_status when peer cannot be foundGravatar Sven Eckelmann 1-2/+2
2023-06-13wifi: ath11k: dp: cleanup debug messageGravatar Kalle Valo 1-8/+4
2023-04-19wifi: ath11k: fix tx status reporting in encap offload modeGravatar Pradeep Kumar Chitrapu 1-1/+32
2022-09-16wifi: ath11k: Fix miscellaneous spelling errorsGravatar Jeff Johnson 1-1/+1
2022-09-10wifi: ath11k: Add multi TX ring support for WCN6750Gravatar Manikanta Pubbisetty 1-11/+8
2022-05-16mac80211: extend current rate control tx status APIGravatar Jonas Jelonek 1-1/+7
2022-02-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitGravatar Kalle Valo 1-6/+24
2022-02-24ath11k: switch to using ieee80211_tx_status_ext()Gravatar Pradeep Kumar Chitrapu 1-5/+23
2022-02-14ath11k: fix uninitialized rate_idx in ath11k_dp_tx_update_txcompl()Gravatar Wen Gong 1-1/+1
2022-02-04mac80211: fix struct ieee80211_tx_info sizeGravatar Avraham Stern 1-2/+3
2021-12-20ath11k: report tx bitrate for iw wlan station dumpGravatar Wen Gong 1-3/+103
2021-12-09ath11k: Add htt cmd to enable full monitor modeGravatar Anilkumar Kolli 1-0/+48
2021-11-22ath11k: fix read fail for htt_stats and htt_peer_stats for single pdevGravatar Wen Gong 1-1/+8
2021-11-15ath11k: avoid unnecessary lock contention in tx_completion pathGravatar P Praneesh 1-18/+14
2021-11-15ath11k: add branch predictors in dp_tx pathGravatar P Praneesh 1-28/+24
2021-11-12ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmwareGravatar Rameshkumar Sundaram 1-1/+1
2021-10-11ath11k: Change number of TCL rings to one for QCA6390Gravatar Baochen Qiang 1-8/+5
2021-09-28ath11k: Fix crash during firmware recovery on reo cmd ring accessGravatar Sriram R 1-0/+3
2021-09-24ath11k: monitor mode clean up to use separate APIsGravatar Seevalamuthu Mariappan 1-2/+6
2021-09-16ath11k: fix 4addr multicast packet txGravatar Karthikeyan Periyasamy 1-2/+10
2021-02-17ath11k: add extended interrupt support for QCN9074Gravatar Karthikeyan Periyasamy 1-2/+2
2021-02-17ath11k: add hal support for QCN9074Gravatar Karthikeyan Periyasamy 1-1/+1
2021-02-09ath11k: Update tx descriptor search index properlyGravatar Karthikeyan Periyasamy 1-0/+1
2020-12-02ath11k: Don't cast ath11k_skb_cb to ieee80211_tx_info.controlGravatar Sven Eckelmann 1-3/+2
2020-11-23ath11k: add processor_id based ring_selector logicGravatar P Praneesh 1-4/+4
2020-10-01ath11k: start a timer to update TCL HPGravatar Carl Huang 1-0/+2
2020-10-01ath11k: fix warning caused by lockdep_assert_heldGravatar Carl Huang 1-0/+4
2020-10-01ath11k: add packet log support for QCA6390Gravatar Carl Huang 1-24/+53
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...Gravatar David S. Miller 1-3/+4
2020-09-22ath11k: debugfs: move some function declarations to correct header filesGravatar Kalle Valo 1-2/+3
2020-09-22ath11k: debugfs: use ath11k_debugfs_ prefixGravatar Kalle Valo 1-1/+1
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsGravatar Felix Fietkau 1-2/+2
2020-09-11ath11k: add raw mode and software crypto supportGravatar Venkateswara Naralasetty 1-11/+26
2020-08-18ath11k: use TCL_DATA_RING_0 for QCA6390Gravatar Carl Huang 1-2/+8
2020-08-18ath11k: setup QCA6390 rings for both rxdmasGravatar Carl Huang 1-18/+37
2020-08-17ath11k: hal: create hw_srng_config dynamicallyGravatar Kalle Valo 1-1/+1
2020-06-15ath11k: Add dp tx err statsGravatar Sriram R 1-1/+6
2020-05-06ath11k: add tx hw 802.11 encapsulation offloading supportGravatar John Crispin 1-3/+14
2020-04-15ath11k: Add dynamic tcl ring selection logic with retry mechanismGravatar Sriram R 1-8/+38
2020-04-15ath11k: cleanup reo command error code overwrittenGravatar Govindaraj Saminathan 1-1/+5
2020-03-18ath11k: Perform per-msdu rx processingGravatar Sriram R 1-1/+1
2020-02-11ath11k: add HE rate accounting to driverGravatar John Crispin 1-0/+1
2020-01-26ath11k: fix up some error pathsGravatar Dan Carpenter 1-11/+11