summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2019-02-18mt76: mt76x2: simplify per-chain signal strength handlingFelix Fietkau1-7/+8
2019-02-18mt76: fix resetting software IV flag on key deleteFelix Fietkau1-1/+1
2019-02-18mt76: fix corrupted software generated tx CCMP PNFelix Fietkau1-1/+1
2019-02-18mt76: fix tx status timeout processingFelix Fietkau1-4/+1
2019-02-18mt76: Use the correct hweight8() functionBen Hutchings1-2/+2
2019-02-18mt76x02u: remove bogus check and comment paddingStanislaw Gruszka1-5/+9
2019-02-18mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rxLorenzo Bianconi1-1/+2
2019-02-18mt76: usb: introduce disable_usb_sg parameterLorenzo Bianconi1-1/+5
2019-02-18mt76: usb: use a linear buffer for tx/rx datapath if sg is not supportedLorenzo Bianconi1-33/+54
2019-02-18mt76: usb: do not use sg buffers for mcu messagesLorenzo Bianconi4-13/+36
2019-02-18mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi4-13/+16
2019-02-18mt76: usb: do not run mt76u_queues_deinit twiceLorenzo Bianconi1-9/+2
2019-02-18mt76: usb: fix possible memory leak in mt76u_buf_freeLorenzo Bianconi1-4/+10
2019-02-18mt76: usb: fix possible NULL pointer dereference in mt76u_mcu_deinitLorenzo Bianconi1-3/+5
2019-02-18mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka3-37/+29
2019-02-18mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi4-11/+39
2019-02-18mt76x0: phy: report target_power in debugfsLorenzo Bianconi1-0/+1
2019-02-18mt76: change the return type of mt76_dma_attach()Ryder Lee2-3/+2
2019-02-18mt76x2: remove mt76x2_alloc_device routineLorenzo Bianconi3-33/+20
2019-02-18mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi4-38/+24
2019-02-18mt76x2u: remove mt76x2u_alloc_device routineLorenzo Bianconi3-30/+18
2019-02-18mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi5-13/+14
2019-02-18mt76: increase ED/CCA tx block thresholdFelix Fietkau1-1/+1
2019-02-18mt76: measure the time between mt76x02_edcca_check runsFelix Fietkau2-2/+10
2019-02-18mt76: clear CCA timer stats in mt76x02_edcca_initFelix Fietkau1-0/+3
2019-02-18mt76: run MAC work every 100msFelix Fietkau6-6/+7
2019-02-18mt76: explicitly disable energy detect cca during scanFelix Fietkau5-8/+12
2019-02-18mt76: mt76x2: avoid running DPD calibration if tx is blockedFelix Fietkau1-1/+1
2019-02-18mt76: fix software encryption issuesFelix Fietkau2-8/+8
2019-02-18mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi2-2/+0
2019-02-18mt76: move mt76_dma_tx_queue_skb_raw in mt76-core moduleLorenzo Bianconi3-32/+37
2019-02-18mt76x0: mcu: remove useless commented configurationLorenzo Bianconi1-6/+0
2019-02-18mt76: move mt76_mcu_rx_event in mt76-coreLorenzo Bianconi3-2/+9
2019-02-18mt76: move mt76_mcu_get_response in mt76-coreLorenzo Bianconi3-16/+20
2019-02-18mt76: move mt76_mcu_msg_alloc in mt76-coreLorenzo Bianconi6-29/+49
2019-02-18mt76x0: eeprom: fix VHT mcs{8,9} rate power offsetLorenzo Bianconi1-3/+3
2019-02-18mt76x02: enable support for IBSS and MESHStanislaw Gruszka1-11/+10
2019-02-18mt76: beaconing fixes for USBStanislaw Gruszka3-11/+30
2019-02-18mt76x02: init beacon config for mt76x2uStanislaw Gruszka1-5/+1
2019-02-18mt76x02: minor beaconing init changesStanislaw Gruszka1-6/+12
2019-02-18mt76x02: initialize mutli bss mode when set up addressStanislaw Gruszka4-16/+18
2019-02-18mt76x02: use commmon add interface for mt76x2uStanislaw Gruszka3-19/+5
2019-02-18mt76x02: use mask for vifsStanislaw Gruszka2-0/+13
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo4-44/+54
2019-02-07mt76x0u: fix suspend/resumeStanislaw Gruszka1-17/+29
2019-02-01mt7601u: do not use WARN_ON in the datapathLorenzo Bianconi1-3/+3
2019-02-01mt7601u: bump supported EEPROM versionStanislaw Gruszka1-1/+1
2019-01-31mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi3-27/+25
2019-01-22mt76: avoid scheduling tx queues for powersave stationsFelix Fietkau1-0/+5
2019-01-22mt76: fix per-chain signal strength reportingFelix Fietkau1-1/+1