summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
AgeCommit message (Expand)Author
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao
2022-12-01wifi: mt76: mt76x02: simplify struct mt76x02_rate_powerFelix Fietkau
2022-12-01wifi: mt76: move mt76_rate_power from core to mt76x02 driver codeFelix Fietkau
2021-10-20mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh
2021-06-19mt76: mt76x0: use dev_debug instead of dev_err for hw_rf_ctrlLorenzo Bianconi
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau
2019-12-02mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi
2019-11-20mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki
2019-11-20mt76: mt76x0e: make array mt76x0_chan_map static const, makes object smallerColin Ian King
2019-09-03mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-02-18mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi
2019-02-18mt76x0: eeprom: fix VHT mcs{8,9} rate power offsetLorenzo Bianconi
2019-01-31mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi
2018-11-30mt76x0: phy: use tssi reported value to configure tx power if availableLorenzo Bianconi
2018-11-30mt76: move mt76x02_init_device in mt76x02-lib moduleLorenzo Bianconi
2018-10-13mt76x0: eeprom: introduce mt76x0_tssi_enabled routineLorenzo Bianconi
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.cLorenzo Bianconi
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi
2018-10-01mt76x0: eeprom: load eeprom data from mtd by defaultLorenzo Bianconi
2018-10-01mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi
2018-10-01mt76x0: add quirk to disable 2.4GHz band for Archer T1UStanislaw Gruszka
2018-10-01mt76: include linux/module.h in files using MODULE_*Felix Fietkau
2018-10-01mt76x0: remove eeprom dependency from mt76x0_get_power_infoLorenzo Bianconi
2018-10-01mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rateLorenzo Bianconi
2018-10-01mt76x0: unify parse hw capabilitiesLorenzo Bianconi
2018-10-01mt76x0: unify freq offset parsingLorenzo Bianconi
2018-10-01mt76x0: unify temperature offset parsingLorenzo Bianconi
2018-10-01mt76x0: unify rssi_offset parsingLorenzo Bianconi
2018-10-01mt76x0: unify lna_gain parsingLorenzo Bianconi
2018-10-01mt76x0: remove mt76x0_set_country_reg routineLorenzo Bianconi
2018-10-01mt76: move mt76x2_ext_pa_enabled routine in mt76x02_eeprom.cLorenzo Bianconi
2018-10-01mt76: move mt76x2_get_efuse_data in mt76x02-lib moduleLorenzo Bianconi
2018-10-01mt76: move mt76x02_mac_setaddr in mt76x02-lib moduleLorenzo Bianconi
2018-10-01mt76: move eeprom utility routines in mt76x02_eeprom.hLorenzo Bianconi
2018-10-01mt76: move common eeprom definitions in mt76x02-lib moduleLorenzo Bianconi
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-08-09mt76x0: Remove VLA usageKees Cook
2018-08-09mt76x0: correct type for eeprom gain valueStanislaw Gruszka
2018-08-02mt76x0: eeprom filesStanislaw Gruszka