mbox series

[0/3] mt76x0: simplify rf configuration routines

Message ID cover.1539535586.git.lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series mt76x0: simplify rf configuration routines | expand

Message

Lorenzo Bianconi Oct. 14, 2018, 4:55 p.m. UTC
Simplify rf configuration using mt76x0_rf_wr, mt76x0_rf_set
and mt76x0_rf_clear routines. Moreover use mt76x0_phy as
prefix for phy routines

Lorenzo Bianconi (3):
  mt76x0: phy: use proper name convention
  mt76x0: phy: simplify rf configuration routines
  mt76x0: phy: improve code readability in initvals_phy.h

 .../net/wireless/mediatek/mt76/mt76x0/init.c  |    2 +-
 .../mediatek/mt76/mt76x0/initvals_phy.h       | 1313 ++++++++---------
 .../wireless/mediatek/mt76/mt76x0/mt76x0.h    |    2 +-
 .../net/wireless/mediatek/mt76/mt76x0/phy.c   |  375 ++---
 .../net/wireless/mediatek/mt76/mt76x0/phy.h   |   17 +
 5 files changed, 770 insertions(+), 939 deletions(-)

Comments

Felix Fietkau Oct. 16, 2018, 9:12 a.m. UTC | #1
On 2018-10-14 18:55, Lorenzo Bianconi wrote:
> Simplify rf configuration using mt76x0_rf_wr, mt76x0_rf_set
> and mt76x0_rf_clear routines. Moreover use mt76x0_phy as
> prefix for phy routines
Applied, thanks.

- Felix