aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
2020-05-12mt76: mt7615: use larger rx buffers if VHT is supportedFelix Fietkau1-2/+7
2020-05-12mt76: fix A-MPDU density handlingFelix Fietkau3-3/+10
2020-05-12mt76: mt7615: fix sta ampdu factor for VHTFelix Fietkau1-2/+9
2020-05-12mt76: mt7663u: enable AirTimeFairnessLorenzo Bianconi1-0/+12
2020-05-12mt76: mt7615: rework mt7615_mac_sta_poll for usb codeLorenzo Bianconi2-12/+10
2020-05-12mt76: mt7615: fix aid configuration in mt7615_mcu_wtbl_generic_tlvLorenzo Bianconi1-1/+4
2020-05-12mt76: mt7615: fix mt7615_driver_own routineLorenzo Bianconi2-1/+6
2020-05-12mt76: mt7615: fix max wtbl size for 7663Lorenzo Bianconi2-2/+11
2020-05-12mt76: mt7615: fix mt7615_firmware_own for mt7663eLorenzo Bianconi1-3/+2
2020-05-12mt76: mt7615: parse mcu return code for unified commandsLorenzo Bianconi2-0/+16
2020-05-12mt76: add rx queues info to mt76 debugfsLorenzo Bianconi4-4/+25
2020-05-12mt76: mt7615: make Kconfig entry obvious for MT7663ESean Wang1-1/+1
2020-05-12mt76: mt7663: introduce 802.11 PS support in sta modeLorenzo Bianconi9-4/+68
2020-05-12mt76: remove PS_NULLFUNC_STACK capabilityLorenzo Bianconi1-1/+0
2020-05-12mt76: mt7615: provide aid info to the mcuLorenzo Bianconi1-1/+3
2020-05-12mt76: mt7615: disable aspm by defaultLorenzo Bianconi1-0/+2
2020-05-12mt76: mt7615: enable scs for mt7663 driverLorenzo Bianconi2-27/+58
2020-05-12mt76: mt7615: introduce mt7663u supportLorenzo Bianconi13-3/+756
2020-05-12mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi14-431/+503
2020-05-12mt76: mt7615: fix possible deadlock in mt7615_stopLorenzo Bianconi4-38/+44
2020-05-12mt76: remove unnecessary annotationsJules Irenge1-3/+1
2020-05-12mt76: mt7615: enable MSI by defaultLorenzo Bianconi1-0/+5
2020-05-12mt76: mt7615: rework IRQ handling to prepare for MSI supportFelix Fietkau4-14/+29
2020-05-12mt76: mt7663: fix DMA unmap lengthLorenzo Bianconi2-6/+16
2020-05-12mt76: mt7622: fix DMA unmap lengthLorenzo Bianconi2-3/+4
2020-05-12mt76: mt7615: set hw scan limits only for firmware with offload supportFelix Fietkau1-0/+9
2020-05-12mt76: mt7615: disable hw/sched scan ops for non-offload firmwareFelix Fietkau3-1/+15
2020-05-12mt76: mt7663: fix aggr range entry in debugfsLorenzo Bianconi3-2/+10
2020-05-12mt76: mt7615: fix possible division by 0 in mt7615_mac_update_mib_statsLorenzo Bianconi1-3/+5
2020-05-12mt76: mt76x2: disable merge of OTP ROM data by defaultFelix Fietkau1-0/+5
2020-05-12mt76: mt7603: disable merge of OTP ROM data by defaultFelix Fietkau1-0/+5
2020-05-12mt76: mt7615: add support for applying tx DPD calibration from EEPROMFelix Fietkau4-1/+126
2020-05-12mt76: mt7615: add support for applying DC offset calibration from EEPROMFelix Fietkau6-29/+200
2020-05-12mt76: mt7615: disable merge of OTP ROM data by defaultFelix Fietkau1-0/+6
2020-05-12mt76: mt7615: Delete an error message in mt7622_wmac_probe()Markus Elfring1-3/+1
2020-05-12mt76: mt7615: do not always reset the dfs state setting the channelLorenzo Bianconi1-1/+20
2020-05-12mt76: mt7663: correct the name of the rom patchSean Wang1-1/+1
2020-05-12mt76: mt7615: add address parameter to mt7615_eeprom_initLorenzo Bianconi3-8/+9
2020-05-12mt76: mt7615: introduce mt7615_wtbl_desc data structureLorenzo Bianconi2-5/+25
2020-05-12mt76: mt7615: rework wtbl key configurationLorenzo Bianconi3-46/+64
2020-05-12mt76: mt76u: rely on mt7622 queue scheme for mt7663uLorenzo Bianconi1-2/+13
2020-05-12mt76: mt7615: move mt7615_mac_wtbl_addr in mac.hLorenzo Bianconi2-5/+5
2020-05-12mt76: mt7615: introduce __mt7663_load_firmware routineLorenzo Bianconi2-5/+18
2020-05-12mt76: mt7615: introduce mt7615_mac_update_rate_desc routineLorenzo Bianconi2-43/+71
2020-05-12mt76: mt7615: introduce mt7663u support to mt7615_write_txwiLorenzo Bianconi2-4/+9
2020-05-12mt76: add headroom and tailroom to mt76_mcu_ops data structureLorenzo Bianconi9-57/+51
2020-05-12mt76: mt7615: remove unnecessary register operationsSean Wang1-2/+0
2020-05-12mt76: mt7615: introduce rlm tlv in bss_info mcu commandLorenzo Bianconi4-18/+104
2020-05-12mt76: mt7615: introduce BSS absence eventSean Wang2-0/+32
2020-05-12mt76: mt7615: introduce scheduled scan supportLorenzo Bianconi7-14/+207