summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
2021-01-29mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi7-143/+177
2021-01-29mt76: mt76_connac: move pm data struct in mt76_connac.hLorenzo Bianconi5-61/+70
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi9-442/+449
2021-01-29mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi7-356/+359
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi12-1420/+1864
2021-01-29mt76: introduce mt76_vif data structureLorenzo Bianconi6-81/+85
2021-01-28mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi1-3/+5
2021-01-27mt76: mt7615: reduce VHT maximum MPDU lengthFelix Fietkau1-1/+0
2021-01-27mt76: reduce q->lock hold timeFelix Fietkau1-8/+7
2021-01-27mt76: usb: process URBs with status EPROTO properlyLorenzo Bianconi1-0/+1
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau6-16/+16
2021-01-27mt76: mt7915: make vif index per adapter instead of per bandFelix Fietkau1-3/+3
2021-01-27mt76: mt7915: add support for using a secondary PCIe link for gen1Felix Fietkau5-39/+290
2021-01-27mt76: fix crash on tearing down ext phyFelix Fietkau1-1/+1
2021-01-27mt76: mt7915: bring up the WA event rx queue for band1Felix Fietkau5-1/+16
2021-01-27mt76: mt7615: unify init workFelix Fietkau6-29/+22
2021-01-27mt76: mt7915: support TxBF for DBDCRyder Lee3-0/+27
2021-01-27mt76: mt7915: Remove unneeded semicolonXu Wang1-1/+1
2021-01-27mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()Lorenzo Bianconi3-18/+39
2021-01-27mt76: mt7915: fix eeprom DBDC band selectionFelix Fietkau2-6/+9
2021-01-27mt76: mt7915: fix eeprom parsing for DBDCFelix Fietkau2-19/+26
2021-01-26mt76: mt7915: disable RED support in the WA firmwareFelix Fietkau2-0/+32
2021-01-26mt76: mt7915: rework mcu APIFelix Fietkau4-80/+87
2021-01-26mt76: mt7915: do not set DRR group for stationsFelix Fietkau1-30/+0
2021-01-26mt76: mt7915: ensure that init work completes before starting the deviceFelix Fietkau1-0/+2
2021-01-26mt76: mt7603: fix ED/CCA monitoring with single-stream devicesFelix Fietkau1-3/+7
2021-01-26mt76: mt7915: add implicit Tx beamforming supportRyder Lee4-58/+87
2021-01-26mt76: mt7915: simplify peer's TxBF capability checkRyder Lee1-45/+22
2021-01-26mt76: mt7615: mt7915: disable txpower sku when testmode enabledShayne Chen4-2/+6
2021-01-26mt76: mt7915: add support for continuous tx in testmodeShayne Chen4-12/+191
2021-01-26mt76: mt7915: rework set state part in testmodeShayne Chen1-12/+10
2021-01-26mt76: testmode: add a new state for continuous txShayne Chen1-0/+2
2021-01-26mt76: mt7915: clean hw queue before starting new testmode txShayne Chen3-0/+25
2021-01-26mt76: mt7915: calculate new packet length when tx_time is set in testmodeShayne Chen1-3/+93
2021-01-26mt76: mt7915: add support for ipg in testmodeShayne Chen4-3/+142
2021-01-26mt76: mt7915: split edca update functionShayne Chen3-23/+39
2021-01-26mt76: testmode: make tx queued limit adjustableShayne Chen3-2/+10
2021-01-26mt76: testmode: add attributes for ipg related parametersShayne Chen3-0/+30
2021-01-26mt76: testmode: add support to set user-defined spe indexShayne Chen4-5/+19
2021-01-26mt76: mt7915: force ldpc for bw larger than 20MHz in testmodeShayne Chen1-1/+1
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi21-42/+37
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi22-73/+72
2021-01-26mt76: mt7615: move testmode data from dev to phyShayne Chen3-31/+30
2021-01-26mt76: mt7915: move testmode data from dev to phyShayne Chen4-34/+41
2021-01-26mt76: testmode: move mtd part to mt76_devShayne Chen3-8/+9
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen13-193/+244
2021-01-26mt76: mt7915: add partial add_bss_info command on testmode initShayne Chen2-5/+17
2021-01-26mt76: mt7915: drop zero-length packet to avoid Tx hangRyder Lee1-0/+3
2021-01-26mt76: mt7915: simplify mt7915_mcu_send_message routineLorenzo Bianconi1-12/+7
2021-01-26mt76: mt7915: fix endianness warning in mt7915_mcu_set_radar_thLorenzo Bianconi1-3/+3