index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt76x0
/
eeprom.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers
Breno Leitao
2024-01-31
1
-0
/
+1
*
wifi: mt76: mt76x02: simplify struct mt76x02_rate_power
Felix Fietkau
2022-12-01
1
-18
/
+6
*
wifi: mt76: move mt76_rate_power from core to mt76x02 driver code
Felix Fietkau
2022-12-01
1
-2
/
+2
*
mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offset
Richard Huynh
2021-10-20
1
-1
/
+1
*
mt76: mt76x0: use dev_debug instead of dev_err for hw_rf_ctrl
Lorenzo Bianconi
2021-06-19
1
-1
/
+1
*
mt76: move hw mac_addr in mt76_phy
Lorenzo Bianconi
2020-12-04
1
-3
/
+3
*
mt76: move band capabilities in mt76_phy
Lorenzo Bianconi
2020-12-04
1
-3
/
+3
*
mt76: move channel state to struct mt76_phy
Felix Fietkau
2020-02-14
1
-2
/
+2
*
mt76: mt76x0: fix default mac address overwrite
Lorenzo Bianconi
2019-12-02
1
-1
/
+4
*
mt76: mt76x0: eeprom: add support for MAC address from OF
Pawel Dembicki
2019-11-20
1
-0
/
+1
*
mt76: mt76x0e: make array mt76x0_chan_map static const, makes object smaller
Colin Ian King
2019-11-20
1
-1
/
+1
*
mt76: mt76x0e: disable 5GHz band for MT7630E
Stanislaw Gruszka
2019-09-03
1
-0
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
mt76x0: init: introduce mt76x0_init_txpower routine
Lorenzo Bianconi
2019-02-18
1
-5
/
+5
*
mt76x0: eeprom: fix VHT mcs{8,9} rate power offset
Lorenzo Bianconi
2019-02-18
1
-3
/
+3
*
mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_info
Lorenzo Bianconi
2019-01-31
1
-21
/
+19
*
mt76x0: phy: use tssi reported value to configure tx power if available
Lorenzo Bianconi
2018-11-30
1
-4
/
+16
*
mt76: move mt76x02_init_device in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
1
-2
/
+0
*
mt76x0: eeprom: introduce mt76x0_tssi_enabled routine
Lorenzo Bianconi
2018-10-13
1
-1
/
+1
*
mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.c
Lorenzo Bianconi
2018-10-13
1
-26
/
+24
*
mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.c
Lorenzo Bianconi
2018-10-13
1
-2
/
+1
*
mt76x0: merge mt76x0_dev in mt76x02_dev
Lorenzo Bianconi
2018-10-05
1
-14
/
+14
*
mt76x0: eeprom: load eeprom data from mtd by default
Lorenzo Bianconi
2018-10-01
1
-13
/
+43
*
mt76: move set_{tx,rx}_path routines in mt76x02-lib module
Lorenzo Bianconi
2018-10-01
1
-1
/
+1
*
mt76x0: add quirk to disable 2.4GHz band for Archer T1U
Stanislaw Gruszka
2018-10-01
1
-0
/
+5
*
mt76: include linux/module.h in files using MODULE_*
Felix Fietkau
2018-10-01
1
-0
/
+1
*
mt76x0: remove eeprom dependency from mt76x0_get_power_info
Lorenzo Bianconi
2018-10-01
1
-41
/
+68
*
mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rate
Lorenzo Bianconi
2018-10-01
1
-68
/
+74
*
mt76x0: unify parse hw capabilities
Lorenzo Bianconi
2018-10-01
1
-25
/
+8
*
mt76x0: unify freq offset parsing
Lorenzo Bianconi
2018-10-01
1
-14
/
+12
*
mt76x0: unify temperature offset parsing
Lorenzo Bianconi
2018-10-01
1
-7
/
+7
*
mt76x0: unify rssi_offset parsing
Lorenzo Bianconi
2018-10-01
1
-31
/
+7
*
mt76x0: unify lna_gain parsing
Lorenzo Bianconi
2018-10-01
1
-17
/
+9
*
mt76x0: remove mt76x0_set_country_reg routine
Lorenzo Bianconi
2018-10-01
1
-38
/
+0
*
mt76: move mt76x2_ext_pa_enabled routine in mt76x02_eeprom.c
Lorenzo Bianconi
2018-10-01
1
-3
/
+4
*
mt76: move mt76x2_get_efuse_data in mt76x02-lib module
Lorenzo Bianconi
2018-10-01
1
-48
/
+11
*
mt76: move mt76x02_mac_setaddr in mt76x02-lib module
Lorenzo Bianconi
2018-10-01
1
-23
/
+1
*
mt76: move eeprom utility routines in mt76x02_eeprom.h
Lorenzo Bianconi
2018-10-01
1
-32
/
+12
*
mt76: move common eeprom definitions in mt76x02-lib module
Lorenzo Bianconi
2018-10-01
1
-9
/
+9
*
mt76x0: inital split between pci and usb
Stanislaw Gruszka
2018-09-19
1
-0
/
+2
*
mt76x0: use mt76_register_device for device registration
Lorenzo Bianconi
2018-09-19
1
-6
/
+7
*
mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_params
Lorenzo Bianconi
2018-09-19
1
-5
/
+6
*
mt76x0: Remove VLA usage
Kees Cook
2018-08-09
1
-3
/
+3
*
mt76x0: correct type for eeprom gain value
Stanislaw Gruszka
2018-08-09
1
-1
/
+1
*
mt76x0: eeprom files
Stanislaw Gruszka
2018-08-02
1
-0
/
+445