summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao2024-01-311-0/+1
* wifi: mt76: mt76x02: simplify struct mt76x02_rate_powerFelix Fietkau2022-12-011-18/+6
* wifi: mt76: move mt76_rate_power from core to mt76x02 driver codeFelix Fietkau2022-12-011-2/+2
* mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh2021-10-201-1/+1
* mt76: mt76x0: use dev_debug instead of dev_err for hw_rf_ctrlLorenzo Bianconi2021-06-191-1/+1
* mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2020-12-041-3/+3
* mt76: move band capabilities in mt76_phyLorenzo Bianconi2020-12-041-3/+3
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-141-2/+2
* mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi2019-12-021-1/+4
* mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki2019-11-201-0/+1
* mt76: mt76x0e: make array mt76x0_chan_map static const, makes object smallerColin Ian King2019-11-201-1/+1
* mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka2019-09-031-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi2019-02-181-5/+5
* mt76x0: eeprom: fix VHT mcs{8,9} rate power offsetLorenzo Bianconi2019-02-181-3/+3
* mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi2019-01-311-21/+19
* mt76x0: phy: use tssi reported value to configure tx power if availableLorenzo Bianconi2018-11-301-4/+16
* mt76: move mt76x02_init_device in mt76x02-lib moduleLorenzo Bianconi2018-11-301-2/+0
* mt76x0: eeprom: introduce mt76x0_tssi_enabled routineLorenzo Bianconi2018-10-131-1/+1
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.cLorenzo Bianconi2018-10-131-26/+24
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi2018-10-131-2/+1
* mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi2018-10-051-14/+14
* mt76x0: eeprom: load eeprom data from mtd by defaultLorenzo Bianconi2018-10-011-13/+43
* mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi2018-10-011-1/+1
* mt76x0: add quirk to disable 2.4GHz band for Archer T1UStanislaw Gruszka2018-10-011-0/+5
* mt76: include linux/module.h in files using MODULE_*Felix Fietkau2018-10-011-0/+1
* mt76x0: remove eeprom dependency from mt76x0_get_power_infoLorenzo Bianconi2018-10-011-41/+68
* mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rateLorenzo Bianconi2018-10-011-68/+74
* mt76x0: unify parse hw capabilitiesLorenzo Bianconi2018-10-011-25/+8
* mt76x0: unify freq offset parsingLorenzo Bianconi2018-10-011-14/+12
* mt76x0: unify temperature offset parsingLorenzo Bianconi2018-10-011-7/+7
* mt76x0: unify rssi_offset parsingLorenzo Bianconi2018-10-011-31/+7
* mt76x0: unify lna_gain parsingLorenzo Bianconi2018-10-011-17/+9
* mt76x0: remove mt76x0_set_country_reg routineLorenzo Bianconi2018-10-011-38/+0
* mt76: move mt76x2_ext_pa_enabled routine in mt76x02_eeprom.cLorenzo Bianconi2018-10-011-3/+4
* mt76: move mt76x2_get_efuse_data in mt76x02-lib moduleLorenzo Bianconi2018-10-011-48/+11
* mt76: move mt76x02_mac_setaddr in mt76x02-lib moduleLorenzo Bianconi2018-10-011-23/+1
* mt76: move eeprom utility routines in mt76x02_eeprom.hLorenzo Bianconi2018-10-011-32/+12
* mt76: move common eeprom definitions in mt76x02-lib moduleLorenzo Bianconi2018-10-011-9/+9
* mt76x0: inital split between pci and usbStanislaw Gruszka2018-09-191-0/+2
* mt76x0: use mt76_register_device for device registrationLorenzo Bianconi2018-09-191-6/+7
* mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_paramsLorenzo Bianconi2018-09-191-5/+6
* mt76x0: Remove VLA usageKees Cook2018-08-091-3/+3
* mt76x0: correct type for eeprom gain valueStanislaw Gruszka2018-08-091-1/+1
* mt76x0: eeprom filesStanislaw Gruszka2018-08-021-0/+445