summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/tx.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-16Merge tag 'mt76-for-kvalo-2022-05-12' of https://github.com/nbd168/wirelessKalle Valo1-17/+31
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-3/+2
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-1/+15
2022-05-13mt76: make number of tokens configurable dynamicallyFelix Fietkau1-4/+3
2022-05-13mt76: fix tx status related use-after-free race on station removalFelix Fietkau1-1/+1
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-5/+4
2022-05-13mt76: reduce tx queue lock hold timeFelix Fietkau1-6/+8
2021-11-24mt76: fix timestamp check in tx_statusDeren Wu1-1/+1
2021-10-20mt76: schedule status timeout at dma completionLorenzo Bianconi1-1/+4
2021-10-20mt76: substitute sk_buff_head status_list with spinlock_t status_lockLorenzo Bianconi1-7/+7
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-2/+2
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi1-18/+41
2021-10-20mt76: mt7915: report tx rate directly from tx statusRyder Lee1-1/+5
2021-06-19mt76: move mt76_get_next_pkt_id in mt76.hLorenzo Bianconi1-6/+1
2021-06-19mt76: fix possible NULL pointer dereference in mt76_txLorenzo Bianconi1-1/+1
2021-06-17mt76: improve tx status codepathFelix Fietkau1-26/+47
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi1-7/+0
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi1-0/+68
2021-04-21mt76: remove MT76_STATE_PM in tx pathLorenzo Bianconi1-4/+2
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi1-3/+9
2021-04-21mt76: testmode: add support to send larger packetShayne Chen1-1/+1
2021-04-12mt76: check return value of mt76_txq_send_burst in mt76_txq_schedule_listLorenzo Bianconi1-5/+10
2021-01-27mt76: reduce q->lock hold timeFelix Fietkau1-8/+7
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen1-8/+16
2020-12-11mt76: remove unused variable qSouptick Joarder1-3/+0
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau1-0/+8
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau1-11/+12
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-7/+6
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi1-11/+11
2020-12-04mt76: mt7915: add 802.11 encap offload supportFelix Fietkau1-0/+1
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi1-5/+1
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau1-45/+6
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau1-69/+0
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-3/+3
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-15/+13
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau1-55/+77
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau1-1/+1
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau1-0/+22
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau1-25/+13
2020-09-24mt76: do not inject packets if MT76_STATE_PM is setLorenzo Bianconi1-2/+4
2020-07-21mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi1-0/+29
2020-07-21mt76: add API for testmode supportFelix Fietkau1-0/+18
2020-07-21mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi1-0/+7
2020-05-12mt76: remove unnecessary annotationsJules Irenge1-3/+1
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-3/+3
2020-02-14mt76: add support for an extra wiphy in the tx status pathFelix Fietkau1-5/+24
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-21/+29
2019-11-20mt76: remove empty flag in mt76_txq_schedule_listLorenzo Bianconi1-16/+7
2019-09-05mt76: remove offchannel check in tx schedulingFelix Fietkau1-4/+2
2019-09-05mt76: fix some checkpatch warningsRyder Lee1-9/+9