All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] rtw89: add missing functions and fix misbehavior found by verification
@ 2022-05-13  5:42 Ping-Ke Shih
  2022-05-13  5:42 ` [PATCH 1/6] rtw89: add ieee80211::sta_rc_update ops Ping-Ke Shih
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Ping-Ke Shih @ 2022-05-13  5:42 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, kevin_yang

To continuously verify 8852ce, we add a patch to set TX antenna path to do
TX power measurement, so we also update the power table to ensure TX power
as expectation.

During verification, we got some messages from supplicant and kernel, and
then add ieee80211::sta_rc_update and fix a out-of-bounds issue.

In endurance test, it get stuck because SER interrupt event isn't handled
properly. Fix it by the last patch.

Ping-Ke Shih (4):
  rtw89: add ieee80211::sta_rc_update ops
  rtw89: 8852c: set TX antenna path
  rtw89: cfo: check mac_id to avoid out-of-bounds
  rtw89: pci: only mask out INT indicator register for disable interrupt
    v1

Zong-Zhe Yang (2):
  rtw89: 8852c: update txpwr tables to HALRF_027_00_052
  rtw89: convert rtw89_band to nl80211_band precisely

 drivers/net/wireless/realtek/rtw89/core.c     |   11 +-
 drivers/net/wireless/realtek/rtw89/core.h     |   14 +
 drivers/net/wireless/realtek/rtw89/fw.c       |    2 +-
 drivers/net/wireless/realtek/rtw89/mac80211.c |   12 +-
 drivers/net/wireless/realtek/rtw89/pci.c      |    3 -
 drivers/net/wireless/realtek/rtw89/phy.c      |   30 +-
 drivers/net/wireless/realtek/rtw89/phy.h      |    3 +-
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |    9 +-
 .../wireless/realtek/rtw89/rtw8852c_table.c   | 3714 ++++++++---------
 9 files changed, 1918 insertions(+), 1880 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-16  0:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13  5:42 [PATCH 0/6] rtw89: add missing functions and fix misbehavior found by verification Ping-Ke Shih
2022-05-13  5:42 ` [PATCH 1/6] rtw89: add ieee80211::sta_rc_update ops Ping-Ke Shih
2022-05-13  5:42 ` [PATCH 2/6] rtw89: 8852c: set TX antenna path Ping-Ke Shih
2022-05-13  5:42 ` [PATCH 3/6] rtw89: cfo: check mac_id to avoid out-of-bounds Ping-Ke Shih
2022-05-13  5:42 ` [PATCH 4/6] rtw89: 8852c: update txpwr tables to HALRF_027_00_052 Ping-Ke Shih
2022-05-13  5:42 ` [PATCH 5/6] rtw89: convert rtw89_band to nl80211_band precisely Ping-Ke Shih
2022-05-13 16:34   ` Jeff Johnson
2022-05-16  0:41     ` Pkshih
2022-05-13  5:42 ` [PATCH 6/6] rtw89: pci: only mask out INT indicator register for disable interrupt v1 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.