mbox series

[0/3] mt76x0: add tssi calibration support

Message ID cover.1540848411.git.lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series mt76x0: add tssi calibration support | expand

Message

Lorenzo Bianconi Oct. 29, 2018, 9:31 p.m. UTC
Introduce tssi calibration support in mt76x0 driver.
Configure tx power gain according to tssi calibrated value
if available

Lorenzo Bianconi (3):
  mt76: move mt76x02_eeprom_copy in mt76x02-lib module
  mt76x0: phy: introduce tssi calibration support
  mt76x0: phy: use tssi reported value to configure tx power if
    available

 .../wireless/mediatek/mt76/mt76x0/eeprom.c    |  20 +-
 .../net/wireless/mediatek/mt76/mt76x0/phy.c   | 357 +++++++++++++++++-
 drivers/net/wireless/mediatek/mt76/mt76x02.h  |   3 +
 .../wireless/mediatek/mt76/mt76x02_eeprom.c   |  12 +
 .../wireless/mediatek/mt76/mt76x02_eeprom.h   |   5 +
 .../wireless/mediatek/mt76/mt76x2/eeprom.c    |  15 +-
 6 files changed, 391 insertions(+), 21 deletions(-)

Comments

Felix Fietkau Nov. 5, 2018, 5 p.m. UTC | #1
On 2018-10-29 22:31, Lorenzo Bianconi wrote:
> Introduce tssi calibration support in mt76x0 driver.
> Configure tx power gain according to tssi calibrated value
> if available
Applied, thanks.

- Felix