aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi1-0/+7
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-05-01mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi1-0/+1
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi1-5/+7
2019-05-01mt76: only schedule txqs from the tx taskletFelix Fietkau1-1/+1
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau1-2/+2
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau1-55/+46
2019-05-01mt76: introduce mt76_txq_id field in mt76_queue_entryLorenzo Bianconi1-0/+1
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-25/+30
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi1-5/+5
2019-03-07mt76: when releasing PS frames, end the service period if no frame was foundFelix Fietkau1-0/+3
2019-03-07mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau1-0/+3
2019-03-07mt76: introduce q->stopped parameterLorenzo Bianconi1-1/+4
2019-02-18mt76: fix tx status timeout processingFelix Fietkau1-4/+1
2019-01-22mt76: avoid scheduling tx queues for powersave stationsFelix Fietkau1-0/+5
2019-01-17mt76: fix tx status reporting for non-probing framesFelix Fietkau1-4/+5
2019-01-11mt76: request tx status for powersave released EOSP packetFelix Fietkau1-1/+2
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+152
2018-12-13mt76: fix potential NULL pointer dereference in mt76_stop_tx_queuesLorenzo Bianconi1-1/+6
2018-11-30mt76: fix race condition in station removalFelix Fietkau1-1/+1
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau1-9/+49
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau1-0/+111
2018-10-13mt76: do not store aggregation sequence number for null-data framesFelix Fietkau1-1/+2
2018-10-01mt76: check aggregation sequence number for frames sent via drv_txFelix Fietkau1-11/+25
2018-09-19mt76: unify AC to hw queue mappingStanislaw Gruszka1-0/+16
2018-08-02mt76: introduce tx_queue_skb function pointer in mt76_bus_opsLorenzo Bianconi1-4/+5
2018-08-02mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skbLorenzo Bianconi1-79/+5
2018-05-23mt76: only stop tx queues on offchannel, not during the entire scanFelix Fietkau1-2/+2
2018-04-30mt76: check for pending reset before attempting to schedule txFelix Fietkau1-0/+4
2018-04-30mt76: add rcu locking around tx schedulingFelix Fietkau1-0/+2
2017-12-07mt76: add common code shared between multiple chipsetsFelix Fietkau1-0/+511