summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/tx.c
AgeCommit message (Expand)Author
2020-12-11mt76: remove unused variable qSouptick Joarder
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-12-04mt76: mt7915: add 802.11 encap offload supportFelix Fietkau
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau
2020-09-24mt76: do not inject packets if MT76_STATE_PM is setLorenzo Bianconi
2020-07-21mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi
2020-07-21mt76: add API for testmode supportFelix Fietkau
2020-07-21mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi
2020-05-12mt76: remove unnecessary annotationsJules Irenge
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2020-02-14mt76: add support for an extra wiphy in the tx status pathFelix Fietkau
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau
2019-11-20mt76: remove empty flag in mt76_txq_schedule_listLorenzo Bianconi
2019-09-05mt76: remove offchannel check in tx schedulingFelix Fietkau
2019-09-05mt76: fix some checkpatch warningsRyder Lee
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee
2019-05-01mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi
2019-05-01mt76: only schedule txqs from the tx taskletFelix Fietkau
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau
2019-05-01mt76: introduce mt76_txq_id field in mt76_queue_entryLorenzo Bianconi
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi
2019-03-07mt76: when releasing PS frames, end the service period if no frame was foundFelix Fietkau
2019-03-07mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau
2019-03-07mt76: introduce q->stopped parameterLorenzo Bianconi
2019-02-18mt76: fix tx status timeout processingFelix Fietkau
2019-01-22mt76: avoid scheduling tx queues for powersave stationsFelix Fietkau
2019-01-17mt76: fix tx status reporting for non-probing framesFelix Fietkau
2019-01-11mt76: request tx status for powersave released EOSP packetFelix Fietkau
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller
2018-12-13mt76: fix potential NULL pointer dereference in mt76_stop_tx_queuesLorenzo Bianconi
2018-11-30mt76: fix race condition in station removalFelix Fietkau
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau
2018-10-13mt76: do not store aggregation sequence number for null-data framesFelix Fietkau
2018-10-01mt76: check aggregation sequence number for frames sent via drv_txFelix Fietkau