summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-19mt76x0: remove some usb specific code from mt76x0_register_deviceStanislaw Gruszka2-10/+10
2018-09-19mt76x0: remove unused mt76x0_wcidStanislaw Gruszka1-9/+0
2018-09-19mt76x0: inital split between pci and usbStanislaw Gruszka9-18/+121
2018-09-19mt76x0: use mt76_register_device for device registrationLorenzo Bianconi3-162/+39
2018-09-19mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_paramsLorenzo Bianconi3-10/+8
2018-09-19mt76x0: do not free/alloc buffers during suspend/resumeLorenzo Bianconi3-19/+37
2018-09-19mt76x0: move mt76x0_init_hardware in mt76x0_register_deviceLorenzo Bianconi2-37/+26
2018-09-19mt76x0: move stop related routines in mt76x0_mac_stopLorenzo Bianconi2-4/+3
2018-09-19mt76x0: fix memory leak during hw probeLorenzo Bianconi1-3/+1
2018-09-19mt76x0: alloc mcu buffers first in mt76x0_mcu_cmd_initLorenzo Bianconi1-2/+4
2018-09-19mt76: move mt76 rate definitions in mt76x02-lib moduleLorenzo Bianconi7-65/+38
2018-09-19mt76x0: remove mt76x0_stop_hardware routineLorenzo Bianconi1-6/+1
2018-09-19mt76: remove unused MT76_MORE_STATS stateLorenzo Bianconi1-1/+0
2018-09-19mt76x0: trim rx skb to proper lengthStanislaw Gruszka1-0/+1
2018-09-19mt76x0: init hw capabilitiesLorenzo Bianconi1-0/+7
2018-09-19mt76x0: enable per-sta tx queueingLorenzo Bianconi2-0/+4
2018-09-19mt76x0: remove unused stat_workLorenzo Bianconi2-4/+0
2018-09-19mt76x0: remove unused endpoint definitionsLorenzo Bianconi2-7/+0
2018-09-19mt76x0: remove unused mt76x0_tx_status routineLorenzo Bianconi2-16/+0
2018-09-19mt76x0: remove unused {tx/rx}_queue definitionsLorenzo Bianconi2-52/+0
2018-09-19mt76x0: remove unused stat work_queueLorenzo Bianconi4-41/+0
2018-09-19mt76x0: remove unused dma.c source fileLorenzo Bianconi4-539/+1
2018-09-19mt76x0: set max fragments sizeLorenzo Bianconi1-0/+6
2018-09-19mt76x0: stop stat workqueue at hw stopLorenzo Bianconi1-0/+1
2018-09-19mt76x0: unify tx/rx datapath with mt76x2u driverLorenzo Bianconi3-38/+25
2018-09-19mt76x0: use mt76_alloc_device for device allocationLorenzo Bianconi1-10/+8
2018-09-19mt76x0: init mt76_driver_ops callbacksLorenzo Bianconi1-1/+8
2018-09-19mt76x0: add mt76x0_queue_rx_skb routineLorenzo Bianconi2-0/+18
2018-09-19mt76x0: simplify mt76_mac_process_rx signatureLorenzo Bianconi3-4/+4
2018-09-19mt76x0: mark device as running in mt76x0_startLorenzo Bianconi1-0/+5
2018-09-19mt76x0: disable usb rx bulk aggregationLorenzo Bianconi1-6/+6
2018-09-19mt76: move mt76x2u_tx_status_data in mt76x02-lib moduleLorenzo Bianconi5-15/+15
2018-09-19mt76x0: introduce mt76x0_tx_prepare_skb routineLorenzo Bianconi2-1/+19
2018-09-19mt76: move mt76x2u_set_txinfo in mt76x02-lib moduleLorenzo Bianconi3-23/+23
2018-09-19mt76: move mt76_qsel definition in dma.hLorenzo Bianconi7-34/+12
2018-09-19mt76: move mt76x2u_tx_complete_skb in mt76x02-lib mouduleLorenzo Bianconi5-11/+12
2018-09-19mt76: move mt76x2u_remove_dma_hdr in mt76x02-lib moduleLorenzo Bianconi4-26/+15
2018-09-19mt76: move mt76x2_tx_complete routine in mt76x02-lib moduleLorenzo Bianconi6-19/+19