summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)Author
2019-02-28mt76: fix a leaked reference by adding a missing of_node_putWen Yang
2019-02-26mt76: add driver for MT7603E and MT7628/7688Felix Fietkau
2019-02-26mt76: add driver callback for when a sta is associatedFelix Fietkau
2019-02-26mt76: remove no longer used routine declarationsLorenzo Bianconi
2019-02-26mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entryLorenzo Bianconi
2019-02-26mt76: usb: simplify mt76u_tx_build_sg routineLorenzo Bianconi
2019-02-26mt76: usb: simplify rx buffer allocationLorenzo Bianconi
2019-02-26mt76: usb: introduce mt76u_fill_bulk_urb routineLorenzo Bianconi
2019-02-26mt76: usb: fix warning in mt76u_buf_freeLorenzo Bianconi
2019-02-26mt76usb: remove usb_mcu.cStanislaw Gruszka
2019-02-26mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka
2019-02-26mt76usb: allow mt76u_bulk_msg be used for readsStanislaw Gruszka
2019-02-26mt76: mt76x02: set MT_TXOP_HLDR_TX40M_BLK_EN for mt76x2Felix Fietkau
2019-02-26mt76: mt76x2: unify mt76x2[u]_mac_resumeFelix Fietkau
2019-02-26mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau
2019-02-26mt76: mt76x02: issue watchdog reset on MCU request timeoutFelix Fietkau
2019-02-26mt76: mt76x02: only reset beacon drift counter when enabling beaconsFelix Fietkau
2019-02-26mt76: mt76x02: fix beacon timer issueFelix Fietkau
2019-02-26mt76: mt76x02: fix beacon timer drift adjustmentFelix Fietkau
2019-02-26mt76: mt76x02: fix TSF sync modeFelix Fietkau
2019-02-18mt76: mt76x2: simplify per-chain signal strength handlingFelix Fietkau
2019-02-18mt76: fix resetting software IV flag on key deleteFelix Fietkau
2019-02-18mt76: fix corrupted software generated tx CCMP PNFelix Fietkau
2019-02-18mt76: fix tx status timeout processingFelix Fietkau
2019-02-18mt76: Use the correct hweight8() functionBen Hutchings
2019-02-18mt76x02u: remove bogus check and comment paddingStanislaw Gruszka
2019-02-18mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rxLorenzo Bianconi
2019-02-18mt76: usb: introduce disable_usb_sg parameterLorenzo Bianconi
2019-02-18mt76: usb: use a linear buffer for tx/rx datapath if sg is not supportedLorenzo Bianconi
2019-02-18mt76: usb: do not use sg buffers for mcu messagesLorenzo Bianconi
2019-02-18mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi
2019-02-18mt76: usb: do not run mt76u_queues_deinit twiceLorenzo Bianconi
2019-02-18mt76: usb: fix possible memory leak in mt76u_buf_freeLorenzo Bianconi
2019-02-18mt76: usb: fix possible NULL pointer dereference in mt76u_mcu_deinitLorenzo Bianconi
2019-02-18mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka
2019-02-18mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi
2019-02-18mt76x0: phy: report target_power in debugfsLorenzo Bianconi
2019-02-18mt76: change the return type of mt76_dma_attach()Ryder Lee
2019-02-18mt76x2: remove mt76x2_alloc_device routineLorenzo Bianconi
2019-02-18mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi
2019-02-18mt76x2u: remove mt76x2u_alloc_device routineLorenzo Bianconi
2019-02-18mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi
2019-02-18mt76: increase ED/CCA tx block thresholdFelix Fietkau
2019-02-18mt76: measure the time between mt76x02_edcca_check runsFelix Fietkau
2019-02-18mt76: clear CCA timer stats in mt76x02_edcca_initFelix Fietkau
2019-02-18mt76: run MAC work every 100msFelix Fietkau
2019-02-18mt76: explicitly disable energy detect cca during scanFelix Fietkau
2019-02-18mt76: mt76x2: avoid running DPD calibration if tx is blockedFelix Fietkau
2019-02-18mt76: fix software encryption issuesFelix Fietkau
2019-02-18mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi