aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/dp_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-18wifi: ath11k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy1-3/+3
2023-11-30wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson1-1/+1
2023-10-12wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Jeff Johnson1-2/+2
2023-08-23wifi: ath11k: Fix a few spelling errorsJeff Johnson1-1/+1
2023-08-23wifi: ath11k: Cleanup mac80211 references on failure during tx_completeSven Eckelmann1-3/+3
2023-08-23wifi: ath11k: Don't drop tx_status when peer cannot be foundSven Eckelmann1-2/+2
2023-06-13wifi: ath11k: dp: cleanup debug messageKalle Valo1-8/+4
2023-04-19wifi: ath11k: fix tx status reporting in encap offload modePradeep Kumar Chitrapu1-1/+32
2022-09-16wifi: ath11k: Fix miscellaneous spelling errorsJeff Johnson1-1/+1
2022-09-10wifi: ath11k: Add multi TX ring support for WCN6750Manikanta Pubbisetty1-11/+8
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-1/+7
2022-02-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-6/+24
2022-02-24ath11k: switch to using ieee80211_tx_status_ext()Pradeep Kumar Chitrapu1-5/+23
2022-02-14ath11k: fix uninitialized rate_idx in ath11k_dp_tx_update_txcompl()Wen Gong1-1/+1
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern1-2/+3
2021-12-20ath11k: report tx bitrate for iw wlan station dumpWen Gong1-3/+103
2021-12-09ath11k: Add htt cmd to enable full monitor modeAnilkumar Kolli1-0/+48
2021-11-22ath11k: fix read fail for htt_stats and htt_peer_stats for single pdevWen Gong1-1/+8
2021-11-15ath11k: avoid unnecessary lock contention in tx_completion pathP Praneesh1-18/+14
2021-11-15ath11k: add branch predictors in dp_tx pathP Praneesh1-28/+24
2021-11-12ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmwareRameshkumar Sundaram1-1/+1
2021-10-11ath11k: Change number of TCL rings to one for QCA6390Baochen Qiang1-8/+5
2021-09-28ath11k: Fix crash during firmware recovery on reo cmd ring accessSriram R1-0/+3
2021-09-24ath11k: monitor mode clean up to use separate APIsSeevalamuthu Mariappan1-2/+6
2021-09-16ath11k: fix 4addr multicast packet txKarthikeyan Periyasamy1-2/+10
2021-02-17ath11k: add extended interrupt support for QCN9074Karthikeyan Periyasamy1-2/+2
2021-02-17ath11k: add hal support for QCN9074Karthikeyan Periyasamy1-1/+1
2021-02-09ath11k: Update tx descriptor search index properlyKarthikeyan Periyasamy1-0/+1
2020-12-02ath11k: Don't cast ath11k_skb_cb to ieee80211_tx_info.controlSven Eckelmann1-3/+2
2020-11-23ath11k: add processor_id based ring_selector logicP Praneesh1-4/+4
2020-10-01ath11k: start a timer to update TCL HPCarl Huang1-0/+2
2020-10-01ath11k: fix warning caused by lockdep_assert_heldCarl Huang1-0/+4
2020-10-01ath11k: add packet log support for QCA6390Carl Huang1-24/+53
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+4
2020-09-22ath11k: debugfs: move some function declarations to correct header filesKalle Valo1-2/+3
2020-09-22ath11k: debugfs: use ath11k_debugfs_ prefixKalle Valo1-1/+1
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau1-2/+2
2020-09-11ath11k: add raw mode and software crypto supportVenkateswara Naralasetty1-11/+26
2020-08-18ath11k: use TCL_DATA_RING_0 for QCA6390Carl Huang1-2/+8
2020-08-18ath11k: setup QCA6390 rings for both rxdmasCarl Huang1-18/+37
2020-08-17ath11k: hal: create hw_srng_config dynamicallyKalle Valo1-1/+1
2020-06-15ath11k: Add dp tx err statsSriram R1-1/+6
2020-05-06ath11k: add tx hw 802.11 encapsulation offloading supportJohn Crispin1-3/+14
2020-04-15ath11k: Add dynamic tcl ring selection logic with retry mechanismSriram R1-8/+38
2020-04-15ath11k: cleanup reo command error code overwrittenGovindaraj Saminathan1-1/+5
2020-03-18ath11k: Perform per-msdu rx processingSriram R1-1/+1
2020-02-11ath11k: add HE rate accounting to driverJohn Crispin1-0/+1
2020-01-26ath11k: fix up some error pathsDan Carpenter1-11/+11
2020-01-26ath11k: ensure ts.flags is initialized before bit-wise or'ing in valuesColin Ian King1-1/+1
2019-12-18ath11k: fix missing free of skb on error return pathColin Ian King1-2/+4