summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0
Commit message (Expand)AuthorAgeFilesLines
...
* mt76: usb: use mt76x02u_tx_prepare_skb to fill txwiLorenzo Bianconi2018-10-053-59/+1Star
* mt76x0: usb: stop cal/mac workqueues at hw stopLorenzo Bianconi2018-10-051-3/+3
* mt76: usb: fix hw initialization sequenceLorenzo Bianconi2018-10-051-9/+9
* mt76x2: move mt76x2 source files to mt76x2 folderLorenzo Bianconi2018-10-051-0/+20
* mt76x0: pci: add mt76x0e_cleanup routineLorenzo Bianconi2018-10-051-6/+20
* mt76x0: usb: move mt76x0u_tx_prepare_skb in usb.cLorenzo Bianconi2018-10-013-24/+24
* mt76x0: eeprom: load eeprom data from mtd by defaultLorenzo Bianconi2018-10-011-13/+43
* mt76x0: pci: add mt76x0e_{start/stop} callbacksLorenzo Bianconi2018-10-011-0/+34
* mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi2018-10-016-103/+135
* mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi2018-10-013-31/+3Star
* mt76x0: phy: set antenna parameter according to wireless bandLorenzo Bianconi2018-10-011-11/+20
* mt76x0: pci: add hw initialization at bootstrapLorenzo Bianconi2018-10-012-8/+49
* mt76x0: usb: move initialization code in usb.cLorenzo Bianconi2018-10-013-79/+91
* mt76x0: init rx filter in mt76x0_init_hardwareLorenzo Bianconi2018-10-012-8/+11
* mt76x0: init: remove MT_PBF_SYS_CTRL configuration in mt76x0_reset_csr_bbpLorenzo Bianconi2018-10-011-9/+3Star
* mt76x0: init: remove duplicated initializationLorenzo Bianconi2018-10-011-3/+0Star
* mt76x0: use mt76x02 utility routines in mt76x0 init codeLorenzo Bianconi2018-10-011-13/+6Star
* mt76x0: usb: move mcu code in usb_mcu.cLorenzo Bianconi2018-10-014-158/+178
* mt76x0: pci: move mcu code in pci_mcu.cLorenzo Bianconi2018-10-014-113/+149
* mt76x0: update initvals to latest version of vendor driverLorenzo Bianconi2018-10-011-227/+178Star
* mt76: move mt76x02_beacon_offset in mt76x02_util.cLorenzo Bianconi2018-10-012-29/+1Star
* mt76x0: use mt76_poll in mt76x0_set_wlan_stateLorenzo Bianconi2018-10-011-15/+3Star
* mt76x0: add quirk to disable 2.4GHz band for Archer T1UStanislaw Gruszka2018-10-013-1/+13
* mt76: usb: make rx page_frag_cache access atomicLorenzo Bianconi2018-10-011-2/+2
* mt76: report firmware version using ethtoolDavide Caratti2018-10-011-0/+1
* mt76: include linux/module.h in files using MODULE_*Felix Fietkau2018-10-011-0/+1
* mt76x0: phy: introduce mt76x0_phy_set_txpower routineLorenzo Bianconi2018-10-013-7/+20
* mt76x0: use shared debugfs implementationLorenzo Bianconi2018-10-012-81/+1Star
* mt76x0: remove eeprom dependency from mt76x0_get_power_infoLorenzo Bianconi2018-10-015-81/+77Star
* mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rateLorenzo Bianconi2018-10-014-108/+101Star
* mt76x0: remove mt76x0_phy_set_tx_power and mt76x0_extra_power_over_macLorenzo Bianconi2018-10-011-38/+0Star
* mt76x0: unify parse hw capabilitiesLorenzo Bianconi2018-10-011-25/+8Star
* mt76x0: unify freq offset parsingLorenzo Bianconi2018-10-014-18/+17Star
* mt76x0: unify temperature offset parsingLorenzo Bianconi2018-10-014-10/+12
* mt76x0: unify rssi_offset parsingLorenzo Bianconi2018-10-014-49/+11Star
* mt76x0: unify lna_gain parsingLorenzo Bianconi2018-10-015-40/+24Star
* mt76x0: remove mt76x0_set_country_reg routineLorenzo Bianconi2018-10-013-42/+0Star
* mt76: move mt76x2_ext_pa_enabled routine in mt76x02_eeprom.cLorenzo Bianconi2018-10-014-15/+12Star
* mt76: move mt76x2_get_efuse_data in mt76x02-lib moduleLorenzo Bianconi2018-10-012-53/+11Star
* mt76: move mt76x02_mac_setaddr in mt76x02-lib moduleLorenzo Bianconi2018-10-011-23/+1Star
* mt76: move eeprom utility routines in mt76x02_eeprom.hLorenzo Bianconi2018-10-011-32/+12Star
* mt76: move common eeprom definitions in mt76x02-lib moduleLorenzo Bianconi2018-10-012-76/+13Star
* mt76x0: pci: add fw uploading routineLorenzo Bianconi2018-10-013-6/+124
* mt76x0: pci: add mt7650 PCI IDLorenzo Bianconi2018-10-011-0/+1
* mt76x0: usb: remove mt76_fw definitionLorenzo Bianconi2018-09-191-38/+35Star
* mt76x0: remove unused usb header fileLorenzo Bianconi2018-09-193-50/+4Star
* mt76x0: remove mcu source fileLorenzo Bianconi2018-09-194-36/+2Star
* mt76x0: usb: move firmware loading to usb.cStanislaw Gruszka2018-09-194-177/+171Star
* mt76: move shared mcu_calibrate routine in mt76x02-lib moduleLorenzo Bianconi2018-09-193-29/+12Star
* mt76: move mt76{0,2} mcu shared code in mt76x02_mcu.cLorenzo Bianconi2018-09-193-21/+2Star