All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] mt7915: add MU-MIMO support
@ 2020-06-14 18:27 ` Ryder Lee
  0 siblings, 0 replies; 14+ messages in thread
From: Ryder Lee @ 2020-06-14 18:27 UTC (permalink / raw)
  To: Felix Fietkau, Lorenzo Bianconi
  Cc: Shayne Chen, Sean Wang, linux-wireless, linux-mediatek, Ryder Lee

This series adds MU-MIMO support.

changes since v3:
- add patch 1/4 to avoid open coded and fix a wrong WMM parameter assignment.
- cleanup unused sta_rec_mu_edca_tlv.
- fix a wrong enum number "MT_LMAC_BMC0 = 0x10",

changes since v2:
- move CONFIG_MAC80211_DEBUGFS fixup into patch 1/3

Ryder Lee (4):
  mt76: mt7915: add missing CONFIG_MAC80211_DEBUGFS
  mt76: mt7915: add a fixed AC queue mapping
  mt76: mt7915: add MU-MIMO support
  mt76: mt7915: use ieee80211_tx_queue_params to avoid open coded

 .../wireless/mediatek/mt76/mt7915/debugfs.c   | 11 ++-
 .../net/wireless/mediatek/mt76/mt7915/mac.c   |  2 +-
 .../net/wireless/mediatek/mt76/mt7915/mac.h   | 10 --
 .../net/wireless/mediatek/mt76/mt7915/main.c  |  7 +-
 .../net/wireless/mediatek/mt76/mt7915/mcu.c   | 91 ++++++++++++++++---
 .../net/wireless/mediatek/mt76/mt7915/mcu.h   |  6 +-
 .../wireless/mediatek/mt76/mt7915/mt7915.h    | 34 +++++--
 .../net/wireless/mediatek/mt76/mt7915/regs.h  |  5 +
 8 files changed, 127 insertions(+), 39 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-06-15 17:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-14 18:27 [PATCH v3 0/4] mt7915: add MU-MIMO support Ryder Lee
2020-06-14 18:27 ` Ryder Lee
2020-06-14 18:23 ` [PATCH v3 1/4] mt76: mt7915: add missing CONFIG_MAC80211_DEBUGFS Ryder Lee
2020-06-14 18:23   ` Ryder Lee
2020-06-15 15:54   ` Kalle Valo
2020-06-15 15:54     ` Kalle Valo
2020-06-15 17:13     ` Ryder Lee
2020-06-15 17:13       ` Ryder Lee
2020-06-14 18:23 ` [PATCH v3 2/4] mt76: mt7915: add a fixed AC queue mapping Ryder Lee
2020-06-14 18:23   ` Ryder Lee
2020-06-14 18:23 ` [PATCH v3 3/4] mt76: mt7915: add MU-MIMO support Ryder Lee
2020-06-14 18:23   ` Ryder Lee
2020-06-14 18:23 ` [PATCH v3 4/4] mt76: mt7915: use ieee80211_tx_queue_params to avoid open coded Ryder Lee
2020-06-14 18:23   ` Ryder Lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.