summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/tx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mt76: add API for testmode supportFelix Fietkau2020-07-211-0/+18
* mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi2020-07-211-0/+7
* mt76: remove unnecessary annotationsJules Irenge2020-05-121-3/+1
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-141-3/+3
* mt76: add support for an extra wiphy in the tx status pathFelix Fietkau2020-02-141-5/+24
* mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2020-02-141-21/+29
* mt76: remove empty flag in mt76_txq_schedule_listLorenzo Bianconi2019-11-201-16/+7
* mt76: remove offchannel check in tx schedulingFelix Fietkau2019-09-051-4/+2
* mt76: fix some checkpatch warningsRyder Lee2019-09-051-9/+9
* mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi2019-09-051-0/+7
* mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee2019-09-051-12/+1
* mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi2019-05-011-0/+1
* mt76: set txwi_size according to the driver valueLorenzo Bianconi2019-05-011-5/+7
* mt76: only schedule txqs from the tx taskletFelix Fietkau2019-05-011-1/+1
* mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau2019-05-011-2/+2
* mt76: use mac80211 txq schedulingFelix Fietkau2019-05-011-55/+46
* mt76: introduce mt76_txq_id field in mt76_queue_entryLorenzo Bianconi2019-05-011-0/+1
* mt76: introduce mt76_sw_queue data structureLorenzo Bianconi2019-05-011-25/+30
* mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi2019-05-011-5/+5
* mt76: when releasing PS frames, end the service period if no frame was foundFelix Fietkau2019-03-071-0/+3
* mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau2019-03-071-0/+3
* mt76: introduce q->stopped parameterLorenzo Bianconi2019-03-071-1/+4
* mt76: fix tx status timeout processingFelix Fietkau2019-02-181-4/+1
* mt76: avoid scheduling tx queues for powersave stationsFelix Fietkau2019-01-221-0/+5
* mt76: fix tx status reporting for non-probing framesFelix Fietkau2019-01-171-4/+5
* mt76: request tx status for powersave released EOSP packetFelix Fietkau2019-01-111-1/+2
* Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller2018-12-211-1/+152
|\
| * mt76: fix race condition in station removalFelix Fietkau2018-11-301-1/+1
| * mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau2018-11-301-9/+49
| * mt76: add support for reporting tx status with skbFelix Fietkau2018-11-301-0/+111
* | mt76: fix potential NULL pointer dereference in mt76_stop_tx_queuesLorenzo Bianconi2018-12-131-1/+6
|/
* mt76: do not store aggregation sequence number for null-data framesFelix Fietkau2018-10-131-1/+2
* mt76: check aggregation sequence number for frames sent via drv_txFelix Fietkau2018-10-011-11/+25
* mt76: unify AC to hw queue mappingStanislaw Gruszka2018-09-191-0/+16
* mt76: introduce tx_queue_skb function pointer in mt76_bus_opsLorenzo Bianconi2018-08-021-4/+5
* mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skbLorenzo Bianconi2018-08-021-79/+5
* mt76: only stop tx queues on offchannel, not during the entire scanFelix Fietkau2018-05-231-2/+2
* mt76: check for pending reset before attempting to schedule txFelix Fietkau2018-04-301-0/+4
* mt76: add rcu locking around tx schedulingFelix Fietkau2018-04-301-0/+2
* mt76: add common code shared between multiple chipsetsFelix Fietkau2017-12-071-0/+511