All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] wifi: rtw89: correct MAC and TX descriptor settings
@ 2022-09-16  3:38 Ping-Ke Shih
  2022-09-16  3:38 ` [PATCH 1/7] wifi: rtw89: initialize DMA of CMAC Ping-Ke Shih
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Ping-Ke Shih @ 2022-09-16  3:38 UTC (permalink / raw)
  To: kvalo; +Cc: phhuang, linux-wireless

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


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

end of thread, other threads:[~2022-09-19 10:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16  3:38 [PATCH 0/7] wifi: rtw89: correct MAC and TX descriptor settings Ping-Ke Shih
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

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.