summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/tx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau2023-04-171-0/+4
* wifi: ieee80211: correctly mark FTM frames non-bufferableJohannes Berg2023-04-131-1/+1
* wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2023-01-161-3/+4
* wifi: mt76: introduce rxwi and rx token utility routinesSujuan Chen2022-12-011-0/+30
* wifi: mt76: fix rate reporting / throughput regression on mt7915 and newerFelix Fietkau2022-10-061-2/+8
* mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi2022-07-111-7/+2
* mt76: introduce phys array in mt76_dev structureLorenzo Bianconi2022-07-111-13/+29
* mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau2022-07-111-1/+0
* mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau2022-07-111-1/+1
* Merge tag 'mt76-for-kvalo-2022-05-12' of https://github.com/nbd168/wirelessKalle Valo2022-05-161-17/+31
|\
| * mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau2022-05-131-1/+15
| * mt76: make number of tokens configurable dynamicallyFelix Fietkau2022-05-131-4/+3
| * mt76: fix tx status related use-after-free race on station removalFelix Fietkau2022-05-131-1/+1
| * mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau2022-05-131-5/+4
| * mt76: reduce tx queue lock hold timeFelix Fietkau2022-05-131-6/+8
* | mac80211: extend current rate control tx status APIJonas Jelonek2022-05-161-3/+2
|/
* mt76: fix timestamp check in tx_statusDeren Wu2021-11-241-1/+1
* mt76: schedule status timeout at dma completionLorenzo Bianconi2021-10-201-1/+4
* mt76: substitute sk_buff_head status_list with spinlock_t status_lockLorenzo Bianconi2021-10-201-7/+7
* mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi2021-10-201-2/+2
* mt76: introduce packet_id idrLorenzo Bianconi2021-10-201-18/+41
* mt76: mt7915: report tx rate directly from tx statusRyder Lee2021-10-201-1/+5
* mt76: move mt76_get_next_pkt_id in mt76.hLorenzo Bianconi2021-06-191-6/+1
* mt76: fix possible NULL pointer dereference in mt76_txLorenzo Bianconi2021-06-191-1/+1
* mt76: improve tx status codepathFelix Fietkau2021-06-171-26/+47
* mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi2021-04-211-7/+0
* mt76: move token utilities in mt76 common moduleLorenzo Bianconi2021-04-211-0/+68
* mt76: remove MT76_STATE_PM in tx pathLorenzo Bianconi2021-04-211-4/+2
* mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi2021-04-211-3/+9
* mt76: testmode: add support to send larger packetShayne Chen2021-04-211-1/+1
* mt76: check return value of mt76_txq_send_burst in mt76_txq_schedule_listLorenzo Bianconi2021-04-121-5/+10
* mt76: reduce q->lock hold timeFelix Fietkau2021-01-271-8/+7
* mt76: testmode: introduce dbdc supportShayne Chen2021-01-261-8/+16
* mt76: remove unused variable qSouptick Joarder2020-12-111-3/+0
* mt76: attempt to free up more room when filling the tx queueFelix Fietkau2020-12-041-0/+8
* mt76: improve tx queue stop/wakeFelix Fietkau2020-12-041-11/+12
* mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-041-7/+6
* mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi2020-12-041-11/+11
* mt76: mt7915: add 802.11 encap offload supportFelix Fietkau2020-12-041-0/+1
* mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi2020-09-241-5/+1
* mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau2020-09-241-45/+6
* mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau2020-09-241-69/+0
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-241-3/+3
* mt76: remove struct mt76_sw_queueFelix Fietkau2020-09-241-15/+13
* mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau2020-09-241-55/+77
* mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau2020-09-241-1/+1
* mt76: unify queue tx cleanup codeFelix Fietkau2020-09-241-0/+22
* mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau2020-09-241-25/+13
* mt76: do not inject packets if MT76_STATE_PM is setLorenzo Bianconi2020-09-241-2/+4
* mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi2020-07-211-0/+29