aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2018-10-01mt76: move mt76x2_tssi_enabled in mt76x02_eeprom.hLorenzo Bianconi5-26/+26
2018-10-01mt76x0: unify parse hw capabilitiesLorenzo Bianconi1-25/+8
2018-10-01mt76: move mt76x02_eeprom_parse_hw_cap in mt76x02-lib moduleLorenzo Bianconi5-27/+27
2018-10-01mt76x0: unify freq offset parsingLorenzo Bianconi5-18/+22
2018-10-01mt76x0: unify temperature offset parsingLorenzo Bianconi5-10/+13
2018-10-01mt76x0: unify rssi_offset parsingLorenzo Bianconi4-49/+11
2018-10-01mt76x0: unify lna_gain parsingLorenzo Bianconi5-40/+24
2018-10-01mt76: add mt76x02_get_rx_gain and mt76x02_get_lna_gain utility routinesLorenzo Bianconi3-43/+63
2018-10-01mt76x0: remove mt76x0_set_country_reg routineLorenzo Bianconi3-42/+0
2018-10-01mt76: move mt76x2_ext_pa_enabled routine in mt76x02_eeprom.cLorenzo Bianconi11-36/+33
2018-10-01mt76: move mt76x2_get_efuse_data in mt76x02-lib moduleLorenzo Bianconi6-101/+95
2018-10-01mt76: move mt76x02_mac_setaddr in mt76x02-lib moduleLorenzo Bianconi7-44/+23
2018-10-01mt76: move mt76x2_eeprom_get in mt76x02_eeprom.hLorenzo Bianconi9-60/+77
2018-10-01mt76: move eeprom utility routines in mt76x02_eeprom.hLorenzo Bianconi3-58/+38
2018-10-01mt76: move common eeprom definitions in mt76x02-lib moduleLorenzo Bianconi5-160/+140
2018-10-01mt76: add stbc entries to mt76_rate_powerFelix Fietkau4-6/+13
2018-10-01mt76: move seq_put_array in mt76-core moduleLorenzo Bianconi3-21/+24
2018-10-01mt76x0: pci: add fw uploading routineLorenzo Bianconi5-13/+133
2018-10-01mt76x0: pci: add mt7650 PCI IDLorenzo Bianconi1-0/+1
2018-10-01mt76x2: fix tx power configuration for VHT mcs 9Lorenzo Bianconi1-2/+2
2018-09-19mt76x0: usb: remove mt76_fw definitionLorenzo Bianconi1-36/+33
2018-09-19mt76x0: remove unused usb header fileLorenzo Bianconi3-50/+4
2018-09-19mt76x0: remove mcu source fileLorenzo Bianconi4-36/+2
2018-09-19mt76x0: usb: move firmware loading to usb.cStanislaw Gruszka4-177/+171
2018-09-19mt76: use a per rx queue page fragment cacheFelix Fietkau3-8/+20
2018-09-19mt76x2: move mt76x2_phy_tssi_compensate in mt76x2-common moduleLorenzo Bianconi4-85/+46
2018-09-19mt76: move shared mcu_calibrate routine in mt76x02-lib moduleLorenzo Bianconi11-97/+68
2018-09-19mt76x2: move mt76x2 mcu shared code in mt76x2_mcu_common.cLorenzo Bianconi7-203/+130
2018-09-19mt76: move mt76{0,2} mcu shared code in mt76x02_mcu.cLorenzo Bianconi14-222/+206
2018-09-19mt76: unify firmware header between mt76x0 and mt76x2Lorenzo Bianconi5-37/+28
2018-09-19mt76x2: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi1-21/+22
2018-09-19mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_mcu_msg_sendLorenzo Bianconi1-21/+26
2018-09-19mt76: move __iomem regs in mt76_mmioLorenzo Bianconi3-7/+7
2018-09-19mt76: introduce mmio data structure in mt76_devLorenzo Bianconi6-25/+30
2018-09-19mt76x2: remove leftover mt76u_buf data structure in mt76x2_mcuLorenzo Bianconi1-1/+0
2018-09-19mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_tx_queue_mcuLorenzo Bianconi3-8/+8
2018-09-19mt76: usb: remove skb check in mt76x{0,2}u mcu routinesLorenzo Bianconi2-24/+0
2018-09-19mt76x0: remove mt76x0_burst_write_regs()Stanislaw Gruszka3-48/+9
2018-09-19mt76x0: remove unused mt76x0_burst_read_regsStanislaw Gruszka1-43/+0
2018-09-19mt76x02: add static qualifier to mt76x02_remove_dma_hdrLorenzo Bianconi2-3/+1
2018-09-19mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.hLorenzo Bianconi9-45/+67
2018-09-19mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.cLorenzo Bianconi10-61/+81
2018-09-19mt76: usb: move mt76x02 mcu code in mt76x02-usb moduleLorenzo Bianconi11-362/+422
2018-09-19mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi7-69/+55
2018-09-19mt76: add rd_rp and wr_rp to bus_ops/mcu_opsStanislaw Gruszka3-5/+19
2018-09-19mt76: add usb implementation of {wr,rd}_rpStanislaw Gruszka7-83/+149
2018-09-19mt76: add mt76_mcu_ops data structure for mcu related pointersLorenzo Bianconi3-0/+22
2018-09-19mt76: move mt76x0 and mt76x2 mcu shared defs in mt76x02_mcu.hLorenzo Bianconi5-102/+79
2018-09-19mt76x0: run vco calibration for each channel configurationLorenzo Bianconi1-2/+2
2018-09-19mt76x0: make device allocation bus neutralStanislaw Gruszka5-12/+16