summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
Commit message (Expand)AuthorAgeFilesLines
* mt76x2: move mt76x2_phy_tssi_compensate in mt76x2-common moduleLorenzo Bianconi2018-09-194-85/+46Star
* mt76: move shared mcu_calibrate routine in mt76x02-lib moduleLorenzo Bianconi2018-09-1911-97/+68Star
* mt76x2: move mt76x2 mcu shared code in mt76x2_mcu_common.cLorenzo Bianconi2018-09-197-203/+130Star
* mt76: move mt76{0,2} mcu shared code in mt76x02_mcu.cLorenzo Bianconi2018-09-1914-222/+206Star
* mt76: unify firmware header between mt76x0 and mt76x2Lorenzo Bianconi2018-09-195-37/+28Star
* mt76x2: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi2018-09-191-21/+22
* mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_mcu_msg_sendLorenzo Bianconi2018-09-191-21/+26
* mt76: move __iomem regs in mt76_mmioLorenzo Bianconi2018-09-193-7/+7
* mt76: introduce mmio data structure in mt76_devLorenzo Bianconi2018-09-196-25/+30
* mt76x2: remove leftover mt76u_buf data structure in mt76x2_mcuLorenzo Bianconi2018-09-191-1/+0Star
* mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_tx_queue_mcuLorenzo Bianconi2018-09-193-8/+8
* mt76: usb: remove skb check in mt76x{0,2}u mcu routinesLorenzo Bianconi2018-09-192-24/+0Star
* mt76x0: remove mt76x0_burst_write_regs()Stanislaw Gruszka2018-09-193-48/+9Star
* mt76x0: remove unused mt76x0_burst_read_regsStanislaw Gruszka2018-09-191-43/+0Star
* mt76x02: add static qualifier to mt76x02_remove_dma_hdrLorenzo Bianconi2018-09-192-3/+1Star
* mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.hLorenzo Bianconi2018-09-199-45/+67
* mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.cLorenzo Bianconi2018-09-1910-61/+81
* mt76: usb: move mt76x02 mcu code in mt76x02-usb moduleLorenzo Bianconi2018-09-1911-362/+422
* mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi2018-09-197-69/+55Star
* mt76: add rd_rp and wr_rp to bus_ops/mcu_opsStanislaw Gruszka2018-09-193-5/+19
* mt76: add usb implementation of {wr,rd}_rpStanislaw Gruszka2018-09-197-83/+149
* mt76: add mt76_mcu_ops data structure for mcu related pointersLorenzo Bianconi2018-09-193-0/+22
* mt76: move mt76x0 and mt76x2 mcu shared defs in mt76x02_mcu.hLorenzo Bianconi2018-09-195-102/+79Star
* mt76x0: run vco calibration for each channel configurationLorenzo Bianconi2018-09-191-2/+2
* mt76x0: make device allocation bus neutralStanislaw Gruszka2018-09-195-12/+16
* mt76x0: remove some usb specific code from mt76x0_register_deviceStanislaw Gruszka2018-09-192-10/+10
* mt76x0: remove unused mt76x0_wcidStanislaw Gruszka2018-09-191-9/+0Star
* mt76x0: inital split between pci and usbStanislaw Gruszka2018-09-199-18/+121
* mt76x0: use mt76_register_device for device registrationLorenzo Bianconi2018-09-193-162/+39Star
* mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_paramsLorenzo Bianconi2018-09-193-10/+8Star
* mt76x0: do not free/alloc buffers during suspend/resumeLorenzo Bianconi2018-09-193-19/+37
* mt76x0: move mt76x0_init_hardware in mt76x0_register_deviceLorenzo Bianconi2018-09-192-37/+26Star
* mt76x0: move stop related routines in mt76x0_mac_stopLorenzo Bianconi2018-09-192-4/+3Star
* mt76x0: fix memory leak during hw probeLorenzo Bianconi2018-09-191-3/+1Star
* mt76x0: alloc mcu buffers first in mt76x0_mcu_cmd_initLorenzo Bianconi2018-09-191-2/+4
* mt76: move mt76 rate definitions in mt76x02-lib moduleLorenzo Bianconi2018-09-197-65/+38Star
* mt76x0: remove mt76x0_stop_hardware routineLorenzo Bianconi2018-09-191-6/+1Star
* mt76: remove unused MT76_MORE_STATS stateLorenzo Bianconi2018-09-191-1/+0Star
* mt76x0: trim rx skb to proper lengthStanislaw Gruszka2018-09-191-0/+1
* mt76x0: init hw capabilitiesLorenzo Bianconi2018-09-191-0/+7
* mt76x0: enable per-sta tx queueingLorenzo Bianconi2018-09-192-0/+4
* mt76x0: remove unused stat_workLorenzo Bianconi2018-09-192-4/+0Star
* mt76x0: remove unused endpoint definitionsLorenzo Bianconi2018-09-192-7/+0Star
* mt76x0: remove unused mt76x0_tx_status routineLorenzo Bianconi2018-09-192-16/+0Star
* mt76x0: remove unused {tx/rx}_queue definitionsLorenzo Bianconi2018-09-192-52/+0Star
* mt76x0: remove unused stat work_queueLorenzo Bianconi2018-09-194-41/+0Star
* mt76x0: remove unused dma.c source fileLorenzo Bianconi2018-09-194-539/+1Star
* mt76x0: set max fragments sizeLorenzo Bianconi2018-09-191-0/+6
* mt76x0: stop stat workqueue at hw stopLorenzo Bianconi2018-09-191-0/+1
* mt76x0: unify tx/rx datapath with mt76x2u driverLorenzo Bianconi2018-09-193-38/+25Star