summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* mt76: fix a leaked reference by adding a missing of_node_putWen Yang2019-02-281-8/+16
* mt76: add driver for MT7603E and MT7628/7688Felix Fietkau2019-02-2620-0/+5864
* mt76: add driver callback for when a sta is associatedFelix Fietkau2019-02-262-0/+8
* mt76: remove no longer used routine declarationsLorenzo Bianconi2019-02-262-13/+5Star
* mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entryLorenzo Bianconi2019-02-261-1/+1
* mt76: usb: simplify mt76u_tx_build_sg routineLorenzo Bianconi2019-02-261-14/+3Star
* mt76: usb: simplify rx buffer allocationLorenzo Bianconi2019-02-262-51/+27Star
* mt76: usb: introduce mt76u_fill_bulk_urb routineLorenzo Bianconi2019-02-261-19/+26
* mt76: usb: fix warning in mt76u_buf_freeLorenzo Bianconi2019-02-261-7/+2Star
* mt76usb: remove usb_mcu.cStanislaw Gruszka2019-02-266-47/+6Star
* mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka2019-02-266-74/+15Star
* mt76usb: allow mt76u_bulk_msg be used for readsStanislaw Gruszka2019-02-262-6/+10
* mt76: mt76x02: set MT_TXOP_HLDR_TX40M_BLK_EN for mt76x2Felix Fietkau2019-02-261-3/+3
* mt76: mt76x2: unify mt76x2[u]_mac_resumeFelix Fietkau2019-02-266-18/+9Star
* mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau2019-02-268-16/+14Star
* mt76: mt76x02: issue watchdog reset on MCU request timeoutFelix Fietkau2019-02-263-9/+21
* mt76: mt76x02: only reset beacon drift counter when enabling beaconsFelix Fietkau2019-02-262-1/+3
* mt76: mt76x02: fix beacon timer issueFelix Fietkau2019-02-261-3/+3
* mt76: mt76x02: fix beacon timer drift adjustmentFelix Fietkau2019-02-261-7/+7
* mt76: mt76x02: fix TSF sync modeFelix Fietkau2019-02-261-1/+1
* mt76: mt76x2: simplify per-chain signal strength handlingFelix Fietkau2019-02-181-7/+8
* mt76: fix resetting software IV flag on key deleteFelix Fietkau2019-02-181-1/+1
* mt76: fix corrupted software generated tx CCMP PNFelix Fietkau2019-02-181-1/+1
* mt76: fix tx status timeout processingFelix Fietkau2019-02-181-4/+1Star
* mt76: Use the correct hweight8() functionBen Hutchings2019-02-181-2/+2
* mt76x02u: remove bogus check and comment paddingStanislaw Gruszka2019-02-181-5/+9
* mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rxLorenzo Bianconi2019-02-181-1/+2
* mt76: usb: introduce disable_usb_sg parameterLorenzo Bianconi2019-02-181-1/+5
* mt76: usb: use a linear buffer for tx/rx datapath if sg is not supportedLorenzo Bianconi2019-02-181-33/+54
* mt76: usb: do not use sg buffers for mcu messagesLorenzo Bianconi2019-02-184-13/+36
* mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi2019-02-184-13/+16
* mt76: usb: do not run mt76u_queues_deinit twiceLorenzo Bianconi2019-02-181-9/+2Star
* mt76: usb: fix possible memory leak in mt76u_buf_freeLorenzo Bianconi2019-02-181-4/+10
* mt76: usb: fix possible NULL pointer dereference in mt76u_mcu_deinitLorenzo Bianconi2019-02-181-3/+5
* mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka2019-02-183-37/+29Star
* mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi2019-02-184-11/+39
* mt76x0: phy: report target_power in debugfsLorenzo Bianconi2019-02-181-0/+1
* mt76: change the return type of mt76_dma_attach()Ryder Lee2019-02-182-3/+2Star
* mt76x2: remove mt76x2_alloc_device routineLorenzo Bianconi2019-02-183-33/+20Star
* mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi2019-02-184-38/+24Star
* mt76x2u: remove mt76x2u_alloc_device routineLorenzo Bianconi2019-02-183-30/+18Star
* mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi2019-02-185-13/+14
* mt76: increase ED/CCA tx block thresholdFelix Fietkau2019-02-181-1/+1
* mt76: measure the time between mt76x02_edcca_check runsFelix Fietkau2019-02-182-2/+10
* mt76: clear CCA timer stats in mt76x02_edcca_initFelix Fietkau2019-02-181-0/+3
* mt76: run MAC work every 100msFelix Fietkau2019-02-186-6/+7
* mt76: explicitly disable energy detect cca during scanFelix Fietkau2019-02-185-8/+12
* mt76: mt76x2: avoid running DPD calibration if tx is blockedFelix Fietkau2019-02-181-1/+1
* mt76: fix software encryption issuesFelix Fietkau2019-02-182-8/+8
* mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi2019-02-182-2/+0Star