summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)Author
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
2020-02-14mt76: mt76u: add mt76u_alloc_rx_queue utility routineLorenzo Bianconi
2020-02-14mt76: mt76u: stop/free all possible rx queuesLorenzo Bianconi
2020-02-14mt76: mt76u: introduce mt76u_free_rx_queue utility routineLorenzo Bianconi
2020-02-14mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi
2020-02-14mt76: mt76u: add queue id parameter to mt76u_submit_rx_buffersLorenzo Bianconi
2020-02-14mt76: mt76u: use mt76_queue as mt76u_complete_rx contextLorenzo Bianconi
2020-02-14mt76: mt76u: add mt76_queue to mt76u_refill_rx signatureLorenzo Bianconi
2020-02-14mt76: mt76u: add mt76_queue to mt76u_get_next_rx_entry signatureLorenzo Bianconi
2020-02-14mt76: mt76u: add mt76u_process_rx_queue utility routineLorenzo Bianconi
2020-02-14mt76: mt76u: check tx_status_data pointer in mt76u_tx_taskletLorenzo Bianconi
2020-02-14mt76: mt76x02u: avoid overwrite max_tx_fragmentsLorenzo Bianconi
2020-02-14mt76: rely on mac80211 utility routines to compute airtimeLorenzo Bianconi
2020-02-14mt76: mt7615: remove leftover routine declarationLorenzo Bianconi
2020-02-14mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_initLorenzo Bianconi
2020-02-14mt76: mt7615: fix endianness in mt7615_mcu_set_eepromRyder Lee
2020-02-14mt76: mt7615: initialize radar specs from host driverLorenzo Bianconi
2020-02-14mt76: mt76x2: get rid of leftover targetLorenzo Bianconi
2020-02-14mt76: mt7615: add tracing supportLorenzo Bianconi
2020-02-14mt76: move mac_txdone tracepoint in mt76 moduleLorenzo Bianconi
2020-02-14mt76: move dev_irq tracepoint in mt76 moduleLorenzo Bianconi
2020-02-14mt76: mt7615: add a get_stats() callbackRyder Lee
2020-02-14mt76: mt7615: add per-phy mib statisticsRyder Lee
2020-02-14mt76: mt7615: report TSF informationRyder Lee
2020-02-14mt76: mt7615: add set_antenna callbackRyder Lee
2020-02-14mt76: mt7615: rework set_channel functionRyder Lee
2020-02-14mt76: mt7615: add missing settings for simultaneous dual-band supportRyder Lee
2020-02-14mt76: fix compilation warning in mt76_eeprom_override()Lorenzo Bianconi
2020-02-14mt76: mt7603: simplify led reg definitionsLorenzo Bianconi
2020-02-14mt76: mt76x02: simplify led reg definitionsLorenzo Bianconi
2020-02-14mt76: mt7615: introduce LED supportLorenzo Bianconi
2020-02-14mt76: clear skb pointers from rx aggregation reorder buffer during cleanupFelix Fietkau