aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau9-3/+23
2020-02-14mt76: mt7615: fix monitor mode on second PHYFelix Fietkau2-4/+10
2020-02-14mt76: mt7615: fix adding active monitor interfacesFelix Fietkau1-0/+1
2020-02-14mt76: mt7615: switch mt7615_mcu_set_rx_ba to v2 formatRyder Lee1-28/+34
2020-02-14mt76: mt7615: switch mt7615_mcu_set_tx_ba to v2 formatRyder Lee1-27/+33
2020-02-14mt76: mt7615: use new tag sta_rec_wtblRyder Lee2-3/+27
2020-02-14mt76: mt7615: add starec operating flow for firmware v2Ryder Lee2-6/+19
2020-02-14mt76: mt7615: add a helper to encapsulate sta_rec operationRyder Lee1-57/+65
2020-02-14mt76: mt7615: simplify mcu_set_sta flowRyder Lee3-191/+153
2020-02-14mt76: mt7615: simplify mcu_set_bmc flowRyder Lee3-61/+45
2020-02-14mt76: mt7615: add support for testing hardware resetFelix Fietkau1-0/+24
2020-02-14mt76: mt7615: implement hardware reset supportFelix Fietkau8-2/+171
2020-02-14mt76: mt7615: report firmware log event messagesFelix Fietkau4-0/+70
2020-02-14mt76: mt7615: fix and rework tx power handlingFelix Fietkau4-75/+105
2020-02-14mt76: mt7615: add Kconfig entry for MT7622Felix Fietkau1-0/+11
2020-02-14mt76: mt7615: disable DBDC on MT7622Felix Fietkau1-0/+3
2020-02-14mt76: mt7615: decrease rx ring size for MT7622Felix Fietkau1-2/+5
2020-02-14mt76: mt7615: implement DMA support for MT7622Felix Fietkau4-60/+200
2020-02-14mt76: mt7615: implement probing and firmware loading on MT7622Felix Fietkau8-13/+213
2020-02-14mt76: mt7615: disable 5 GHz on MT7622Felix Fietkau1-0/+3
2020-02-14mt76: mt7615: add calibration free support for MT7622Felix Fietkau1-0/+22
2020-02-14mt76: mt7615: add eeprom support for MT7622Felix Fietkau3-7/+14
2020-02-14mt76: mt7615: add dma and tx queue initialization for MT7622Felix Fietkau3-51/+154
2020-02-14mt76: mt7615: fix MT_INT_TX_DONE_ALL definition for MT7622Felix Fietkau1-1/+1
2020-02-14mt76: mt7615: store N9 firmware version instead of CR4Felix Fietkau1-4/+4
2020-02-14mt76: mt7615: split up firmware loading functionsFelix Fietkau1-6/+26
2020-02-14mt76: mt7615: move mmio related code from pci.c to mmio.cFelix Fietkau4-97/+108
2020-02-14mt76: mt7615: add __aligned(4) to txp structsFelix Fietkau1-2/+2
2020-02-14mt76: enable Airtime Queue Limit supportFelix Fietkau1-0/+1
2020-02-14mt76: mt7603: increase dma mcu rx ring sizeFelix Fietkau2-1/+2
2020-02-14mt76: dma: do not write cpu_idx on rx queue reset until after refillFelix Fietkau1-7/+8
2020-02-14mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_rawFelix Fietkau1-1/+8
2020-02-14mt76: set dma-done flag for flushed descriptorsFelix Fietkau1-1/+3
2020-02-14mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flagLorenzo Bianconi2-12/+20
2020-02-14mt76: mt76u: add endpoint to mt76u_bulk_msg signatureLorenzo Bianconi2-6/+9
2020-02-14mt76: mt76u: introduce mt76u_skb_dma_info routineLorenzo Bianconi3-23/+32
2020-02-14mt76: mt76u: take into account different queue mapping for 7663Lorenzo Bianconi1-1/+9
2020-02-14mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi4-29/+123
2020-02-14mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routineLorenzo Bianconi2-0/+7
2020-02-14mt76: mt76u: resume all rx queue in mt76u_resume_rxLorenzo Bianconi1-5/+16
2020-02-14mt76: mt76u: add queue parameter to mt76u_rx_urb_allocLorenzo Bianconi1-8/+9
2020-02-14mt76: mt76u: add mt76u_alloc_rx_queue utility routineLorenzo Bianconi1-4/+5
2020-02-14mt76: mt76u: stop/free all possible rx queuesLorenzo Bianconi1-6/+19
2020-02-14mt76: mt76u: introduce mt76u_free_rx_queue utility routineLorenzo Bianconi1-2/+9
2020-02-14mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi3-5/+12
2020-02-14mt76: mt76u: add queue id parameter to mt76u_submit_rx_buffersLorenzo Bianconi1-5/+6
2020-02-14mt76: mt76u: use mt76_queue as mt76u_complete_rx contextLorenzo Bianconi1-7/+10
2020-02-14mt76: mt76u: add mt76_queue to mt76u_refill_rx signatureLorenzo Bianconi1-5/+7
2020-02-14mt76: mt76u: add mt76_queue to mt76u_get_next_rx_entry signatureLorenzo Bianconi1-4/+3
2020-02-14mt76: mt76u: add mt76u_process_rx_queue utility routineLorenzo Bianconi1-11/+19