summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/sdio_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi1-334/+0
2021-06-19mt76: mt7663s: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi1-4/+12
2021-04-12mt76: mt7663s: fix the possible device hang in high trafficSean Wang1-0/+2
2021-04-12mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregationSean Wang1-1/+8
2021-01-18mt76: mt7663s: fix rx buffer refcountingLorenzo Bianconi1-5/+4
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-1/+1
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-2/+5
2020-12-04mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signatureLorenzo Bianconi1-11/+12
2020-12-04mt76: sdio: get rid of sched.lockLorenzo Bianconi1-4/+0
2020-12-04mt76: mt7663s: fix a possible ple quota underflowLorenzo Bianconi1-1/+1
2020-12-04mt76: sdio: convert {status/net}_work to mt76_workerLorenzo Bianconi1-3/+3
2020-12-04mt76: mt7663s: disable interrupt during txrx_worker processingLorenzo Bianconi1-18/+9
2020-12-04mt76: mt7663s: convert txrx_work to mt76_workerLorenzo Bianconi1-21/+20
2020-12-04mt76: mt7663s: move tx/rx processing in the same txrx workqueueLorenzo Bianconi1-53/+53
2020-09-24mt76: mt7663: check isr read return value in mt7663s_rx_workLorenzo Bianconi1-2/+5
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi1-14/+35
2020-09-24mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quotaLorenzo Bianconi1-13/+30
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi1-0/+2
2020-09-24mt76: mt7663s: introduce __mt7663s_xmit_queue routineLorenzo Bianconi1-13/+22
2020-09-24mt76: mt7663s: split mt7663s_tx_update_sched in mt7663s_tx_{pick,update}_quotaLorenzo Bianconi1-25/+31
2020-09-24mt76: mt7663s: do not use altx for ctl/mgmt trafficLorenzo Bianconi1-9/+3
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-2/+2
2020-09-24mt76: sdio: fix use of q->head and q->tailFelix Fietkau1-3/+3
2020-09-24mt76: mt7663s: fix unable to handle kernel paging requestSean Wang1-9/+9
2020-09-24mt76: mt7663s: use NULL instead of 0 in sdio codeLorenzo Bianconi1-2/+2
2020-09-24mt76: mt76s: move tx/rx processing in 2 separate worksLorenzo Bianconi1-9/+11
2020-09-24mt76: mt76s: move status processing in txrx wqLorenzo Bianconi1-3/+3
2020-09-24mt76: mt7663s: move rx processing in txrx wqLorenzo Bianconi1-29/+53
2020-09-24mt76: mt76s: move tx processing in a dedicated wqLorenzo Bianconi1-37/+19
2020-07-21mt76: mt76s: move queue accounting in mt76s_tx_queue_skbLorenzo Bianconi1-4/+1
2020-07-21mt76: mt7615: introduce mt7663s supportSean Wang1-0/+271