All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] rtw88: regular update and fixes
@ 2020-07-17  6:49 yhchuang
  2020-07-17  6:49 ` [PATCH 1/7] rtw88: fix LDPC field for RA info yhchuang
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: yhchuang @ 2020-07-17  6:49 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

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


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

end of thread, other threads:[~2020-08-02 15:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17  6:49 [PATCH 0/7] rtw88: regular update and fixes yhchuang
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

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.