Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: rtl8723bs: clean up xmit classifier and propagate errno
@ 2026-05-14  6:03 Hungyu Lin
  2026-05-14  6:03 ` [PATCH 1/5] staging: rtl8723bs: simplify rtw_xmit_classifier control flow Hungyu Lin
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Hungyu Lin @ 2026-05-14  6:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Dan Carpenter, linux-staging, linux-kernel, Hungyu Lin

This series cleans up the xmit classifier path in rtl8723bs and
converts the enqueue path to use standard errno-style return values.

The changes are split into small steps:
- simplify control flow
- make the helper static
- convert the helper to return errno
- propagate errno through the enqueue path
- propagate errno through the HAL layer

Hungyu Lin (5):
  staging: rtl8723bs: simplify rtw_xmit_classifier control flow
  staging: rtl8723bs: make rtw_xmit_classifier static
  staging: rtl8723bs: convert rtw_xmit_classifier to return errno
  staging: rtl8723bs: propagate errno through xmit enqueue path
  staging: rtl8723bs: propagate errno through hal xmit path

 drivers/staging/rtl8723bs/core/rtw_xmit.c     | 84 +++++++++----------
 drivers/staging/rtl8723bs/hal/hal_intf.c      |  7 +-
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |  8 +-
 drivers/staging/rtl8723bs/include/hal_intf.h  |  2 +-
 drivers/staging/rtl8723bs/include/rtw_xmit.h  |  3 +-
 5 files changed, 52 insertions(+), 52 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-05-14  8:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14  6:03 [PATCH 0/5] staging: rtl8723bs: clean up xmit classifier and propagate errno Hungyu Lin
2026-05-14  6:03 ` [PATCH 1/5] staging: rtl8723bs: simplify rtw_xmit_classifier control flow Hungyu Lin
2026-05-14  6:03 ` [PATCH 2/5] staging: rtl8723bs: make rtw_xmit_classifier static Hungyu Lin
2026-05-14  6:03 ` [PATCH 3/5] staging: rtl8723bs: convert rtw_xmit_classifier to return errno Hungyu Lin
2026-05-14  6:03 ` [PATCH 4/5] staging: rtl8723bs: propagate errno through xmit enqueue path Hungyu Lin
2026-05-14  6:03 ` [PATCH 5/5] staging: rtl8723bs: propagate errno through hal xmit path Hungyu Lin
2026-05-14  8:58   ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox