summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau2020-09-2414-28/+14
* mt76: unify queue tx cleanup codeFelix Fietkau2020-09-245-67/+41
* mt76: sdio: fix use of q->head and q->tailFelix Fietkau2020-09-242-18/+18
* mt76: usb: fix use of q->head and q->tailFelix Fietkau2020-09-241-15/+15
* mt76: mt7603: check for single-stream EEPROM configurationFelix Fietkau2020-09-243-7/+18
* mt76: add memory barrier to DMA queue kickFelix Fietkau2020-09-241-0/+1
* mt76: mt7915: add support for accessing mapped registers via bus opsFelix Fietkau2020-09-242-0/+109
* mt76: mt7615: significantly reduce interrupt loadFelix Fietkau2020-09-244-25/+20
* mt76: mt7915: significantly reduce interrupt loadFelix Fietkau2020-09-244-8/+18
* mt76: mt7915: schedule tx tasklet in mt7915_mac_tx_freeFelix Fietkau2020-09-242-2/+1
* mt76: dma: update q->queued immediately on cleanupFelix Fietkau2020-09-241-25/+14
* mt76: mt7915: optimize mt7915_mac_sta_pollFelix Fietkau2020-09-243-5/+10
* mt76: mt7615: fix reading airtime statisticsFelix Fietkau2020-09-241-11/+14
* mt76: mt7663u: fix dma header initializationLorenzo Bianconi2020-09-242-3/+8
* mt76: fix a possible NULL pointer dereference in mt76_testmode_dumpLorenzo Bianconi2020-09-241-2/+6
* mt76: mt7615: fix a possible NULL pointer dereference in mt7615_pm_wake_workLorenzo Bianconi2020-09-241-1/+2
* mt76: mt7615: fix possible memory leak in mt7615_tm_set_tx_powerLorenzo Bianconi2020-09-241-2/+4
* mt76: mt7663s: fix unable to handle kernel paging requestSean Wang2020-09-243-9/+18
* mt76: mt7663s: fix resume failureSean Wang2020-09-241-0/+2
* mt76: mt7663s: use NULL instead of 0 in sdio codeLorenzo Bianconi2020-09-242-4/+4
* mt76: mt7615: release mutex in mt7615_reset_test_setLorenzo Bianconi2020-09-241-3/+2
* mt76: mt7915: add Tx A-MSDU offloading supportRyder Lee2020-09-246-5/+89
* mt76: mt7915: add missing flags in WMM parameter settingsFelix Fietkau2020-09-241-0/+1
* mt76: mt7915: simplify aggregation session checkFelix Fietkau2020-09-243-52/+19
* mt76: mt7615: remove mtxq->agg_ssn assignmentFelix Fietkau2020-09-241-1/+0
* mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau2020-09-244-25/+18
* mt76: mt7915: enable offloading of sequence number assignmentFelix Fietkau2020-09-242-17/+33
* mt76: mt7915: increase tx retry countFelix Fietkau2020-09-241-1/+1
* mt76: mt7915: clean up station stats polling and rate control updateFelix Fietkau2020-09-245-39/+88
* mt76: mt7915: do not do any work in napi poll after calling napi_complete_done()Felix Fietkau2020-09-241-6/+3
* mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()Felix Fietkau2020-09-241-5/+3
* mt76: mt76x02: clean up and fix interrupt masking in the irq handlerFelix Fietkau2020-09-241-14/+11
* mt76: mt7615: only clear unmasked interrupts in irq taskletFelix Fietkau2020-09-241-11/+8
* mt76: mt7915: clean up and fix interrupt masking in the irq handlerFelix Fietkau2020-09-241-14/+11
* mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau2020-09-246-0/+12
* mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau2020-09-244-2/+12
* mt76: mt7915: fix crash on tx rate report for invalid stationsFelix Fietkau2020-09-241-0/+3
* mt76: mt7915: enable U-APSD on AP sideRyder Lee2020-09-242-2/+49
* mt76: mt76s: get rid of unused variableLorenzo Bianconi2020-09-241-2/+0
* mt76: mt76s: move tx/rx processing in 2 separate worksLorenzo Bianconi2020-09-244-29/+46
* mt76: mt76s: move status processing in txrx wqLorenzo Bianconi2020-09-243-41/+25
* mt76: mt7663s: move rx processing in txrx wqLorenzo Bianconi2020-09-245-29/+57
* mt76: mt76s: move tx processing in a dedicated wqLorenzo Bianconi2020-09-245-48/+39
* mt76: mt76s: fix oom in mt76s_tx_queue_skb_rawLorenzo Bianconi2020-09-241-4/+9
* mt76: mt7615: reschedule runtime-pm receiving a tx interruptLorenzo Bianconi2020-09-243-0/+7
* mt76: do not inject packets if MT76_STATE_PM is setLorenzo Bianconi2020-09-241-2/+4
* mt76: mt7615: hold mt76 lock queueing wd in mt7615_queue_key_updateLorenzo Bianconi2020-09-241-0/+3
* mt76: mt7663s: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi2020-09-243-7/+15
* mt76: mt7615: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi2020-09-244-83/+89
* mt76: mt7615: register ext_phy if DBDC is detectedShayne Chen2020-09-243-0/+7