mbox series

[0/2] mt76x0: initialize per-channel max_power

Message ID cover.1548667362.git.lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series mt76x0: initialize per-channel max_power | expand

Message

Lorenzo Bianconi Jan. 28, 2019, 9:31 a.m. UTC
Compute maximum per channel tx power at device probe.
Report eeprom target power in debugfs
This patchset is based on 'mt76x0: eeprom: fix chan_vs_power map in
mt76x0_get_power_info'
https://patchwork.kernel.org/patch/10782801/

Lorenzo Bianconi (2):
  mt76x0: phy: report target_power in debugfs
  mt76x0: init: introduce mt76x0_init_txpower routine

 .../wireless/mediatek/mt76/mt76x0/eeprom.c    | 10 +++----
 .../wireless/mediatek/mt76/mt76x0/eeprom.h    |  7 +++--
 .../net/wireless/mediatek/mt76/mt76x0/init.c  | 29 +++++++++++++++++--
 .../net/wireless/mediatek/mt76/mt76x0/phy.c   |  5 ++--
 4 files changed, 40 insertions(+), 11 deletions(-)

Comments

Felix Fietkau Feb. 11, 2019, 7:01 p.m. UTC | #1
On 2019-01-28 10:31, Lorenzo Bianconi wrote:
> Compute maximum per channel tx power at device probe.
> Report eeprom target power in debugfs
> This patchset is based on 'mt76x0: eeprom: fix chan_vs_power map in
> mt76x0_get_power_info'
> https://patchwork.kernel.org/patch/10782801/
> 
> Lorenzo Bianconi (2):
>   mt76x0: phy: report target_power in debugfs
>   mt76x0: init: introduce mt76x0_init_txpower routine
Applied, thanks.

- Felix