All of lore.kernel.org
 help / color / mirror / Atom feed
From: <yhchuang@realtek.com>
To: <kvalo@codeaurora.org>
Cc: <linux-wireless@vger.kernel.org>
Subject: [PATCH 0/7] rtw88: regular update and fixes
Date: Fri, 17 Jul 2020 14:49:30 +0800	[thread overview]
Message-ID: <20200717064937.27966-1-yhchuang@realtek.com> (raw)

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

This patchset adds some regular updates and fixes for the driver.

For the RA info and SGI fix, we found a little throughput
degradation under some situations. Fix it.

For the TX descriptor update, the driver asks the hardware to
update the sequence for some of the frames, such as management
frames, or the frames that are downloaded to the hardware.

The coex and the beacon enable/disable update are most for the
AP mode, the coex update can prevent sometimes the AP is not
able to transmit frames. The other can let the AP to disable
or enable the beacon.


Tsang-Shian Lin (2):
  rtw88: fix LDPC field for RA info
  rtw88: fix short GI capability based on current bandwidth

Tzu-En Huang (2):
  rtw88: update tx descriptor of mgmt and reserved page packets
  rtw88: add h2c command in debugfs

Yan-Hsuan Chuang (3):
  rtw88: coex: only skip coex triggered by BT info
  rtw88: add ieee80211_ops::change_interface
  rtw88: allows driver to enable/disable beacon

 drivers/net/wireless/realtek/rtw88/coex.c     |   3 +-
 drivers/net/wireless/realtek/rtw88/debug.c    |  30 +++++
 drivers/net/wireless/realtek/rtw88/fw.c       |  17 ++-
 drivers/net/wireless/realtek/rtw88/fw.h       |   2 +
 drivers/net/wireless/realtek/rtw88/mac80211.c |  27 +++++
 drivers/net/wireless/realtek/rtw88/main.c     |  11 +-
 drivers/net/wireless/realtek/rtw88/main.h     |   2 +
 drivers/net/wireless/realtek/rtw88/tx.c       | 104 ++++++++++++------
 drivers/net/wireless/realtek/rtw88/tx.h       |  13 ++-
 9 files changed, 163 insertions(+), 46 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-07-17  6:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17  6:49 yhchuang [this message]
2020-07-17  6:49 ` [PATCH 1/7] rtw88: fix LDPC field for RA info yhchuang
2020-08-02 15:05   ` Kalle Valo
2020-07-17  6:49 ` [PATCH 2/7] rtw88: fix short GI capability based on current bandwidth yhchuang
2020-07-17  6:49 ` [PATCH 3/7] rtw88: update tx descriptor of mgmt and reserved page packets yhchuang
2020-07-17  6:49 ` [PATCH 4/7] rtw88: coex: only skip coex triggered by BT info yhchuang
2020-07-17  6:49 ` [PATCH 5/7] rtw88: add ieee80211_ops::change_interface yhchuang
2020-07-17  6:49 ` [PATCH 6/7] rtw88: allows driver to enable/disable beacon yhchuang
2020-07-17  6:49 ` [PATCH 7/7] rtw88: add h2c command in debugfs 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=20200717064937.27966-1-yhchuang@realtek.com \
    --to=yhchuang@realtek.com \
    --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 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.