mbox series

[0/4] unify drv_bss_info_changed between mt76x0u and mt76x2u

Message ID cover.1541522368.git.lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series unify drv_bss_info_changed between mt76x0u and mt76x2u | expand

Message

Lorenzo Bianconi Nov. 6, 2018, 4:59 p.m. UTC
Perform channel calibration after each channel switch and not only after
connection establishment.
Enable MCU_CAL_TX_SHAPING phy calibration.
Moreover remove remove beacon offset configuration since the driver
supports just client mode

Lorenzo Bianconi (4):
  mt76x2u: phy: add TX_SHAPING calibration
  mt76x2u: phy: run phy_channel_calibrate after channel switch
  mt76x2u: main: use mt76x02_bss_info_changed utility routine
  mt76x2u: init: remove mt76x2u_init_beacon_offsets routine

 .../wireless/mediatek/mt76/mt76x2/mt76x2u.h   |  1 -
 .../wireless/mediatek/mt76/mt76x2/usb_init.c  | 10 -------
 .../wireless/mediatek/mt76/mt76x2/usb_main.c  | 28 ++-----------------
 .../wireless/mediatek/mt76/mt76x2/usb_phy.c   | 19 +++++++++++--
 4 files changed, 19 insertions(+), 39 deletions(-)

Comments

Felix Fietkau Nov. 13, 2018, 7:51 p.m. UTC | #1
On 2018-11-06 17:59, Lorenzo Bianconi wrote:
> Perform channel calibration after each channel switch and not only after
> connection establishment.
> Enable MCU_CAL_TX_SHAPING phy calibration.
> Moreover remove remove beacon offset configuration since the driver
> supports just client mode
Applied, thanks.

- Felix