aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-12mt76: mt7615: introduce hw scan supportLorenzo Bianconi7-3/+285
2020-05-12mt76: mt7663: keep Rx filters as the defaultSean Wang1-10/+14
2020-05-12mt76: mt7615: introduce mt7615_mcu_set_channel_domain mcu commandLorenzo Bianconi4-3/+85
2020-05-12mt76: mt7615: add ethool support to mt7663 driverLorenzo Bianconi1-1/+7
2020-05-12mt76: mt7663: disable RDD commandsLorenzo Bianconi1-0/+3
2020-05-12mt76: mt7615: make scs configurable per phyLorenzo Bianconi4-23/+23
2020-05-12mt76: mt7663: enable nf estimationLorenzo Bianconi2-5/+13
2020-05-12mt76: mt7663: fix mt7615_mac_cca_stats_reset routineLorenzo Bianconi2-1/+8
2020-05-12mt76: mt7615: add more useful Tx mib countersRyder Lee4-5/+28
2020-05-12mt76: mt7615: cleanup mib related defines and structsRyder Lee3-25/+22
2020-05-12mt76: mt7615: enable aggr_stats for both phyRyder Lee3-12/+16
2020-05-12mt76: mt7615: modify mt7615_ampdu_stat_read for each phyRyder Lee1-2/+18
2020-05-12mt76: mt76x0: pci: add mt7610 PCI IDPawel Dembicki1-0/+1
2020-05-12mt76: mt76x2u: introduce Mercury UD13 supportLorenzo Bianconi1-0/+1
2020-05-12mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapterMatthew Garrett2-0/+2
2020-05-12mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau7-13/+31
2020-03-24Merge tag 'wireless-drivers-next-2020-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller24-1015/+1952
2020-03-23mt76: mt7615: add missing declaration in mt7615.hLorenzo Bianconi1-0/+1
2020-03-23mt76: mt7615: fix endianness in unified commandLorenzo Bianconi1-1/+1
2020-03-23mt76: mt7615: fix mt7663e firmware struct endiannessLorenzo Bianconi1-7/+7
2020-03-17mt76: mt7615: introduce mt7663e supportLorenzo Bianconi10-25/+308
2020-03-17mt76: mt7615: get rid of sta_rec_wtbl data structureLorenzo Bianconi2-16/+8
2020-03-17mt76: mt7615: introduce set_ba uni commandLorenzo Bianconi1-0/+84
2020-03-17mt76: mt7615: add more uni mcu commandsSean Wang2-0/+212
2020-03-17mt76: mt7615: introduce set_bmc and st_sta for uni commandsLorenzo Bianconi2-5/+37
2020-03-17mt76: mt7615: introduce uni cmd command typesLorenzo Bianconi2-8/+79