All of lore.kernel.org
 help / color / mirror / Atom feed
From: <yhchuang@realtek.com>
To: <kvalo@codeaurora.org>
Cc: <linux-wireless@vger.kernel.org>, <briannorris@chromium.org>,
	<g.schlmm@googlemail.com>
Subject: [PATCH 0/6] rtw88: minor driver updates
Date: Fri, 25 Oct 2019 17:33:39 +0800	[thread overview]
Message-ID: <20191025093345.22643-1-yhchuang@realtek.com> (raw)

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

This patch set contains some minor driver updates including RFE
type 3 for RTL8822BE.

Also refine the tables with proper struct instead of arrays.


Tzu-En Huang (1):
  rtw88: fix potential read outside array boundary

Yan-Hsuan Chuang (5):
  rtw88: 8822b: add RFE type 3 support
  rtw88: use rtw_phy_pg_cfg_pair struct, not arrays
  rtw88: use a module parameter to control LPS enter
  rtw88: rearrange if..else statements for rx rate indexes
  rtw88: avoid FW info flood

 drivers/net/wireless/realtek/rtw88/mac.c      |  17 -
 drivers/net/wireless/realtek/rtw88/main.c     |  17 +-
 drivers/net/wireless/realtek/rtw88/phy.c      |  32 +-
 drivers/net/wireless/realtek/rtw88/phy.h      |  18 +
 drivers/net/wireless/realtek/rtw88/ps.h       |   2 -
 drivers/net/wireless/realtek/rtw88/rtw8822b.c |   4 +-
 .../wireless/realtek/rtw88/rtw8822b_table.c   | 829 ++++++++++++++++--
 .../wireless/realtek/rtw88/rtw8822b_table.h   |   2 +
 drivers/net/wireless/realtek/rtw88/rtw8822c.c |   4 +-
 .../wireless/realtek/rtw88/rtw8822c_table.c   |  94 +-
 drivers/net/wireless/realtek/rtw88/rx.c       |  14 +-
 11 files changed, 838 insertions(+), 195 deletions(-)

-- 
2.17.1


             reply	other threads:[~2019-10-25  9:33 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-25  9:33 yhchuang [this message]
2019-10-25  9:33 ` [PATCH 1/6] rtw88: 8822b: add RFE type 3 support yhchuang
2019-10-31  8:04   ` Kalle Valo
2019-10-25  9:33 ` [PATCH 2/6] rtw88: use rtw_phy_pg_cfg_pair struct, not arrays yhchuang
2019-10-25  9:33 ` [PATCH 3/6] rtw88: use a module parameter to control LPS enter yhchuang
2019-10-25 10:51   ` Chris Chiu
2019-10-28  3:12     ` Tony Chuang
2019-10-29  4:01       ` Chris Chiu
2019-10-31  7:59   ` Kalle Valo
     [not found]   ` <20191031075911.3CCB86079C@smtp.codeaurora.org>
2019-10-31  8:17     ` Tony Chuang
2019-10-31 20:01       ` Brian Norris
2019-11-01  3:13         ` Tony Chuang
2019-11-01  8:35           ` Kalle Valo
2019-11-01  8:30       ` Kalle Valo
2019-10-25  9:33 ` [PATCH 4/6] rtw88: rearrange if..else statements for rx rate indexes yhchuang
2019-10-25  9:33 ` [PATCH 5/6] rtw88: fix potential read outside array boundary yhchuang
2019-10-25  9:33 ` [PATCH 6/6] rtw88: avoid FW info flood 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=20191025093345.22643-1-yhchuang@realtek.com \
    --to=yhchuang@realtek.com \
    --cc=briannorris@chromium.org \
    --cc=g.schlmm@googlemail.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.