mbox series

[0/2] properly configure rcpi for mt7921 devices

Message ID cover.1616574803.git.lorenzo@kernel.org
Headers show
Series properly configure rcpi for mt7921 devices | expand

Message

Lorenzo Bianconi March 24, 2021, 8:37 a.m. UTC
Set rcpi based on association process rssi for mt7921 devices since
it is used by rate controller embedded into the fw to initialize
amsdu size.

Lorenzo Bianconi (2):
  mt76: connac: introcuce mt76_sta_cmd_info data structure
  mt76: mt7921: properly configure rcpi adding a sta to the fw

 .../net/wireless/mediatek/mt76/mt7615/mcu.c   | 13 ++++---
 .../wireless/mediatek/mt76/mt76_connac_mcu.c  | 35 ++++++++++---------
 .../wireless/mediatek/mt76/mt76_connac_mcu.h  | 19 +++++++---
 .../net/wireless/mediatek/mt76/mt7921/mac.c   | 35 +++++++++++++++++--
 .../net/wireless/mediatek/mt76/mt7921/main.c  | 31 ++++++++++++----
 .../wireless/mediatek/mt76/mt7921/mt7921.h    |  7 ++++
 6 files changed, 105 insertions(+), 35 deletions(-)