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