mbox series

[0/2] fix temperature compensation for mt76x0

Message ID cover.1539162246.git.lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series fix temperature compensation for mt76x0 | expand

Message

Lorenzo Bianconi Oct. 10, 2018, 9:14 a.m. UTC
Fix register configuration during temperature measurements
for mt76x0 devices. Moreover do not run temperature compensation
if tssi is enabled

Lorenzo Bianconi (2):
  mt76x0: eeprom: introduce mt76x0_tssi_enabled routine
  mt76x0: phy: fix mt76x0_temp_sensor routine

 .../wireless/mediatek/mt76/mt76x0/eeprom.c    |  2 +-
 .../wireless/mediatek/mt76/mt76x0/eeprom.h    |  6 +++
 .../net/wireless/mediatek/mt76/mt76x0/phy.c   | 43 +++++++++----------
 .../wireless/mediatek/mt76/mt76x02_eeprom.h   | 21 ---------
 .../wireless/mediatek/mt76/mt76x2/eeprom.c    |  4 +-
 .../wireless/mediatek/mt76/mt76x2/eeprom.h    | 21 +++++++++
 .../wireless/mediatek/mt76/mt76x2/pci_phy.c   |  4 +-
 .../wireless/mediatek/mt76/mt76x2/usb_phy.c   |  2 +-
 8 files changed, 53 insertions(+), 50 deletions(-)