summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/init.c
AgeCommit message (Expand)Author
2018-09-19mt76x0: remove unused usb header fileLorenzo Bianconi
2018-09-19mt76x0: remove mcu source fileLorenzo Bianconi
2018-09-19mt76x0: usb: move firmware loading to usb.cStanislaw Gruszka
2018-09-19mt76x0: remove mt76x0_burst_write_regs()Stanislaw Gruszka
2018-09-19mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi
2018-09-19mt76: add usb implementation of {wr,rd}_rpStanislaw Gruszka
2018-09-19mt76x0: make device allocation bus neutralStanislaw Gruszka
2018-09-19mt76x0: remove some usb specific code from mt76x0_register_deviceStanislaw Gruszka
2018-09-19mt76x0: inital split between pci and usbStanislaw Gruszka
2018-09-19mt76x0: use mt76_register_device for device registrationLorenzo Bianconi
2018-09-19mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_paramsLorenzo Bianconi
2018-09-19mt76x0: do not free/alloc buffers during suspend/resumeLorenzo Bianconi
2018-09-19mt76x0: move mt76x0_init_hardware in mt76x0_register_deviceLorenzo Bianconi
2018-09-19mt76x0: move stop related routines in mt76x0_mac_stopLorenzo Bianconi
2018-09-19mt76x0: fix memory leak during hw probeLorenzo Bianconi
2018-09-19mt76: move mt76 rate definitions in mt76x02-lib moduleLorenzo Bianconi
2018-09-19mt76x0: remove mt76x0_stop_hardware routineLorenzo Bianconi
2018-09-19mt76x0: init hw capabilitiesLorenzo Bianconi
2018-09-19mt76x0: enable per-sta tx queueingLorenzo Bianconi
2018-09-19mt76x0: remove unused stat_workLorenzo Bianconi
2018-09-19mt76x0: remove unused endpoint definitionsLorenzo Bianconi
2018-09-19mt76x0: remove unused {tx/rx}_queue definitionsLorenzo Bianconi
2018-09-19mt76x0: remove unused stat work_queueLorenzo Bianconi
2018-09-19mt76x0: remove unused dma.c source fileLorenzo Bianconi
2018-09-19mt76x0: set max fragments sizeLorenzo Bianconi
2018-09-19mt76x0: unify tx/rx datapath with mt76x2u driverLorenzo Bianconi
2018-09-19mt76x0: use mt76_alloc_device for device allocationLorenzo Bianconi
2018-09-19mt76x0: init mt76_driver_ops callbacksLorenzo Bianconi
2018-09-19mt76x0: disable usb rx bulk aggregationLorenzo Bianconi
2018-09-19mt76x0: reserve enough space in mac80211Stanislaw Gruszka
2018-09-19mt76: unify sta_rate_tbl_update and related helpersStanislaw Gruszka
2018-09-19mt76: move wcid fields to common mt76_dev structStanislaw Gruszka
2018-09-04mt76x0: use mt76u_mcu_send_msg utility routine to send fw cmdsLorenzo Bianconi
2018-09-04mt76x0: use mt76u_init for bus initializationLorenzo Bianconi
2018-09-04mt76x0: use mt76x02_sta and mt76x02_tx_statusStanislaw Gruszka
2018-09-04mt76: unify mt76x02_vif structStanislaw Gruszka
2018-09-04mt76: create new mt76x02-lib module for common mt76x{0,2} codeStanislaw Gruszka
2018-09-04mt76: merge mt76x0/regs.h into mt76x02_regs.hStanislaw Gruszka
2018-09-04mt76: unify wait_for_macStanislaw Gruszka
2018-08-02mt76x0: disable HW before probeStanislaw Gruszka
2018-08-02mt76x0: init filesStanislaw Gruszka