All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: <kvalo@kernel.org>
Cc: <phhuang@realtek.com>, <linux-wireless@vger.kernel.org>
Subject: [PATCH 0/7] wifi: rtw89: correct MAC and TX descriptor settings
Date: Fri, 16 Sep 2022 11:38:04 +0800	[thread overview]
Message-ID: <20220916033811.13862-1-pkshih@realtek.com> (raw)

To fix some MAC settings that are missing or wrong, and a patch (5/7) to
prevent memory leak if we are trying to send H2C but wifi CPU is down. 
Patch 6/7 is to correct RX filter setting after scan as its description.

Ping-Ke Shih (4):
  wifi: rtw89: initialize DMA of CMAC
  wifi: rtw89: mac: set NAV upper to 25ms
  wifi: rtw89: pci: update LTR settings
  wifi: rtw89: reset halt registers before turn on wifi CPU

Po-Hao Huang (3):
  wifi: rtw89: free unused skb to prevent memory leak
  wifi: rtw89: fix rx filter after scan
  wifi: rtw89: 8852c: add multi-port ID to TX descriptor

 drivers/net/wireless/realtek/rtw89/core.c |  4 +++-
 drivers/net/wireless/realtek/rtw89/fw.c   | 12 ++++------
 drivers/net/wireless/realtek/rtw89/mac.c  | 29 ++++++++++++++++++++++-
 drivers/net/wireless/realtek/rtw89/pci.c  |  8 +++----
 drivers/net/wireless/realtek/rtw89/reg.h  | 24 +++++++++++++++++++
 5 files changed, 64 insertions(+), 13 deletions(-)

-- 
2.25.1


             reply	other threads:[~2022-09-16  3:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-16  3:38 Ping-Ke Shih [this message]
2022-09-16  3:38 ` [PATCH 1/7] wifi: rtw89: initialize DMA of CMAC Ping-Ke Shih
2022-09-19 10:05   ` Kalle Valo
2022-09-16  3:38 ` [PATCH 2/7] wifi: rtw89: mac: set NAV upper to 25ms Ping-Ke Shih
2022-09-16  3:38 ` [PATCH 3/7] wifi: rtw89: pci: update LTR settings Ping-Ke Shih
2022-09-16  3:38 ` [PATCH 4/7] wifi: rtw89: reset halt registers before turn on wifi CPU Ping-Ke Shih
2022-09-16  3:38 ` [PATCH 5/7] wifi: rtw89: free unused skb to prevent memory leak Ping-Ke Shih
2022-09-16  3:38 ` [PATCH 6/7] wifi: rtw89: fix rx filter after scan Ping-Ke Shih
2022-09-16  3:38 ` [PATCH 7/7] wifi: rtw89: 8852c: add multi-port ID to TX descriptor Ping-Ke Shih

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=20220916033811.13862-1-pkshih@realtek.com \
    --to=pkshih@realtek.com \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=phhuang@realtek.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.