aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh1-1/+1
2021-06-19mt76: mt76x0: use dev_debug instead of dev_err for hw_rf_ctrlLorenzo Bianconi1-1/+1
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi1-3/+3
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi1-3/+3
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-2/+2
2019-12-02mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi1-1/+4
2019-11-20mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki1-0/+1
2019-11-20mt76: mt76x0e: make array mt76x0_chan_map static const, makes object smallerColin Ian King1-1/+1
2019-09-03mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka1-0/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-02-18mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi1-5/+5
2019-02-18mt76x0: eeprom: fix VHT mcs{8,9} rate power offsetLorenzo Bianconi1-3/+3
2019-01-31mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi1-21/+19
2018-11-30mt76x0: phy: use tssi reported value to configure tx power if availableLorenzo Bianconi1-4/+16
2018-11-30mt76: move mt76x02_init_device in mt76x02-lib moduleLorenzo Bianconi1-2/+0
2018-10-13mt76x0: eeprom: introduce mt76x0_tssi_enabled routineLorenzo Bianconi1-1/+1
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.cLorenzo Bianconi1-26/+24
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi1-2/+1
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi1-14/+14
2018-10-01mt76x0: eeprom: load eeprom data from mtd by defaultLorenzo Bianconi1-13/+43
2018-10-01mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi1-1/+1
2018-10-01mt76x0: add quirk to disable 2.4GHz band for Archer T1UStanislaw Gruszka1-0/+5
2018-10-01mt76: include linux/module.h in files using MODULE_*Felix Fietkau1-0/+1
2018-10-01mt76x0: remove eeprom dependency from mt76x0_get_power_infoLorenzo Bianconi1-41/+68
2018-10-01mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rateLorenzo Bianconi1-68/+74
2018-10-01mt76x0: unify parse hw capabilitiesLorenzo Bianconi1-25/+8
2018-10-01mt76x0: unify freq offset parsingLorenzo Bianconi1-14/+12
2018-10-01mt76x0: unify temperature offset parsingLorenzo Bianconi1-7/+7
2018-10-01mt76x0: unify rssi_offset parsingLorenzo Bianconi1-31/+7
2018-10-01mt76x0: unify lna_gain parsingLorenzo Bianconi1-17/+9
2018-10-01mt76x0: remove mt76x0_set_country_reg routineLorenzo Bianconi1-38/+0
2018-10-01mt76: move mt76x2_ext_pa_enabled routine in mt76x02_eeprom.cLorenzo Bianconi1-3/+4
2018-10-01mt76: move mt76x2_get_efuse_data in mt76x02-lib moduleLorenzo Bianconi1-48/+11
2018-10-01mt76: move mt76x02_mac_setaddr in mt76x02-lib moduleLorenzo Bianconi1-23/+1
2018-10-01mt76: move eeprom utility routines in mt76x02_eeprom.hLorenzo Bianconi1-32/+12
2018-10-01mt76: move common eeprom definitions in mt76x02-lib moduleLorenzo Bianconi1-9/+9
2018-09-19mt76x0: inital split between pci and usbStanislaw Gruszka1-0/+2
2018-09-19mt76x0: use mt76_register_device for device registrationLorenzo Bianconi1-6/+7
2018-09-19mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_paramsLorenzo Bianconi1-5/+6
2018-08-09mt76x0: Remove VLA usageKees Cook1-3/+3
2018-08-09mt76x0: correct type for eeprom gain valueStanislaw Gruszka1-1/+1
2018-08-02mt76x0: eeprom filesStanislaw Gruszka1-0/+445