From: Ryder Lee <ryder.lee@mediatek.com>
To: Felix Fietkau <nbd@nbd.name>,
Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Cc: linux-mediatek@lists.infradead.org,
Sean Wang <sean.wang@mediatek.com>,
linux-wireless@vger.kernel.org,
Ryder Lee <ryder.lee@mediatek.com>,
Shayne Chen <shayne.chen@mediatek.com>
Subject: [PATCH 0/7] MT7915: add TxBF support
Date: Tue, 12 May 2020 00:06:31 +0800 [thread overview]
Message-ID: <cover.1589212457.git.ryder.lee@mediatek.com> (raw)
This enables the SU Tx beamforming support on MT7915, and will enable MU part soon.
Ryder
Ryder Lee (7):
mt76: mt7915: introduce mt7915_get_he_phy_cap
mt76: mt7915: add Tx beamformer support
mt76: mt7915: add Tx beamformee support
mt76: mt7915: add TxBF capabilities
mt76: mt7915: add debugfs to track TxBF status
mt76: mt7915: allocate proper size for tlv tags
mt76: mt7915: fix possible deadlock in mt7915_stop
.../wireless/mediatek/mt76/mt7915/debugfs.c | 45 ++
.../net/wireless/mediatek/mt76/mt7915/init.c | 118 ++++-
.../net/wireless/mediatek/mt76/mt7915/mac.c | 49 +-
.../net/wireless/mediatek/mt76/mt7915/main.c | 28 +-
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 457 ++++++++++++++++--
.../net/wireless/mediatek/mt76/mt7915/mcu.h | 99 +++-
.../wireless/mediatek/mt76/mt7915/mt7915.h | 9 +-
.../net/wireless/mediatek/mt76/mt7915/regs.h | 20 +
8 files changed, 734 insertions(+), 91 deletions(-)
--
2.18.0
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Ryder Lee <ryder.lee@mediatek.com>
To: Felix Fietkau <nbd@nbd.name>,
Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Cc: Shayne Chen <shayne.chen@mediatek.com>,
Sean Wang <sean.wang@mediatek.com>,
<linux-wireless@vger.kernel.org>,
<linux-mediatek@lists.infradead.org>,
Ryder Lee <ryder.lee@mediatek.com>
Subject: [PATCH 0/7] MT7915: add TxBF support
Date: Tue, 12 May 2020 00:06:31 +0800 [thread overview]
Message-ID: <cover.1589212457.git.ryder.lee@mediatek.com> (raw)
This enables the SU Tx beamforming support on MT7915, and will enable MU part soon.
Ryder
Ryder Lee (7):
mt76: mt7915: introduce mt7915_get_he_phy_cap
mt76: mt7915: add Tx beamformer support
mt76: mt7915: add Tx beamformee support
mt76: mt7915: add TxBF capabilities
mt76: mt7915: add debugfs to track TxBF status
mt76: mt7915: allocate proper size for tlv tags
mt76: mt7915: fix possible deadlock in mt7915_stop
.../wireless/mediatek/mt76/mt7915/debugfs.c | 45 ++
.../net/wireless/mediatek/mt76/mt7915/init.c | 118 ++++-
.../net/wireless/mediatek/mt76/mt7915/mac.c | 49 +-
.../net/wireless/mediatek/mt76/mt7915/main.c | 28 +-
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 457 ++++++++++++++++--
.../net/wireless/mediatek/mt76/mt7915/mcu.h | 99 +++-
.../wireless/mediatek/mt76/mt7915/mt7915.h | 9 +-
.../net/wireless/mediatek/mt76/mt7915/regs.h | 20 +
8 files changed, 734 insertions(+), 91 deletions(-)
--
2.18.0
next reply other threads:[~2020-05-11 16:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-11 16:06 Ryder Lee [this message]
2020-05-11 16:06 ` [PATCH 0/7] MT7915: add TxBF support Ryder Lee
2020-05-11 16:06 ` [PATCH 1/7] mt76: mt7915: introduce mt7915_get_he_phy_cap Ryder Lee
2020-05-11 16:06 ` Ryder Lee
2020-05-11 16:06 ` [PATCH 2/7] mt76: mt7915: add Tx beamformer support Ryder Lee
2020-05-11 16:06 ` Ryder Lee
2020-05-11 16:06 ` [PATCH 3/7] mt76: mt7915: add Tx beamformee support Ryder Lee
2020-05-11 16:06 ` Ryder Lee
2020-05-11 16:06 ` [PATCH 4/7] mt76: mt7915: add TxBF capabilities Ryder Lee
2020-05-11 16:06 ` Ryder Lee
2020-05-11 16:06 ` [PATCH 5/7] mt76: mt7915: add debugfs to track TxBF status Ryder Lee
2020-05-11 16:06 ` Ryder Lee
2020-05-11 16:06 ` [PATCH 6/7] mt76: mt7915: allocate proper size for tlv tags Ryder Lee
2020-05-11 16:06 ` Ryder Lee
2020-05-11 16:06 ` [PATCH 7/7] mt76: mt7915: fix possible deadlock in mt7915_stop Ryder Lee
2020-05-11 16:06 ` Ryder Lee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1589212457.git.ryder.lee@mediatek.com \
--to=ryder.lee@mediatek.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=sean.wang@mediatek.com \
--cc=shayne.chen@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.