summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi
2020-02-14mt76: mt7615: remove rx_mask in mt7615_eeprom_parse_hw_capLorenzo Bianconi
2020-02-14mt76: mt76u: rename stat_wq in wqLorenzo Bianconi
2020-02-14mt76: mt76u: extend RX scatter gather numberSean Wang
2020-02-14mt76: mt7615: rely on mt76_queues_read for mt7622Lorenzo Bianconi
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau
2020-02-14mt76: mt7615: rework rx phy index handlingFelix Fietkau
2020-02-14mt76: fix rounding issues on converting per-chain and combined txpowerFelix Fietkau
2020-02-14mt76: mt76x2: avoid starting the MAC too earlyFelix Fietkau
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau
2020-02-14mt76: mt7615: fix monitor mode on second PHYFelix Fietkau
2020-02-14mt76: mt7615: fix adding active monitor interfacesFelix Fietkau
2020-02-14mt76: mt7615: switch mt7615_mcu_set_rx_ba to v2 formatRyder Lee
2020-02-14mt76: mt7615: switch mt7615_mcu_set_tx_ba to v2 formatRyder Lee
2020-02-14mt76: mt7615: use new tag sta_rec_wtblRyder Lee
2020-02-14mt76: mt7615: add starec operating flow for firmware v2Ryder Lee
2020-02-14mt76: mt7615: add a helper to encapsulate sta_rec operationRyder Lee
2020-02-14mt76: mt7615: simplify mcu_set_sta flowRyder Lee
2020-02-14mt76: mt7615: simplify mcu_set_bmc flowRyder Lee
2020-02-14mt76: mt7615: add support for testing hardware resetFelix Fietkau
2020-02-14mt76: mt7615: implement hardware reset supportFelix Fietkau
2020-02-14mt76: mt7615: report firmware log event messagesFelix Fietkau
2020-02-14mt76: mt7615: fix and rework tx power handlingFelix Fietkau
2020-02-14mt76: mt7615: add Kconfig entry for MT7622Felix Fietkau
2020-02-14mt76: mt7615: disable DBDC on MT7622Felix Fietkau
2020-02-14mt76: mt7615: decrease rx ring size for MT7622Felix Fietkau
2020-02-14mt76: mt7615: implement DMA support for MT7622Felix Fietkau
2020-02-14mt76: mt7615: implement probing and firmware loading on MT7622Felix Fietkau
2020-02-14mt76: mt7615: disable 5 GHz on MT7622Felix Fietkau
2020-02-14mt76: mt7615: add calibration free support for MT7622Felix Fietkau
2020-02-14mt76: mt7615: add eeprom support for MT7622Felix Fietkau
2020-02-14mt76: mt7615: add dma and tx queue initialization for MT7622Felix Fietkau
2020-02-14mt76: mt7615: fix MT_INT_TX_DONE_ALL definition for MT7622Felix Fietkau
2020-02-14mt76: mt7615: store N9 firmware version instead of CR4Felix Fietkau
2020-02-14mt76: mt7615: split up firmware loading functionsFelix Fietkau
2020-02-14mt76: mt7615: move mmio related code from pci.c to mmio.cFelix Fietkau
2020-02-14mt76: mt7615: add __aligned(4) to txp structsFelix Fietkau
2020-02-14mt76: enable Airtime Queue Limit supportFelix Fietkau
2020-02-14mt76: mt7603: increase dma mcu rx ring sizeFelix Fietkau
2020-02-14mt76: dma: do not write cpu_idx on rx queue reset until after refillFelix Fietkau
2020-02-14mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_rawFelix Fietkau
2020-02-14mt76: set dma-done flag for flushed descriptorsFelix Fietkau
2020-02-14mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flagLorenzo Bianconi
2020-02-14mt76: mt76u: add endpoint to mt76u_bulk_msg signatureLorenzo Bianconi
2020-02-14mt76: mt76u: introduce mt76u_skb_dma_info routineLorenzo Bianconi
2020-02-14mt76: mt76u: take into account different queue mapping for 7663Lorenzo Bianconi
2020-02-14mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi
2020-02-14mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routineLorenzo Bianconi
2020-02-14mt76: mt76u: resume all rx queue in mt76u_resume_rxLorenzo Bianconi
2020-02-14mt76: mt76u: add queue parameter to mt76u_rx_urb_allocLorenzo Bianconi