linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <yhchuang@realtek.com>
To: <kvalo@codeaurora.org>
Cc: <linux-wireless@vger.kernel.org>, <briannorris@chromium.org>
Subject: [PATCH 0/2] rtw88: add set antenna support
Date: Fri, 10 Apr 2020 18:09:48 +0800	[thread overview]
Message-ID: <20200410100950.3199-1-yhchuang@realtek.com> (raw)

From: Yan-Hsuan Chuang <yhchuang@realtek.com>

Add support for ieee80211_ops::set_antenna to allow user space to

set the TX/RX antenna path. This is useful for a user wants to see
the output of different antenna/path.

Yan-Hsuan Chuang (2):
  rtw88: make rtw_chip_ops::set_antenna return int
  rtw88: add support for set/get antennas

 drivers/net/wireless/realtek/rtw88/mac80211.c | 33 +++++++++++++++++
 drivers/net/wireless/realtek/rtw88/main.c     |  3 ++
 drivers/net/wireless/realtek/rtw88/main.h     |  9 ++---
 drivers/net/wireless/realtek/rtw88/rtw8822b.c | 18 ++++++----
 drivers/net/wireless/realtek/rtw88/rtw8822c.c | 35 +++++++++++++++++++
 5 files changed, 88 insertions(+), 10 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-04-10 10:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-10 10:09 yhchuang [this message]
2020-04-10 10:09 ` [PATCH 1/2] rtw88: make rtw_chip_ops::set_antenna return int yhchuang
2020-04-15  8:42   ` Kalle Valo
2020-04-10 10:09 ` [PATCH 2/2] rtw88: add support for set/get antennas yhchuang

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=20200410100950.3199-1-yhchuang@realtek.com \
    --to=yhchuang@realtek.com \
    --cc=briannorris@chromium.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).